Here's a link to Windows documentation: http://msdn.microsoft.com/en-us/library/ms683218(VS.85).aspx.
Basically I would like to get similar data, but on Linux. If not all is possible, then at least some parts.
|
Here's a link to Windows documentation: http://msdn.microsoft.com/en-us/library/ms683218(VS.85).aspx. Basically I would like to get similar data, but on Linux. If not all is possible, then at least some parts. |
|||
|
|
|
If you enable CONFIG_TASK_IO_ACCOUNTING, you will have the information available in /proc/<pid>/io. This is available since kernel 2.6.20, but not normally enabled by default (However, in Ubuntu 8.04 it seems like it is enabled). You can read about the various data items in Documentation/filesystems/proc.txt in the kernel source tree. Especially section 2.14 should be of interest. |
||||
|
|
|
Have a look at |
|||||
|
|
Look at the pseudo-files under Look at |
||||
|
|
|
Perhaps you want getrusage()? Not all fields are maintained under linux however. Perhaps enabling the |
|||
|
|