SVN commit 840352 by johnflux: Set diskstat units to KB to match other sensors M +2 -2 diskstats.c --- trunk/KDE/kdebase/workspace/ksysguard/ksysguardd/Linux/diskstats.c #840351:840352 @@ -561,10 +561,10 @@ fprintf( CurrentClient, "Write data device %s (%d:%d)\t0\t0\t1/s\n", devname, major, minor ); else if ( strcmp( name, "rblk" ) == 0 ) - fprintf( CurrentClient, "Read accesses device %s (%d:%d)\t0\t0\tkBytes/s\n", + fprintf( CurrentClient, "Read accesses device %s (%d:%d)\t0\t0\tKB/s\n", devname, major, minor ); else if ( strcmp( name, "wblk" ) == 0 ) - fprintf( CurrentClient, "Write accesses device %s (%d:%d)\t0\t0\tkBytes/s\n", + fprintf( CurrentClient, "Write accesses device %s (%d:%d)\t0\t0\tKB/s\n", devname, major, minor ); else if ( strcmp( name, "rtim" ) == 0 ) fprintf( CurrentClient, "# of milliseconds spent reading device %s (%d:%d)\t0\t0\ts\n",