![]() |
|
|
#1 |
|
"Victor de Hollander"
Aug 2011
the Netherlands
23·3·72 Posts |
I'm a newbie on Linux, so I just wanted to share my results while searching for monitoring software on Ubuntu. If I missed any useful ones, please let me know.
CPU Basic CPU info by: Code:
cat /proc/cpuinfo Code:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies Code:
watch -d "cat /proc/cpuinfo | grep -i Mhz" Code:
sudo apt-get install indicator-cpufreq Top; a lightweight prog that is almost always included in distros and runs in the terminal: Code:
top Code:
gnome-system-monitor Psensor, on Ubuntu: Code:
sudo apt-get install psensor Code:
sudo add-apt-repository ppa:jfi/ppa sudo apt-get update Code:
sudo add-apt-repository ppa:i-nex-development-team/daily sudo add-apt-repository ppa:gambas-team/gambas3 sudo apt update sudo apt install i-nex |
|
|
|
|
|
#2 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
1110111010012 Posts |
Code:
sudo lshw cat /proc/cpuinfo, unfortunately, doesn't distinguish between cores and threads. if, of interest: Code:
cat /proc/meminfo Code:
df -h disk utility and gparted will allow you see very detailed information about all the media and media devices. It will also allow you to easily destroy the data, if you are not careful. edit: gparted can actually be used to change partition sizes, but again, it must be done carefully, realizing that even then, there is a risk of data loss. Always keep off-system backups of any important data! Last fiddled with by EdH on 2017-03-14 at 21:52 |
|
|
|
|
|
#3 |
|
Sep 2009
40368 Posts |
I use:
Code:
uptime Code:
sensors Code:
nvidia-smi I'm usually SSHing onto a system to check it so command line tools are more use than GUI tools. Also most of my systems run OpenSUSE so I can't guarantee they work on Ubuntu. I've also come across Code:
acpi In all cases read the man page for them to see what they do. Chris |
|
|
|
|
|
#4 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
260316 Posts |
|
|
|
|
|
|
#5 |
|
Sep 2009
81E16 Posts |
The latest Linux Format suggests using hardinfo, lspci, dmidecode and biosdecode to get hardware into.
Chris |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Factoring software for tiny Linux versions | Rodrigo | Software | 19 | 2011-02-15 04:32 |
| monitoring a Linux version | Carlo Monari | Software | 4 | 2004-12-11 17:26 |
| Little shellscript for monitoring mprime under linux | Matthes | Lounge | 2 | 2003-07-11 01:13 |
| Client monitoring? | pizzaking | Lounge | 25 | 2003-06-10 08:34 |
| GIMPS software for Sony PS/2 Linux? | delta_t | Software | 5 | 2002-12-06 17:36 |