RE: Query regarding virtual memory details for Darwin
RE: Query regarding virtual memory details for Darwin
- Subject: RE: Query regarding virtual memory details for Darwin
- From: "Shiwali Joshi, Noida" <email@hidden>
- Date: Wed, 23 Nov 2005 15:56:33 +0530
- Thread-topic: Query regarding virtual memory details for Darwin
Title: RE: Query regarding virtual memory details for Darwin
Hi Jones,
I am trying to find out the virtual memory usage and other details related to a process using an application.
In my application I have included sysctl.h. There are some structures which I am using that must be in this file like "struct xsw_usage" and macro "VM_SWAPUSAGE" which must have declaration in sysctl.h file.
But on my Darwin machine I am unable to find these declaration in the file.
While, searching for this particular problem, I found out that this is supported on Tiger and not on Panther.
But I have no clue about Darwin's support.
Can you let me know if this is supported on Darwin?
Regards,
SS
-----Original Message-----
From: Jonas Maebe [mailto:email@hidden]
Sent: Wed 11/23/2005 3:28 PM
To: Darwin Kernel
Subject: Re: Query regarding virtual memory details for Darwin
On 23 nov 2005, at 10:46, Shiwali Joshi, Noida wrote:
> Does anyone have any idea regarding how to get the virtual memory
man vmmap
> and processor details for a particular process.
I don't know what you mean with "processor details". If you mean
registers etc:
gdb -p <pid>
info registers
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden