telegraf/plugins
subhachandrachandra 8d034f544c 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)

Closes #131
2015-08-25 14:18:14 -06: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 Fix typo (tranport > transport). 2015-07-10 09:00:28 +02:00
exec 0.1.6, update changelog, readme, plugins list 2015-08-20 14:45:04 -06:00
haproxy Add haproxy plugin 2015-07-22 17:14:31 -07:00
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 Build & unit test fixup 2015-08-05 14:47:12 -06:00
memcached Add MySQL server address tag to all measurements 2015-08-25 13:58:55 -06:00
mongodb Creating circleci job to just lint and vet code 2015-08-05 14:46:30 -06:00
mysql Add MySQL server address tag to all measurements 2015-08-25 13:58:55 -06:00
nginx fix for #126, nginx plugin not catching net.SplitHostPort error 2015-08-20 11:26:49 -06:00
postgresql Fixes #130, document mysql plugin better, README 2015-08-24 15:08:16 -06:00
prometheus go fmt fixes 2015-08-05 14:46:31 -06:00
rabbitmq Add simple RabbitMQ plugin 2015-07-21 11:48:49 -07:00
redis Mark more unit tests as 'integration' tests when they rely on external services/docker 2015-08-05 16:49:40 -06:00
rethinkdb Creating circleci job to just lint and vet code 2015-08-05 14:46:30 -06:00
system Fixed memory reporting for Linux systems 2015-08-25 14:18:14 -06:00
mock_Plugin.go Switch plugin API to use an accumulator 2015-04-06 09:32:10 -07:00
registry.go Update plugin registry from name -> measurement 2015-05-29 13:31:27 -07:00