- 26 Nov, 2018 1 commit
-
-
Michael Ott authored
-
- 24 Nov, 2018 5 commits
-
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
- 23 Nov, 2018 1 commit
-
-
Alessio Netti authored
- Now all sensors across all plugins adopt the naming convention cpu<CPUid>.<sensorName>, if CPU-related, or just <sensorname> otherwise - Code to parse cpu sets used both in Perfevent and ProcFS plugins moved up in ConfiguratorTemplate - Misc code to format MQTT parts also moved up in ConfiguratorTemplate - This commit reflects changes made in the master branch and should make the eventual merge less painful
-
- 21 Nov, 2018 4 commits
-
-
lu43jih authored
-
-
lu43jih authored
-
Alessio Netti authored
- Added logic to compute a MemUsed metric, which corresponds to (MemTotal - MemFree) for meminfo files - To use this feature, a sensor of type MemUsed must be explicitly defined in a meminfo sensor group in the procfs config file
-
- 20 Nov, 2018 4 commits
-
-
Alessio Netti authored
- Parser and sensor group objects do not share the same sensor objects anymore - Sensor values are stored in the respective objects by the sensor group itself, like in the other plugins
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
- 16 Nov, 2018 2 commits
-
-
lu43jih authored
-
Alessio Netti authored
- Added a ProcstatPercParser: similar to ProcstatParser, for each CPU-related line it will collect for each column the percentage of the related value with respect to the sum of all columns, instead of raw values - Can be selected by specifying sensor groups of type "procstat_perc"
-
- 14 Nov, 2018 1 commit
-
-
lu43jih authored
-
- 13 Nov, 2018 2 commits
-
-
Alessio Netti authored
-
lu43jih authored
-
- 12 Nov, 2018 2 commits
-
-
Alessio Netti authored
- Reflects changes applied in the master branch
-
Carla Guillen Carias authored
-
- 11 Nov, 2018 2 commits
- 10 Nov, 2018 1 commit
-
-
Micha Mueller authored
-
- 09 Nov, 2018 1 commit
-
-
lu43jih authored
-
- 07 Nov, 2018 1 commit
-
-
Micha Mueller authored
-
- 06 Nov, 2018 1 commit
-
-
lu43jih authored
-
- 05 Nov, 2018 1 commit
-
-
Micha Mueller authored
-
- 03 Nov, 2018 3 commits
-
-
lu43jih authored
-
Micha Mueller authored
-
Micha Mueller authored
-
- 31 Oct, 2018 2 commits
-
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
- 30 Oct, 2018 3 commits
-
-
Michael Ott authored
-
Michael Ott authored
-
Alessio Netti authored
- Switch from the STD regex library (which apparently is incomplete for GCC < 4.9) to the BOOST one - Plugin is stable and tested on a CoolMUC3 node - Current overhead for a full vmstat + meminfo + procstat instantiation is 1.3% on a CoolMUC 3 node with 256 (logical) cores - More optimization work to come
-
- 25 Oct, 2018 1 commit
-
-
Alessio Netti authored
- Supports sampling of the vmstat, meminfo, and stat files in the proc virtual filesystem - Basic functionality verified, extensive testing to come in the next days - Readme and Makefile have been updated as well
-
- 23 Oct, 2018 2 commits
-
-
Micha Mueller authored
-
Micha Mueller authored
-