Messages in this thread |  | | From | Abel Muñoz Alcaraz <> | Subject | How Can I develop a process monitor? | Date | Tue, 3 Oct 2000 20:32:21 +0200 |
| |
Hi everybody,
I want to develop a process monitor (like TOP) in a kernel module. I think I must get the '/proc' superblock and replace the inode_operations->mkdir,rmdir,create and open.
Is this correct? Can I get the /proc superbloc with 'struct super_block * get_super(kdev_t dev' function?
I am going to develop this module in C.
Thanks in advance. -Abel.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |