PDA

View Full Version : system stats



benjamin1254
03-11-2005, 12:03 AM
hello.. when i boot up knoppix i would like to have my system stats showing on the screen... such as ram space left, cpu stats, exc. how would i do that? If i could i would like to see them offto the side in a nifty side bar!

pureone
03-11-2005, 01:52 AM
wget http://rebelhomicide.demon.nl/scripts/infobash; chmod +x infobash; ./infobash

also


free // shows ram

df // shows hd stats
it should say the processer type on boot up as well. i cant find any other way to view it processor other then at boot up and with infobash.

im not sure but knoppix should come with gkrellm and glxgears

UnderScore
03-11-2005, 02:38 AM
i cant find any other way to view it processor other then at boot up and with infobash.
uname -a
cat /proc/cpuinfo

pureone
03-11-2005, 02:57 AM
niceone i couldnt find anything on google about it. i thought it might have to do with /proc

Dave_Bechtel
03-11-2005, 10:36 AM
--If using commandline, " top -d 10 " is your friend...


niceone i couldnt find anything on google about it. i thought it might have to do with /proc

benjamin1254
03-11-2005, 01:10 PM
lol it worked thats for sure but is there anything like a graphical interface with a line graph of some sort... that shows how much of a resorce i am sucking in? That did do what i needed though thanks!

OErjan
03-11-2005, 01:58 PM
top gives you percentages.
and if you want a graph, hmm, perhaps gkrellm?