Sponsored Content
Operating Systems HP-UX vmstat displays cpu idle time at 100% Post 302222369 by tfrye on Wednesday 6th of August 2008 05:43:39 PM
Old 08-06-2008
Here is a vmstat output and following is sar output on the same server.

procs memory page faults cpu
r b w avm free re at pi po fr de sr in sy cs us sy id
1 0 0 438406 32431 0 0 0 0 0 0 0 0 3 1 0 0 100
1 0 0 440543 32386 2 1 0 0 0 0 0 1036 10111 4016 0 0 100
1 0 0 440543 32386 2 0 0 0 0 0 0 1035 9864 3981 0 0 100
1 0 0 440543 32386 1 0 0 0 0 0 0 1041 10358 3994 0 0 100
1 0 0 440543 32386 0 0 0 0 0 0 0 1037 10075 3973 0 0 100
1 0 0 440543 32386 0 0 0 0 0 0 0 1035 9846 3961 0 0 100
1 0 0 440543 32386 0 0 0 0 0 0 0 1039 9718 3958 0 0 100
1 0 0 440543 32386 0 0 0 0 0 0 0 1045 9575 3948 0 0 100

HP-UX egateliv B.11.11 U 9000/800 08/06/08

16:39:22 %usr %sys %wio %idle
16:39:23 1 4 0 95
16:39:24 0 4 1 95
16:39:25 0 4 1 95
16:39:26 2 3 3 92
16:39:27 1 2 1 96
16:39:28 0 3 1 96
16:39:29 0 2 1 97
16:39:30 31 9 11 48
16:39:31 32 8 26 34
16:39:32 25 8 8 59
16:39:33 36 9 17 38
16:39:34 1 4 0 95
16:39:35 0 5 2 93
16:39:36 23 5 3 69
16:39:37 44 9 7 40
16:39:38 10 8 6 76
16:39:39 0 3 0 97
16:39:40 14 6 24 56
16:39:41 31 10 30 29
16:39:42 29 6 7 58
16:39:43 0 6 1 93
16:39:44 0 3 0 97
16:39:45 0 2 0 98
16:39:46 1 5 2 92
16:39:47 1 3 1 95

Average 11 5 6 77
 

10 More Discussions You Might Find Interesting

1. Solaris

CPU idle

hi when should we consider that CPU is loaded? When it is 100% idle or 0%idle?? tx (4 Replies)
Discussion started by: melanie_pfefer
4 Replies

2. HP-UX

sar output gives 98% idle CPU

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)
Discussion started by: Ashrunil
3 Replies

3. UNIX for Dummies Questions & Answers

CPU 0% idle - how do I find what was running?

Hi, I checking yesterday's SAR logs for one of our servers and it was showing that utilisation was down to 0% for 10 minutes at 2am. We're unaware of any jobs running at this time so need to find out which process caused this spike. Is there anything built into SAR (or does anything else exist)... (11 Replies)
Discussion started by: dlam
11 Replies

4. UNIX for Advanced & Expert Users

vmstat's cpu stats on first line of output are always the same

Hello, I'm seeing this problem with vmstat, where the first line of output always has the same CPU statistics. For example: neked@nekedmachine:~$ date && vmstat Fri Jul 24 06:57:08 EDT 2009 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd ... (0 Replies)
Discussion started by: neked
0 Replies

5. Shell Programming and Scripting

How to get the information about cpu idle from top command?

I am using Ubuntu 9.04. I want to write a shell script to get the information about cpu idle from top command at the real time when i call it, compare cpu idle with 20 (20%), if cpu idle > 20 exit 1, vice versa exit 0. Anybody can help me to resolve it ? Thanks alot. (7 Replies)
Discussion started by: huyquocnguyen
7 Replies

6. Solaris

top is showing 0% cpu Idle

What should we do if we show a 0% cpu idl on top? (5 Replies)
Discussion started by: Pouchie1
5 Replies

7. Solaris

Why CPU idle 0 process nohub lose

Hello Solaris 8 when CPU idle 0 . why nohub process lose ? Thank (1 Reply)
Discussion started by: ppmanja
1 Replies

8. UNIX for Advanced & Expert Users

idle% cpu and run queue

Hi Everybody, Can anybody explain how CPU idle% is about 50%, but runq-sz more than 1? sar from Solaris 10: 00:00:05 %usr %sys %wio %idle 17:00:08 27 12 0 61 17:20:05 40 15 0 45 17:40:05 27 12 0 61 18:00:05 23... (2 Replies)
Discussion started by: sant
2 Replies

9. Red Hat

Monotring cpu and VMstat in Redhat Linux

Hi , Please some one help me out . How to write a shell cript to monitor cpu usage vmstat and in Redhat linux . vmstat out put should be in percentage. Thanks in advance !!!! (1 Reply)
Discussion started by: saanvi
1 Replies

10. UNIX for Dummies Questions & Answers

Idle Process Exhausting CPU

I noticed when having some trouble with code I was testing that the CPU was becoming exhausted and I would have to reboot. After rebooting a couple times I decided to check for other problems before trying my code again. That's when I noticed that the CPU with the idle process was through the roof:... (5 Replies)
Discussion started by: Azrael
5 Replies
symlink(3)						User Contributed Perl Documentation						symlink(3)

NAME
PerlIO::via::symlink - PerlIO layers for create symlinks SYNOPSIS
open $fh, '>:via(symlink)', $fname; print $fh "link foobar"; close $fh; DESCRIPTION
The PerlIO layer "symlink" allows you to create a symbolic link by writing to the file handle. You need to write C"link $name" to the file handle. If the format does not match, "close" will fail with EINVAL. TEST COVERAGE
----------------------------------- ------ ------ ------ ------ ------ ------ File stmt branch cond sub time total ----------------------------------- ------ ------ ------ ------ ------ ------ blib/lib/PerlIO/via/symlink.pm 100.0 100.0 n/a 100.0 100.0 100.0 Total 100.0 100.0 n/a 100.0 100.0 100.0 ----------------------------------- ------ ------ ------ ------ ------ ------ AUTHORS
Chia-liang Kao <clkao@clkao.org> COPYRIGHT
Copyright 2004-2005 by Chia-liang Kao <clkao@clkao.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.18.2 2005-03-01 symlink(3)
All times are GMT -4. The time now is 05:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy