Starlight Statistics

starlight is the server that runs my website, and thus my webserver. I've been wanting to build a little monitoring/system stats thing for awhile, and I can't think of a reason I care about to not make it public. Maybe you'll find it interesting, anyways.

Graphs are unanimated GIFs. Samples are taken every minute and graphs are generated every fifteen, so data should be reasonably current.

Memory

a line graph showing memory usage. it is normally quite steady

parsed from /proc/meminfo
range 0 to 983MB
current: 288MB

Network

a line graph showing network usage. it is normally quite low and very spiky

parsed from /proc/net/dev
TX in blue // RX in green
range from 0 to 256kbps

CPU

a line graph showing cpu usage. it is normally quite spiky, but steady on an average of a tenth of a percent

parsed from /proc/stat
cpu usage on avg.
range from 0% to 1%.