Dstat resource statisitics tool

What do you have and what do you want?

Moderators: b1o, jkerr82508

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Dstat resource statisitics tool

Postby viking60 » 22 Feb 2013, 23:30

Dstat is reporting live and combines all the other tools out there like vmstat, iostat, ifstat, netstat - into one.

You will find it in your repo so you can install it like you are used too.

To see a list of functions do a:

Code: Select all

dstat -h

In /usr/share/dstat/ you will find a set of python plugins and you can also add your own. You can take the helloworld file and alter it to our liking (try: dstat --hello).
To see a list over all the plugins you can use, do a:

Code: Select all

dstat --list

To check out how your resources are used you could try this one:

Code: Select all

dstat -c --top-cpu -d --top-bio --top-latency


To check the network:

Code: Select all

dstat -n --socket --tcp --udp

Memory:

Code: Select all

dstat -g -l -m -s --top-mem

Or simply just enter

Code: Select all

dstat

This is the default and is the same as:

Code: Select all

dstat -c -d -n -g -y


The combinations and possibilities are endles. Dstat is a live monitor and does not compete with Inxi that gives you a snapshot.
Image

Useful tool.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

Return to “Software”