ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/disk_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/disk_stats.c (file contents):
Revision 1.73 by tdb, Mon Nov 1 18:30:17 2004 UTC vs.
Revision 1.74 by ats, Mon Nov 1 20:36:46 2004 UTC

# Line 388 | Line 388 | sg_disk_io_stats *sg_get_disk_io_stats(int *entries){
388                  }
389  
390                  /* We can't seperate the reads from the writes, we'll
391 <                   just give half to each. */
391 >                   just give the same to each. */
392                  rbytes = wbytes = (pstat_diskinfo.psd_dkwds * 64);
393  
394                  /* Skip unused disks. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines