Thank you very much!!

Regards,
Narendra Upadhyay
TCS - Noida 1


----- Original Message -----
From: "Der Herr Hofrat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 10, 2002 7:34 PM
Subject: Re: [rtl] Memory usage by an application


> > Hi,
> >   Is there any system call in RTLinux which can show the memory status
(memory used by an application, and the amount of memory free) in kernel
space ?
> >
> >
> not directly - but as we are allocating all memory resources
> in linux kernel context it updates the internal memory
> information so basically you can do
>
> cat /proc/meminfo
> launch your rtlinux app
> cat /proc/meminfo
>
> and that will give you a more or less corect picture
> (do it in single user mode with everything turned off and it
> actually should be very reliable).
>
> hofrat
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
> echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/
>

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to