Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Cpu Utilization and IO wait Calculation.
Name: Naveen Kumar Date: August 29, 2001 at 23:03:01 Pacific
Comment:
Iam working on sun Solaris5.0. I want to calculate the cpu utilization and io wait of the system inside a C program and if both are in acceptable limits I allows the program to proceed otherwise not
Summary: Mark, This is my command syntax: prstat -u root 1 3600 > file_out which gives me cpu utilization by process every second for an hour. I would like to get the timestamps for each of these lines of out...
Summary: well, the numbers you see are a count of the number of tasks that were waiting in the CPU queue during that period. The 3 numbers are for the last 1 min, 5 min, and 15 min periods. In terms of whethe...
Summary: Hello I am considering buying a sun machine for my home use. With the same CPU speed and memory which one is better, Sun ultra ( 30 or 60) machine or E250 machine? There is a difference of $200 betwe...