- Dead simple client/server networking
- Sourced program configuration
- Easy glueing of text data
- Simple graphics/UI with Tk
- Dead simple "OO" programming in the small using $type-method proc dispatch.
- sao-dstat[2]
- dstatd[4]
- cstat[5]
cstat
cstat log
cstat plot- cstat configuration
set options { --color --noupdate -t -c -d -n -M app 5 }
set clients {
piper
mega00
mega01
mega02
mega03
mega04
mega05
mega06
mega07
}
# Tk plotter configuration
#
set colours {
red
green
blue
yellow
cyan
magenta
orange
purple
lightblue
}
set charts {
"User CPU" usr 0 {0.0 100.0 50.0} 1 average
"Sys CPU" sys 1 {0.0 100.0 50.0} 1 average
"Idle CPU" idle 2 {0.0 100.0 50.0} 1 average
"Wait CPU" wait 3 {0.0 100.0 50.0} 1 average
"Disk Read" read 6 {0.0 200.0 100.0} 1048576 sum
"Disk Write" writ 7 {0.0 200.0 100.0} 1048576 sum
"Net In" in 8 {0.0 100.0 50.0} 1048576 sum
"Net Out" out 9 {0.0 100.0 50.0} 1048576 sum
}Here are a couple of screen shots:Here the cluster is idle :(

Here's a plot while crunching image data.

Category System Administration

