OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Antikx on February 23, 2006, 12:22:47 am

Title: Cat /proc/stat
Post by: Antikx on February 23, 2006, 12:22:47 am
I noticed that when a friend runs cat /proc/stat on his 5500 (running OZ) he gets info in the disk_io field. Myself with a C1000 run pdaXrom Beta1 and a Kinsgten 1Gig SD card do not.
Am I missing something?
Title: Cat /proc/stat
Post by: gds on February 23, 2006, 05:44:30 am
Hmm, I get information in the disk_io field.

C3100, latest pdaXrom beta. Lexar SD card was in, if that matters.
Title: Cat /proc/stat
Post by: jbruno on February 23, 2006, 10:21:17 am
Quote
I noticed that when a friend runs cat /proc/stat on his 5500 (running OZ) he gets info in the disk_io field. Myself with a C1000 run pdaXrom Beta1 and a Kinsgten 1Gig SD card do not.
Am I missing something?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115825\"][{POST_SNAPBACK}][/a][/div]

mine says:

Quote
disk_io: (3,0):(1493,1416,12674,77,832)


What does that mean, anyway?
Title: Cat /proc/stat
Post by: jerrybme on February 23, 2006, 10:44:13 am
I get:
Code: [Select]
disk_io: (3,0):(6927,4773,121149,2154,261014)
Title: Cat /proc/stat
Post by: karlto on February 23, 2006, 01:48:58 pm
I have an SL6000 with RC12:

Code: [Select]
disk_io: (3,0):(13110,12027,103298,1083,51976)
I have both a CF microdrive and SD card - surely this only refers to the microdrive?

And I guess it would have to have been active recently to get any info...
Title: Cat /proc/stat
Post by: Antikx on February 24, 2006, 12:36:33 am
Quote
Quote
I noticed that when a friend runs cat /proc/stat on his 5500 (running OZ) he gets info in the disk_io field. Myself with a C1000 run pdaXrom Beta1 and a Kinsgten 1Gig SD card do not.
Am I missing something?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=115825\")

mine says:

Quote
disk_io: (3,0):(1493,1416,12674,77,832)

What does that mean, anyway?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115870\"][{POST_SNAPBACK}][/a][/div]

It's my understanding that it is suposed to give you info about how your drives are preforming.
At the bottom of this page: [a href=\"http://www.uwsg.iu.edu/hypermail/linux/kernel/0111.1/1798.html]uwsg.iu.edu[/url]
Snipped from above URL:
The "disk_io" shows data for each active disk. The above example only
shows one active disk. The first pair is the major followed by the
disk number entry. The others are:
 - total number of I/O operations on this drive
 - read I/O operations
 - read I/O sectors
 - write I/O operations
 - write I/O sectors

Maybe it only reports what's in a CF slot (including internal HDD).  

Thanks for your replies everyone.