--- template=post title=Starlight Statistics style=/styles/post.css style=/styles/statistics.css description=starlight server statistics use-template= system-stats= --- 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. [@paragraphs off]

Memory

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

parsed from /proc/meminfo
range 0 to {stats.mem.total}MB
current: {stats.mem.usage}MB

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 {stats.net.max_bound}kbps

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 {stats.cpu.max_bound}%.