summaryrefslogtreecommitdiffstats
path: root/charts.d/squid.chart.sh
AgeCommit message (Collapse)Author
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-26fixed a bug in the incremental calculations where the exact duration (in ↵Costa Tsaousis (ktsaou)
nanoseconds) between incremental updates was not taken into account, so the values were always calculated using the pre-agreed update_every duration
2015-11-18added documentation; minor adjustments to charts.d collectorsCosta Tsaousis (ktsaou)
2015-11-18charts.d can be added multiple timesCosta Tsaousis (ktsaou)
2015-10-03code optimizations; added temperature charts.d pluginCosta Tsaousis (ktsaou)
2015-05-10fix for squid not respecting configurationCosta Tsaousis (ktsaou)
2015-02-24fixed unit labelCosta Tsaousis (ktsaou)
2015-02-24more HTTP complianceCosta Tsaousis (ktsaou)
2015-02-24some squid installations need a completely different URL - support for ↵Costa Tsaousis (ktsaou)
custom url
2015-02-24now it checks for /counters and squid-internal-mgr/countersCosta Tsaousis (ktsaou)
2014-12-23now it queries cache_object with nc, instead of wgetCosta Tsaousis (ktsaou)
2014-06-01report per second incremental values when update frequency is higher than a ↵Costa Tsaousis (ktsaou)
second
2014-05-30added support for different update frequency per chart in charts.d.pluginCosta Tsaousis (ktsaou)
2014-05-21strictier checkingCosta Tsaousis (ktsaou)
2014-05-20support for non-interpolated dimensions for both incremental and absolute ↵Costa Tsaousis (ktsaou)
values; fixed json date and number generation for smaller length; nonzero mode now generates at least a dimension without any data to allow proper chart rendering; when exiting the memory structures are not destroied so that other threads will not crash the server
2014-05-12added support for giving duration in microseconds per pluginCosta Tsaousis (ktsaou)
2014-05-04minor fixesCosta Tsaousis (ktsaou)
2014-05-04added mem.apps and improved error handling and debugging for charts.dCosta Tsaousis (ktsaou)
2014-05-03supports for charts.d scripts and plugins.d pluginsCosta Tsaousis (ktsaou)
2014-05-03Now there are 2 kinds of plugins:Costa Tsaousis (ktsaou)
- plugins.d plugins that are expected to always be in memory and execute continiously - charts.d scripts that are sourced by the charts.d plugin and are all executed together, lowering significantly the resources they require (compared to plugins)