Results 1 to 1 of 1
For example: echo 1 > /proc/sys/vm/block_dump
turns on I/O debugging messages which I can then parse for process wise I/O operations. I want to do the same for CPU operations ...
- 02-26-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 1
How to turn on cpu and network debugging messages to read via klogd
For example: echo 1 > /proc/sys/vm/block_dump
turns on I/O debugging messages which I can then parse for process wise I/O operations. I want to do the same for CPU operations and network operations per process.
I know there are command line tools like top,ps, netstat etc and a lot of information available in /proc/ directory too. But this is for a research project and it is important for me to get kernel level timestamps.
Thanks a lot!


Reply With Quote
