Bug 3029 - frysk.sys.proc.Stat returns incorrect values for Stat.vsize and Stat.rss
Summary: frysk.sys.proc.Stat returns incorrect values for Stat.vsize and Stat.rss
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1582
  Show dependency treegraph
 
Reported: 2006-08-10 15:51 UTC by Mike Cvet
Modified: 2006-08-10 15:51 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2006-08-10 15:51:02 UTC
When comparing to /proc/pid/stat, the values returned by this class are incorrect.
Comment 1 Mike Cvet 2006-08-10 15:51:26 UTC
Log message:
        2006-08-09  Mike Cvet  <mcvet@redhat.com>
        
        * Stat.java (zero): Variable representing the zero filed in /proc/pid/stat.
        * Stat.cxx (refresh): Fixed a bug where all values were off by one field
        due to a missing field read, via zero above.