summaryrefslogtreecommitdiffstats
path: root/src/plugin_idlejitter.c
AgeCommit message (Expand)Author
2017-04-30fixes identified by coverityCosta Tsaousis (ktsaou)
2017-04-22improved idlejitter plugin; now it calculates min, max and averageCosta Tsaousis (ktsaou)
2017-02-22RRDHOSTs free all their memory (all substructures) when they are deallocatedCosta 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-01-23use monotonic clock in plugin_idlejitterRémi Lefèvre
2017-01-14do not leak memory on exitCosta Tsaousis (ktsaou)
2017-01-14improved netdata cleanup/exit procedureCosta Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-12-11replace `gettimeofday()` calls by `now_realtime_timeval()`Rémi Lefèvre
2016-12-11replace `usec_dt()` calls by `dt_usec()`Rémi Lefèvre
2016-11-13improvements identified via static code analysis with cppcheckCosta 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-04-03layout: remove executable from unrelated filesAlon Bar-Lev
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)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-19added softirqs collection from /proc/softirqs; fixed idlejitter time shift;Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-27disk statistics got proper names; isolated a performance issue with strftime(...Costa 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)