public
Description: Custom Plugins for dstat that I sometimes use
Homepage: www.unixdaemon.net
Clone URL: git://github.com/deanwilson/dstat-plugins.git
name age message
file README Mon Jun 29 16:26:13 -0700 2009 Added simple module explanation for memcache_hits [Dean Wilson]
file dstat_memcache_hits.py Mon Jun 29 16:20:56 -0700 2009 Added simple memcached plugin for dstat [Dean Wilson]
file dstat_proccount.py Mon Jun 29 07:40:00 -0700 2009 Dstat proc count plugin [Dean Wilson]
README
= Dstat Plugins = 

"dstat - versatile tool for generating system resource statistics"
  -- From the Debian dstat manpage

Sometimes you need resource statistics from a source that the original
author didn't include. This git repo contains some of mine.

The simplest way to use them is to drop the .py file in to ~/.dstat and
then run dstat with the -M filename option.

Example - 

mkdir ~/.dstat
cp ~/dstat_proccount.py ~/.dstat
dstat -a -M proccount

== Plugins ==

proccount - shows the total number of current processes.

memcache_hits - shows the total "get" hits and misses.
                This is an absolute number, not an incremental
                difference between runs.