Sha256: 2f91307f5ab53f2160081fedba98d584dc9dc797896be07a56c7537c58c18530
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
= Dstat plugin for Fluent Description goes here. == What's Dstat? Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. If you need more detail, see here[http://dag.wieers.com/home-made/dstat] This plugin use Dstat, so you need to install Dstat before using this plugin. == Configuration <source> type dstat tag dstat option -c 3 </source> * option:option for dstat command(default: -fcdnm 1) == Output Format When you use option -c, you get structured output data like below. { "hostname":"tsukuba000", "dstat":{"total-cpu-usage":{"usr":"0", "sys":"0", "idl":"100", "wai":"0", "hiq":"0", "siq":"0"}} } == Supported options aio, cpu, cpu24, disk, epoch, fs, int, int24, io, ipc, load, lock, mem, net, page, page24, proc, raw, socket, swap, swapold, sys, tcp, udp, unix, vm, disk-tps, disk-util, dstat-cpu, dstat-ctxt, dstat-mem, freespace, top-bio, top-childwait, top-cpu,top-io, top-mem, top-oom, utmp, top-io -fc == Copyright Copyright (c) 2011 Shunsuke Mikami. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-dstat-0.1.0 | README.rdoc |