--- projects/libstatgrab/src/libstatgrab/disk_stats.c 2004/11/06 15:32:33 1.75 +++ projects/libstatgrab/src/libstatgrab/disk_stats.c 2004/11/06 15:33:40 1.76 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: disk_stats.c,v 1.75 2004/11/06 15:32:33 ats Exp $ + * $Id: disk_stats.c,v 1.76 2004/11/06 15:33:40 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -393,7 +393,7 @@ sg_disk_io_stats *sg_get_disk_io_stats(int *entries){ /* We can't seperate the reads from the writes, we'll just give the same to each. */ - rbytes = wbytes = (di->psd_dkwds * 64); + rbytes = wbytes = di->psd_dkwds / 2; /* Skip unused disks. */ if (rbytes == 0 && wbytes == 0) {