I can suggest you using SystemTap using which you can add probe points to a running linux kernel. It is similar to `DTrace` which is similar tool developed for Solaris. You can write simple stap script to perform interesting tasks.
I can suggest you using SystemTap using which you can add probe points to a running linux kernel. It is similar to `DTrace` which is similar tool developed for Solaris. You can write simple stap script to perform interesting tasks.