Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce new plugin: link_cumload
authorMillian Poquet <millian.poquet@inria.fr>
Fri, 9 Oct 2020 22:00:46 +0000 (00:00 +0200)
committerMillian Poquet <millian.poquet@inria.fr>
Sat, 10 Oct 2020 11:46:48 +0000 (13:46 +0200)
commit9df3c57540c57dd47465db521fe6a7f52739dd55
treecf6db1f6bd71782d667413c3c4c7f44cbe9b4a51
parentad397c9114c719dd0c587017829e979cb4a804e7
introduce new plugin: link_cumload

This is the link cumulated load plugin.
It enables to monitor how links are used over time,
by cumulating the amount of bytes that go through the link.
The link's counters can be reset at any time by calling the proper function.

More information in the plugin's doxydoc (in src/plugins/link_cumload.cpp).
MANIFEST.in
include/simgrid/plugins/load.h
src/plugins/link_cumload.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake