Hi all,
I'm fairly new to Linux and am running CentOS on my web server.
I've been using mpstat to check out the processor utilization, and most of the numbers look good (as far as I can tell).
Here's my mpstat output
the only thing that I think I am slightly concerened about is intr/s. I'm not sure if 153 is a big number, but I started out around 50 or so about 2 weeks ago, and it seems to be steadily climbing, though I don't have any more services running now than I did then.
Could it be that some threads are not being released or something?
Is this something I should be concerned about?
I'm fairly new to Linux and am running CentOS on my web server.
I've been using mpstat to check out the processor utilization, and most of the numbers look good (as far as I can tell).
Here's my mpstat output
Code:
02:31:49 PM CPU %user %nice %sys %iowait %irq %soft %steal %idle intr/s 02:31:49 PM all 8.70 0.00 1.68 0.10 0.02 0.02 0.00 89.49 153.21
Could it be that some threads are not being released or something?
Is this something I should be concerned about?
Comment