Difference between revisions of "Xosview"
From Linuxintro
imported>ThorstenStaerk (New page: xosview is a command that shows the system resources' utilization. Image:Snapshot-xosview.png) |
imported>ThorstenStaerk |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Image:Snapshot-xosview.png]] | [[Image:Snapshot-xosview.png]] | ||
+ | |||
+ | = 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 | ||
+ | |||
+ | = Web Site = | ||
+ | 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