This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Dean Wilson (author)
Mon Jun 29 16:26:13 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README | Mon Jun 29 16:26:13 -0700 2009 | |
| |
dstat_memcache_hits.py | Mon Jun 29 16:20:56 -0700 2009 | |
| |
dstat_proccount.py | Mon Jun 29 07:40:00 -0700 2009 |
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.







