summaryrefslogtreecommitdiffstats
path: root/src/proc_net_netstat.c
AgeCommit message (Expand)Author
2017-09-10more speed improvementsCosta Tsaousis (ktsaou)
2017-08-01kilobit is 1000 bits, not 1024 bitsCosta Tsaousis (ktsaou)
2017-05-10added TCPSynRetrans and tcphandshake chart; fixes #2169Costa Tsaousis (ktsaou)
2017-02-22appconfig now supports different multiple configurations - added support for ...Costa Tsaousis (ktsaou)
2017-02-22unified rrdset and rrddim to use enum for flagsCosta 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-02-01prevent a crash when the ARL is empty; fixes #1700Costa Tsaousis (ktsaou)
2017-01-22added ARL debugging info and errors on common pitfalls (only when -DNETDATA_I...Costa Tsaousis (ktsaou)
2017-01-21updated copyright datesCosta Tsaousis (ktsaou)
2017-01-21properly parse /proc/net/netstatCosta Tsaousis (ktsaou)
2017-01-21fixed typo that prevented system.ipv4 charts from being collectedCosta Tsaousis (ktsaou)
2017-01-21reverted strcmp()Costa Tsaousis (ktsaou)
2017-01-21ARL for /proc/net/netstatCosta Tsaousis (ktsaou)
2017-01-20replace strcmp() with strsame() and procfile improvementsCosta Tsaousis (ktsaou)
2017-01-19inline string to number conversionCosta Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-11-07several code optimizationsCosta Tsaousis (ktsaou)
2016-09-23added TCP memory pressures chartCosta Tsaousis (ktsaou)
2016-09-18code cleanup to allow it compile without unused variables warningCosta Tsaousis (ktsaou)
2016-09-18re-factored /proc/net/netstat data collector to collect all the available met...Costa Tsaousis (ktsaou)
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-17fix for format string signessCosta Tsaousis (ktsaou)
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-04-03IPv4 and IPv6 charts are now by default created on demand, i.e. only when the...Costa Tsaousis (ktsaou)
2016-04-02added IPv6 performance metrics #60Costa Tsaousis (ktsaou)
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa 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-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-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)