I receive on a daily basis CPU measures on a UNIX Server (AIX 5.3 version, korn shell). These CPU measures are provided by Omnivision tool.
We could see that Omnivision daily stats are not always equal to NMON stats regarding CPU level.
On my side (I work in an IT Production Support Team, not on UNIX System team), I've activated a CPU daily monitoring with sar command.
By default, sar CPU measures are provided every 5 minutes
Regarding average CPU levels or CPU peaks, CPU measures which are provided by sar tool are always more "optimistic" (I mean with less CPU consumption level) than Omnivision CPU measures.
I imagine that the gap between both tools is linked to measure frequency, as CPU level on an UNIX Server is a very volatile data.
I tried to setup sar for more frequent measures rather than default 5 minutes frequency.
However, when I execute following command sar 5 17280 on a test server, I do not get all day history since midnight, as it is reported with default sar execution.
How can I both increase frequency of CPU measures with sar to make it more reliable and consistent with Omnivision, and also keep all reporting from 0:00 to 23:59 (the target afterwards for me is to calculate the CPU daily peak and the 24 hourly average CPU levels for each day) ?
Furthermore, between sar and Omnivision, are there technical gaps for CPU measure (for an equal frequency measure) ?
Hi all,
Been reading a lot of the cpu load and its "analogy of it to car traffic path of expressway"
From wiki
Most UNIX systems count only processes in the running (on CPU) or runnable (waiting for CPU) states. However, Linux also includes processes in uninterruptible sleep states... (13 Replies)
Hi,
how to find out actual utilization of memory using sar -r in Linux, I understand Linux keep entire memory in cache/buffers.
I would like to know how to find out actual usage of memory (1 Reply)
Hi, I'm John_giova and I'm new in this Forum. Sorry my english, it's not my first language.
So, I'm trying to check the CPU utlization during the video encoding and decoding (making a comparison between SW and HW ) using the SAR tool. According to a past thread I saw as CPU utilization I should... (4 Replies)
Hi,
I want to calculate the total cpu usage from the sar report. Say for example,
Linux 2.6.24-21-generic (blade10) 09/10/2012
04:54:36 PM CPU %user %nice %system %iowait %steal %idle
04:54:37 PM all 0.00 0.00 0.00 0.00 ... (1 Reply)
Based on the documentation (Help - AIX 6.1 Information Center), I should be able to get the CPU utilization on a WPAR. But when I ran sar on the LPAR, I don't see the -@ option:
Usage: sar { -A | }
]] ]]
| ALL]
]
]
I'm on AIX 6.1. ... (0 Replies)
Hi all
Can anyone advise/confirm whether total CPU usage when running sar is %user+%system+%iowait or is it %user+%system only?
I want to confirm whether I am having a CPU-bound problem or not.
This is a single-CPU VMware machine.
$ sar 5 20
Linux 2.6.18-238.5.1.el5... (7 Replies)
hi all:-
when i try to use sar command i get this error how can i fix it
bash-3.00# sar -A
sar: can't open /var/adm/sa/sa16
No such file or directory (5 Replies)
Any reason why the "sum of all" average cpu utilization numbers collected from ps during any given time sample are "consistently" lower than the corresponding numbers reported by sar (%usr, %sys). We have a Solaris O/S 2.8.
We have been trying to correlate the CPU numbers from the sar, to the... (0 Replies)
Dear All,
Our HPUX 8 GB 8CPU database server is behaving abnormally for the last 4+ weeks. I have generated a sar output and it is here-
11:46:52 %usr %sys %wio %idle
11:46:53 1 1 6 92
11:46:54 0 1 0 99
11:46:55 0 1 0... (3 Replies)