Hi!
I wonder, how I get information like cpu usage (not top! only one line or so), hdd usage and network traffic without using a smnp, but using the terminal (ssh)?
I know this commands:
* watch x86info -mhz -> getting current CPU MHz (speedstepping)
* smartctl -A /dev/hda -> SMART information
* cat /proc/acpi/thermal_zone/THM0/temperature -> CPU temperature
* ifconfig -> current IP and summary of traffic
* df -h -> current hdd freespace
I think, there are many more tools, perhaps one ore two for cpu usage, hdd usage and network traffic
Thanks a lot!


