mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
netdev: add source for network device information
This source parses the /proc/net/dev file to get basic statistics about network throughput on the system. We still need a specialized Aid and Visualizer so that we can render the counter data in a more useful format.
This commit is contained in:
@ -15,6 +15,7 @@ libsysprof_public_sources = [
|
||||
'sysprof-kernel-symbol.c',
|
||||
'sysprof-kernel-symbol-resolver.c',
|
||||
'sysprof-local-profiler.c',
|
||||
'sysprof-netdev-source.c',
|
||||
'sysprof-process-model.c',
|
||||
'sysprof-process-model-item.c',
|
||||
'sysprof-profile.c',
|
||||
|
||||
Reference in New Issue
Block a user