Re: how can I get the meminfo of each kernel process?
From: Giorgos Keramidas (keramida_at_freebsd.org)
Date: 05/30/05
- Previous message: Robert Watson: "Re: how can I get the meminfo of each kernel process?"
- In reply to: littlegege_at_263.net: "how can I get the meminfo of each kernel process?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 30 May 2005 15:10:47 +0300 To: littlegege@263.net
On 2005-05-30 11:26, littlegege@263.net 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 "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Robert Watson: "Re: how can I get the meminfo of each kernel process?"
- In reply to: littlegege_at_263.net: "how can I get the meminfo of each kernel process?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|