I'm looking for load/usage data for a server in terms of CPU/RAM/network/Disk from OS perspective. The OS is RHEL5. I know sar is able to report system activity info, but the only commands I know are "sar -r -f sa10" and "sar -q -f sa10", and it's in hourly format.
I would like to generate resource (CPU/RAM/network/Disk) usage report over the past month. Is sar able to do this? If yes, how? If no, what tool I can use to generate this quickly.
Example:
11/01/11 runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15
11/01/11 0 137 0.00 0.00 0.00
11/02/11 3 139 0.00 0.00 0.00
11/03/11 5 139 0.03 0.01 0.00