summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-02-19handle also the case that neither CLOCK_BOOTTIME nor /proc/uptime are availableCosta Tsaousis (ktsaou)
2018-02-19close /proc/uptime when it is not chosenCosta Tsaousis (ktsaou)
2018-02-19use /proc/uptime for uptime when now_boottime_usec() differs; fixes #3393Costa Tsaousis (ktsaou)
2018-02-18prefer inline functionsCosta Tsaousis (ktsaou)
2018-02-18add comment about switch optimizationCosta Tsaousis (ktsaou)
2018-02-18eliminated a function call on procfile parserCosta Tsaousis (ktsaou)
2018-02-18procfile optimizations to eliminate parser variables and memory lookupsCosta Tsaousis (ktsaou)
2018-02-17remove useless optimizationCosta Tsaousis (ktsaou)
2018-02-17procfile optimizationsCosta Tsaousis (ktsaou)
2018-02-17do not show swap chart on freebsdCosta Tsaousis (ktsaou)
2018-02-17internally use memory variables in kBCosta Tsaousis (ktsaou)
2018-02-17apps.plugin now reads /proc/PID/status; fixes #3405Costa Tsaousis (ktsaou)
2018-02-14Merge branch 'master' of github.com:ktsaou/netdataCosta Tsaousis (ktsaou)
2018-02-14fix systemd-nspawn cgroups patterns; fixes #3382; fixes #3367Costa Tsaousis (ktsaou)
2018-02-13add cpu usage charts for statsd and web threadsCosta Tsaousis (ktsaou)
2018-02-11do not add container monitoring for .socket cgroupsCosta Tsaousis (ktsaou)
2018-02-03configurable tcp idle timeout for statsd tcp clients; disabled request timeou...Costa Tsaousis (ktsaou)
2018-02-02support systemd-nspawn containersCosta Tsaousis (ktsaou)
2018-02-02do not always logCosta Tsaousis (ktsaou)
2018-02-02allow absolute filenames to be includedCosta Tsaousis (ktsaou)
2018-02-02allow including statsd config filesCosta Tsaousis (ktsaou)
2018-02-02rename kubernetes containers; fixes #3369Costa Tsaousis (ktsaou)
2018-02-01log statsd metrics received once at access.log, to allow tracing statsd metri...Costa Tsaousis (ktsaou)
2018-01-29escape also alarms info stringsCosta Tsaousis (ktsaou)
2018-01-29escape alarm expressions to avoid them being detected as xssCosta Tsaousis (ktsaou)
2018-01-27Merge pull request #3351 from ktsaou/gpointsCosta Tsaousis
2018-01-27allow netdata to be compiled without long double; fixes #3352Costa Tsaousis (ktsaou)
2018-01-27gpoints to gtimeCosta Tsaousis (ktsaou)
2018-01-27added API parameter gpoints=N to allow emulating different data collection pe...Costa Tsaousis (ktsaou)
2018-01-26prevent statsd null pointer dereference introduced by #3342Costa Tsaousis (ktsaou)
2018-01-25allow statsd metrics to be initialized with value "zinit"Costa Tsaousis (ktsaou)
2018-01-20filter backends by hostname; fixes #3316Costa Tsaousis (ktsaou)
2018-01-20KSM: remove to_scan metric; fixes #3304Costa Tsaousis (ktsaou)
2018-01-20KSM: saved pages is pages_sharing; fixes #3304Costa Tsaousis (ktsaou)
2018-01-19do not loose the last byte of file copies; fixes #https://github.com/firehol/...Costa Tsaousis (ktsaou)
2018-01-18added unit testsCosta Tsaousis (ktsaou)
2018-01-18fix number printing, rounding bugCosta Tsaousis (ktsaou)
2018-01-18rename also the variables in all other placesCosta Tsaousis (ktsaou)
2018-01-18rename also the variable - to make sure this does not happen againCosta Tsaousis (ktsaou)
2018-01-18lower the cpu usage of pollCosta Tsaousis (ktsaou)
2018-01-16allow streaming to workCosta Tsaousis (ktsaou)
2018-01-16make sure we dont check for timeouts on every iteration; disconnecting client...Costa Tsaousis (ktsaou)
2018-01-16configurable timeout for first requestCosta Tsaousis (ktsaou)
2018-01-15adds basic web server protections (static-threaded); fixes #3291; also some i...Costa Tsaousis (ktsaou)
2018-01-15system.ram plugin: treat Slab memory as CachedAdalbert Michelic
2018-01-13use fixed path to cgroup-network-helper.sh; strictier path checking; fixes #3269Costa Tsaousis (ktsaou)
2018-01-13identation fixesCosta Tsaousis (ktsaou)
2018-01-13relevant error messages on freebsdCosta Tsaousis (ktsaou)
2018-01-13eliminate a constant call to reallocz and make sure there is enough space for...Costa Tsaousis (ktsaou)
2018-01-13apps.plugin: allow also pid 0; fixes #3099Costa Tsaousis (ktsaou)