telegraf/plugins
subhachandrachandra 13ee9ff37b Fixed memory reporting for Linux systems
/proc/meminfo reports memory in KiloBytes and so needs a multiplier of 1024 instead of 1000.
The kernel reports in terms of pages and the proc filesystem is left shifting by 2 for 4KB pages to get KB. Since this is a binary shift, Bytes will need to shift by 10 and so get multiplied by 1024.

From the kernel code. PAGE_SHIFT = 12 for 4KB pages
"MemTotal:       %8lu kB\n", K(i.totalram)
2015-08-21 16:08:54 -07:00
..
all Add httpjson plugin 2015-08-19 13:24:07 -06:00
disque Marking disque tests 'short', circleci container doesnt appear to support tcp? 2015-08-05 17:00:04 -06:00
elasticsearch
exec 0.1.6, update changelog, readme, plugins list 2015-08-20 14:45:04 -06:00
haproxy
httpjson Modifications to httpjson plugin 2015-08-19 13:25:21 -06:00
kafka_consumer Fix for issue #93, just use github path instead of gopkg.in 2015-08-06 11:59:07 -06:00
leofs Add LeoFS plugin 2015-08-07 08:58:24 +00:00
lustre2
memcached Mark more unit tests as 'integration' tests when they rely on external services/docker 2015-08-05 16:49:40 -06:00
mongodb
mysql Mark more unit tests as 'integration' tests when they rely on external services/docker 2015-08-05 16:49:40 -06:00
nginx fix for #126, nginx plugin not catching net.SplitHostPort error 2015-08-20 11:26:49 -06:00
postgresql Mark more unit tests as 'integration' tests when they rely on external services/docker 2015-08-05 16:49:40 -06:00
prometheus
rabbitmq
redis Mark more unit tests as 'integration' tests when they rely on external services/docker 2015-08-05 16:49:40 -06:00
rethinkdb
system Fixed memory reporting for Linux systems 2015-08-21 16:08:54 -07:00
mock_Plugin.go
registry.go