Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2010 02:30:07 GMT
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/30360: vmstat(8) returns impossible data
Message-ID:  <201010060230.o962U7xN061480@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/30360; it has been noted by GNATS.

From: Alexander Best <arundel@freebsd.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: bin/30360: vmstat(8) returns impossible data
Date: Wed, 6 Oct 2010 02:20:27 +0000

 this problem still exists. the following lines are `vmstat` outputs from:
 
 hub.freebsd.org (7.3-STABLE):
 
  procs      memory      page                   disk   faults         cpu
  r b w     avm    fre   flt  re  pi  po    fr  sr mf0   in   sy   cs us sy id
  0 0 0   2383M  1856M   144   1   2   0   231  74   0  315   27   94 -62 -15 177
 
 kern.cp_time: 410252301 85725730 109247565 6553778 2886521518
 
 
 freefall.freebsd.org (8.1-PRERELEASE):
 
  procs      memory      page                    disks     faults         cpu
  r b w     avm    fre   flt  re  pi  po    fr  sr da0 pa0   in   sy   cs us sy id
  0 0 2   1036M   294M   561   0   0   0    37  46   0   0  498  700  683 -11 -14 125
 
 kern.cp_time: 100842337 28852004 161611939 12315794 2770482371
 
 the problem seems to be in percent() or cpustats() in vmstat.c.
 
 cheers.
 alex
 
 -- 
 a13x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010060230.o962U7xN061480>