summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-08-10infix notation parser almost done; preparing the evaluator and variables lookupCosta Tsaousis
2016-08-10added RRDCALC management; preparation for expression evaluationCosta Tsaousis
2016-08-07chart and dimension variables tested and debuggedCosta Tsaousis
2016-08-07chart and dimensions variables linked to 3 indexes: local, context and host v...Costa Tsaousis
2016-08-06include sys/prctl.hCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-08-05added context index (to be used for storing context scope variables for healt...Costa Tsaousis
2016-08-05preparation for multi-host internal databaseCosta Tsaousis
2016-08-04IP/Port config regression fixed; fixes 756Costa Tsaousis
2016-08-01prevent apps.plugin errors when files are not foundCosta Tsaousis
2016-08-01prevent error log flood when certain cgroup features are missing from the ker...Costa Tsaousis
2016-08-01apps.plugin logs the command name on errorsCosta Tsaousis
2016-08-01prevent repeating errors about madvise(); fixes #625Costa Tsaousis
2016-08-01do not log error when the commands executed exit with 0Costa Tsaousis
2016-08-01update the AVL header comments to reflect the new AVL callsCosta Tsaousis
2016-07-29replaced AVL by Daniel A. Nagy (GPLv2) with an adaptation of libavl by Ben Pf...Costa Tsaousis
2016-07-27do not collect guest usage when running without-guestCosta Tsaousis
2016-07-27add help info for apps.pluginCosta Tsaousis
2016-07-27added command line options with-guest and without-guest to enable or disable ...Costa Tsaousis
2016-07-27add reset or overflow detection in percentage-of-incremental-total dimensions...Costa Tsaousis
2016-07-27apps.plugin now properly sets the ceiling for guest timeCosta Tsaousis
2016-07-27properly use guest time and children guest time in apps.plugin; fixes #729Costa Tsaousis
2016-07-27apps.plugin optimization to send all the data to netdata with just one write ...Costa Tsaousis
2016-07-26properly use guest values in all CPU charts; host CPU charts substract guest ...Costa Tsaousis
2016-07-25respect the plugin directory set in netdata.conf when searching for the tc he...Costa Tsaousis
2016-07-25print to error.log the sockets netdata is listeningCosta Tsaousis
2016-07-23fixed command line options to set the proper config variablesCosta Tsaousis
2016-07-23netdata can now bind to multiple ip:port combinations; hostnames and ips but ...Costa Tsaousis
2016-07-21fix parsing for super option in mountinfo, fixes #714Costa Tsaousis
2016-07-21fixed octal parsing in mountinfo, fixes #715Costa Tsaousis
2016-07-21decode octal escaping found in /proc/self/mountinfo to escape mainly spaces; ...Costa Tsaousis
2016-07-20re-organized mountinfo parsing for cgroups to prevent selecting lxcfs; fixes ...Costa Tsaousis
2016-07-19dont expose charts that do not have dimensionsCosta Tsaousis (ktsaou)
2016-07-17added TC qos options to control individual chartsCosta Tsaousis
2016-07-17TC plugin now cleanups properly; added TC packets and dropped packets chartsCosta Tsaousis
2016-07-15SIGUSR1 saves the databaseCosta Tsaousis (ktsaou)
2016-07-15fix for the spikes at the charts where restarting netdataCosta Tsaousis (ktsaou)
2016-07-15netdata sets the PATH for its pluginsCosta Tsaousis (ktsaou)
2016-07-12containers per cpu is in nanosecondsCosta Tsaousis (ktsaou)
2016-07-12added error logging in cgroupsCosta Tsaousis (ktsaou)
2016-07-12added more debugging info in cgroups; added /sys/fs/cgroups/devices as a cand...Costa Tsaousis (ktsaou)
2016-07-09nice can be both user and system time - this means user and system cannot hav...Costa Tsaousis (ktsaou)
2016-07-09fixed typo that resulted in negative fix valuesCosta Tsaousis (ktsaou)
2016-07-09apps.plugin now adjusts resources to system utilization; fixed a coupled of b...Costa Tsaousis (ktsaou)
2016-07-08switched to nanosleep() by defaultCosta Tsaousis (ktsaou)
2016-07-08fix for apps.plugin when update_every is not 1Costa Tsaousis (ktsaou)
2016-07-08yet another rewrite of apps.plugin to fix cpu spikes on slow systems; fixes #644Costa Tsaousis (ktsaou)
2016-07-06handle usleep() on systems that do not accept more than 999999 usec; implemen...Costa Tsaousis (ktsaou)
2016-07-05fix percentage calculation when data collection happens multiple times within...Costa Tsaousis (ktsaou)
2016-07-05create directories /var/cache/netdata and /var/lib/netdata if they are missingCosta Tsaousis (ktsaou)