On 3/23/07, Deepak Joshi <deepak_cins@xxxxxxxxxxx> wrote:
Hi, I want to check the memory and cpu usage of a perticular process. How do i check that ??
Try out following command:- $ ps -eo pid,pcpu,rss,vsize,comm These info come "proc" only. can i use setrlimit function or i have to look into
proc for the same ? how can i get the complete information about the process usage ??
Try following command to get memory map of any process. $ pmap <pid>
Thanks, Deepak Joshi ________________________________ The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider.
-- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ