Difference between revisions of "Xosview"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 11: | Line 11: | ||
In Debian-based distributions, e.g. Kubuntu, Ubuntu and Debian with: | In Debian-based distributions, e.g. Kubuntu, Ubuntu and Debian with: | ||
sudo apt-get install xosview | sudo apt-get install xosview | ||
+ | |||
+ | = know-how = | ||
+ | On modern computers with 40 or more CPU threads xosview shows too much information. To reduce this, call it like | ||
+ | xosview -cpu -ints | ||
= Web Site = | = Web Site = | ||
http://sourceforge.net/projects/xosview/ | http://sourceforge.net/projects/xosview/ |
Latest revision as of 13:44, 30 September 2014
xosview is a command that shows the system resources' utilization.
Install it
SUSE Linux
yast -i xosview
Debian-based systems
In Debian-based distributions, e.g. Kubuntu, Ubuntu and Debian with:
sudo apt-get install xosview
know-how
On modern computers with 40 or more CPU threads xosview shows too much information. To reduce this, call it like
xosview -cpu -ints