Hi all
What's the easiest way to monitor CPU usage in % on a Linux computer? I don't want separate values for user, system, etc, but just ONE value in %. The used CPU, not the idle one. Also we have computers with 1 or 2 CPU's. And on a 2 processor comptuer I want both CPU together in one value.
procload I not so usefull I think, because it's not in percent. And cpu_util is Windows only.
What's the easiest way to monitor CPU usage in % on a Linux computer? I don't want separate values for user, system, etc, but just ONE value in %. The used CPU, not the idle one. Also we have computers with 1 or 2 CPU's. And on a 2 processor comptuer I want both CPU together in one value.
procload I not so usefull I think, because it's not in percent. And cpu_util is Windows only.
Comment