summaryrefslogtreecommitdiffstats
path: root/src/proc_diskstats.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-11re-arranged dimensions to have "used" as redCosta Tsaousis (ktsaou)
2016-05-21properly check if synthetic disk charts should be enabledCosta Tsaousis (ktsaou)
2016-05-21refactored the code to eliminate several config_get() per disk on every itera...Costa Tsaousis (ktsaou)
2016-05-21diskstats: change default configurationSimon Nagl
2016-05-20diskstats: fix compiler warnings.Simon Nagl
2016-05-20diskstats: Monitor disk inodesSimon Nagl
2016-05-20diskstats: enhance optionsSimon Nagl
2016-05-19diskstats: Ensure collecting right space metricsSimon Nagl
2016-05-19diskstats: Change default behaviourSimon Nagl
2016-05-19diskstats: Only display metrics for disks by defaultSimon Nagl
2016-05-19diskstats: monitor disk space usage.Simon Nagl
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-04-29disk now get the mount point at the menu (only when they are not partitions) ...Costa Tsaousis (ktsaou)
2016-04-20auto-detection of partitions based on /sys/dev/block/MAJOR:MINOR/partition #2...Costa Tsaousis (ktsaou)
2016-04-18disks with major 253 do not have partitions #258Costa Tsaousis (ktsaou)
2016-04-04added nvme0n1 disks support, issue #119Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-03-31Add virtio to whitelist in diskstats pluginAaron Brady
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2016-01-26changed the motoCosta Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-25cleanup locking; ability to compile AVL with MUTEX instead of RWLOCK; disks a...Costa Tsaousis (ktsaou)
2015-12-25lower memory requirements: do not add disk charts for values not offered by k...Costa Tsaousis (ktsaou)
2015-12-20prevent adding idle cpu cores or disksCosta 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-28minor fixes for disk statsCosta Tsaousis (ktsaou)
2015-10-27disk statistics got proper names; isolated a performance issue with strftime(...Costa Tsaousis (ktsaou)
2015-10-26extended disk statisticsCosta Tsaousis (ktsaou)
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-25fix disk ids with slashes in themCosta Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)