summaryrefslogtreecommitdiffstats
path: root/src/plugin_tc.c
AgeCommit message (Expand)Author
2017-05-02implemented app charts for statsd - untested yetCosta Tsaousis (ktsaou)
2017-03-01fixes identified by coverityCosta Tsaousis (ktsaou)
2017-02-22appconfig now supports different multiple configurations - added support for ...Costa 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-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-03do not calculate tc leafs and parents if enabled_all_classes_qdiscs is enabledCosta Tsaousis (ktsaou)
2017-01-29code cleanup and commentingCosta Tsaousis (ktsaou)
2017-01-29tc now supports hierarchical qdiscs tooCosta Tsaousis (ktsaou)
2017-01-29tc works on qdiscs too, merged #1427Costa Tsaousis (ktsaou)
2017-01-23change chart type to line if enabled_all_classes_qdiscs is trueStefan Forstenlechner
2017-01-23small adjustments to plugin_tc.cStefan Forstenlechner
2017-01-23fix to find root qdiscStefan Forstenlechner
2017-01-23added qdiscs to tc pluginStefan Forstenlechner
2017-01-23added enabled_all_classes to show all classes of an interfaceStefan Forstenlechner
2017-01-21reverted strcmp()Costa Tsaousis (ktsaou)
2017-01-21ARL at /proc/net/snmp6Costa Tsaousis (ktsaou)
2017-01-20fix tc bug that classes were left in memory although unusedCosta Tsaousis (ktsaou)
2017-01-20replace strcmp() with strsame() and procfile improvementsCosta Tsaousis (ktsaou)
2017-01-19inline string to number conversionCosta Tsaousis (ktsaou)
2017-01-14do not leak memory on exitCosta Tsaousis (ktsaou)
2017-01-14more exit cleanup actionsCosta Tsaousis (ktsaou)
2017-01-14improved netdata cleanup/exit procedureCosta Tsaousis (ktsaou)
2017-01-01strict checking on binary tree operationsCosta Tsaousis (ktsaou)
2016-11-07several code optimizationsCosta Tsaousis (ktsaou)
2016-09-22removed leftovers from copy and paste in hidden tc configuration variablesCosta Tsaousis (ktsaou)
2016-09-21added rendering qos tokens and ctokens to help further development of class d...Costa Tsaousis (ktsaou)
2016-09-10nasty bug: char = -1; then char == -1 gives false; fixes #849Costa Tsaousis (ktsaou)
2016-08-21minor code re-writes to avoid coverity false positives; updated installer ban...Costa Tsaousis
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-07-25respect the plugin directory set in netdata.conf when searching for the tc he...Costa Tsaousis
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-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-05-1640% faster AVL searching and DICTIONARY operationsCosta Tsaousis (ktsaou)
2016-05-13Merge remote-tracking branch 'fredericopissarra/changes' into registryCosta Tsaousis
2016-05-12optimization: saved 84 bytes per dictionary, avl locking removed from tc plug...Costa Tsaousis
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-05-06finalized dictionary.cCosta Tsaousis
2016-04-17fixed source file permissionsCosta Tsaousis (ktsaou)
2016-04-17added log flood protection #240 to the netdata daemon and apps.pluginCosta Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-03-31error handling in key areas #102Costa Tsaousis (ktsaou)
2016-02-28tc: non-HTB classes were missed: fixedCosta Tsaousis (ktsaou)
2016-02-28tc: dont be limited to HTBCosta Tsaousis (ktsaou)