On 2005-05-30 11:26, [EMAIL PROTECTED] wrote: > I want to get the meminfo of each kernel process,such as how much > memory size is allocated to a process.How can i do? I will do this > in kernel space,so which data structure can i used to achieve this.
AFAIK, the kernel threads run in the same address space as the kernel. It doesn't make sense to ask for their "resident size", because they share the same address space that all the other kernel threads use. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"