summaryrefslogtreecommitdiffstats
path: root/src/plugin_proc.c
AgeCommit message (Expand)Author
2017-05-10added TCPSynRetrans and tcphandshake chart; fixes #2169Costa Tsaousis (ktsaou)
2017-03-25ZFS plugin for Linux; fixes #1994Costa Tsaousis (ktsaou)
2017-02-22each host can have its own settings for history, update_every, rrd memory mod...Costa Tsaousis (ktsaou)
2017-02-22all internal plugins create chart at localhost except plugins.d that respects...Costa Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-17multi-host rrdset and rrdfamily operationsCosta Tsaousis (ktsaou)
2017-02-17lower the memory footprint of dimensions by 1.5KBCosta Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-01-23convert plugin_proc to heartbeat APIRémi Lefèvre
2017-01-18add support for tracking NUMA locality metricsSteven Noonan
2017-01-14do not leak memory on exitCosta Tsaousis (ktsaou)
2017-01-14minor optimization on proc loopsCosta Tsaousis (ktsaou)
2017-01-14added diskspace plugin monitoring chartsCosta Tsaousis (ktsaou)
2017-01-14improved netdata cleanup/exit procedureCosta Tsaousis (ktsaou)
2017-01-14allow any pattern of network interfaces and disk paths to be excluded; fixes ...Costa Tsaousis (ktsaou)
2017-01-13proc modules chart unit is milliseconds/runCosta Tsaousis (ktsaou)
2017-01-13proc_module generalizationCosta Tsaousis (ktsaou)
2017-01-11detect ECC memory correctable and uncorrectable errors; fixes #1508Costa Tsaousis (ktsaou)
2017-01-11uptime plugin; fixes #1546; fixes #1507Costa Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-12-11replace `time_usec()` calls by `now_realtime_usec()`Rémi Lefèvre
2016-11-14better timing for apps.plugin and the internal proc pluginCosta Tsaousis (ktsaou)
2016-11-13improvements identified via static code analysis with cppcheckCosta Tsaousis (ktsaou)
2016-11-13added IPC semaphores chartsCosta Tsaousis (ktsaou)
2016-09-27add information about threads exitingCosta Tsaousis (ktsaou)
2016-09-16properly supported nfsv4; added plugin to collect nfs client statistics; fixe...Costa Tsaousis (ktsaou)
2016-09-16added /proc/net/softnet_stat monitoring which provides information about comm...Costa Tsaousis (ktsaou)
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-13global statistics now also report max API response time; global statistics im...Costa Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-06handle usleep() on systems that do not accept more than 999999 usec; implemen...Costa Tsaousis (ktsaou)
2016-06-01prevent invalid compression ratio valuesCosta Tsaousis (ktsaou)
2016-05-31added configuration options for controlling web compression level and strateg...Costa Tsaousis
2016-05-20prevent multiple locks per web requestsCosta Tsaousis (ktsaou)
2016-05-11registry server side operationalCosta Tsaousis
2016-04-25cgroups are now on their own thread; cgroup names are controlled by plugins.d...Costa Tsaousis (ktsaou)
2016-04-24added support for monitoring cgroupsCosta Tsaousis (ktsaou)
2016-04-09new feature: added data collection for SYNPROXY - netfilter TCP anti-DDoS pro...Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-04-02added IPv6 performance metrics #60Costa Tsaousis (ktsaou)
2016-03-13finer timing measurements on internal plugins = now each internal plugin has ...Costa 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)
2016-02-06added pthread_exit in hope it will solve the crash at exitCosta Tsaousis (ktsaou)
2016-01-16minor modification for clean exit; dashboard fixes for inheriting chart color...Costa Tsaousis (ktsaou)
2016-01-15properly disabled interfaces lo and fireqos_monitorCosta Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-25ksm charts #38Costa Tsaousis (ktsaou)
2015-12-19added softirqs collection from /proc/softirqs; fixed idlejitter time shift;Costa Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev