summaryrefslogtreecommitdiffstats
path: root/src/proc_stat.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-27apps.plugin now properly sets the ceiling for guest timeCosta Tsaousis
2016-07-26properly use guest values in all CPU charts; host CPU charts substract guest ...Costa Tsaousis
2016-07-04cleanup propriatery charts.d charts; proc_stat optimization; minor fixes for ...Costa Tsaousis (ktsaou)
2016-06-17fix for format string signessCosta Tsaousis (ktsaou)
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-03-31made guest readings optional in /proc/stat #104Costa Tsaousis (ktsaou)
2016-02-10added internal plugin for reading /proc/loadavg and disables charts.d/load_av...Costa Tsaousis (ktsaou)
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2015-12-15fixed interrupt names; enabled per core interruptsCosta Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-26fixed a bug in the incremental calculations where the exact duration (in nano...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-12added -ch option to set container host prefix for /proc and /sys #10Costa Tsaousis (ktsaou)
2015-10-11added config options for all /proc and /sys filenames monitored required for #10Costa Tsaousis (ktsaou)
2015-10-03code optimizations; added temperature charts.d pluginCosta Tsaousis (ktsaou)
2015-04-04log: now is logging program name too; tc: huge optimizations; procfile: optim...Costa Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-20made /proc/stat guest_nice optional - it is not there on older systemsCosta Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)