No commit activity in last 3 years
No release in over 3 years
Dstat Input plugin for Fluent event collector
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.0
~> 12.0
>= 0
>= 3.0.0

Runtime

< 2, >= 0.14.0
 Project Readme

Dstat plugin for Fluentd

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
  delay 3
 </source>

Parameters

  • option

    • option for dstat command (default: -fcdnm)
  • tag

    • the tag of event. You can embed hostname by #{} feature, e.g. tag "dstat.#{Socket.gethostname}".

Output Format

When you use option -a, you get structured output data like below.

{
  "hostname":"tsukuba000",
  "dstat":{"total cpu usage":"usr":"0.0","sys":"0.0","idl":"100.0","wai":"0.0","hiq":"0.0","siq":"0.0"},
           "dsk/total":{"read":"0.0","writ":"0.0"},"net/total":{"recv":"148.0","send":"164.0"},
           "paging":{"in":"0.0","out":"0.0"},
           "system":{"int":"16.333","csw":"29.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-util, freespace, top-bio, top-cpu,top-io, top-mem, top-oom, utmp, top-io -fc

Copyright

Copyright (c) 2011 Shunsuke Mikami. See LICENSE.txt for further details.