summaryrefslogtreecommitdiffstats
path: root/src/proc_softirqs.c
AgeCommit message (Expand)Author
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-20replace strcmp() with strsame() and procfile improvementsCosta Tsaousis (ktsaou)
2017-01-19inline string to number conversionCosta Tsaousis (ktsaou)
2016-12-11Merge pull request #1313 from rlefevre/monotonic-clockCosta Tsaousis
2016-12-11settle compiler warnings about signed and unsigned comparisonsCosta Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-12-05handle dynamically added/removed interrupts or softirqsRémi Lefèvre
2016-11-13improvements identified via static code analysis with cppcheckCosta Tsaousis (ktsaou)
2016-11-07several code optimizationsCosta Tsaousis (ktsaou)
2016-09-30fix unecessary calls to realloc(); added memory allocations logger - enabled ...Costa Tsaousis
2016-09-16minor optimizations: eliminated an snprintf and lowered the stack allocated b...Costa Tsaousis (ktsaou)
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-11code cleanup by replacing all memory allocation functions with ones that hand...Costa Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-05-13Merge remote-tracking branch 'fredericopissarra/changes' into registryCosta Tsaousis
2016-05-12fixed an unterminated buffer at registry.c; lowered the memory requirements o...Costa Tsaousis
2016-05-09snprintfz must use a buffer 1 byte bigger then maximum string output size.Frederico Lamberti Pissarra
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-04-03interrupts array moved from stack to memory allocation #66Costa Tsaousis (ktsaou)
2016-04-02fix for no lines being read in /proc/interrupts and /proc/softirqs #66Costa Tsaousis (ktsaou)
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2015-12-20prevent adding idle cpu cores or disksCosta Tsaousis (ktsaou)
2015-12-19added softirqs collection from /proc/softirqs; fixed idlejitter time shift;Costa Tsaousis (ktsaou)