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:
Christian Hergert
2019-06-26 12:38:54 -07:00
parent 0f497d5d1f
commit 00997fbd7f
5 changed files with 436 additions and 0 deletions

View File

@ -35,6 +35,7 @@ G_BEGIN_DECLS
# include "sysprof-kernel-symbol-resolver.h"
# include "sysprof-kernel-symbol.h"
# include "sysprof-local-profiler.h"
# include "sysprof-netdev-source.h"
# include "sysprof-process-model-item.h"
# include "sysprof-process-model.h"
# include "sysprof-profile.h"