Re: How to get memory and CPU status of a particular process

2010-02-22 Thread Taskinoor Hasan
On Tue, Feb 23, 2010 at 9:48 AM, R. P. Janaka wrote: > Hi all, > > Is there a way to get system memory consumption and CPU consumption in a > platform independent way, using python...? > > Basically my requirement is, get the memory status and CPU status of a > particular process. If there is a w

Re: How to get memory and CPU status of a particular process

2010-02-22 Thread Chris Rebert
On Mon, Feb 22, 2010 at 11:16 PM, Paul Rudin wrote: > Chris Rebert writes: >>> On Tue, Feb 23, 2010 at 9:18 AM, R. P. Janaka wrote: Is there a way to get system memory consumption and CPU consumption in a platform independent way, using python...? Basically my requirement is,

Re: How to get memory and CPU status of a particular process

2010-02-22 Thread Paul Rudin
Chris Rebert writes: >> On Tue, Feb 23, 2010 at 9:18 AM, R. P. Janaka wrote: >>> Hi all, >>> >>> Is there a way to get system memory consumption and CPU consumption in a >>> platform independent way, using python...? >>> >>> Basically my requirement is, get the memory status and CPU status of a

Re: How to get memory and CPU status of a particular process

2010-02-22 Thread Chris Rebert
> On Tue, Feb 23, 2010 at 9:18 AM, R. P. Janaka wrote: >> Hi all, >> >> Is there a way to get system memory consumption and CPU consumption in a >> platform independent way, using python...? >> >> Basically my requirement is, get the memory status and CPU status of a >> particular process. If ther

Re: How to get memory and CPU status of a particular process

2010-02-22 Thread R. P. Janaka
Please can anyone help me..?? On Tue, Feb 23, 2010 at 9:18 AM, R. P. Janaka wrote: > Hi all, > > Is there a way to get system memory consumption and CPU consumption in a > platform independent way, using python...? > > Basically my requirement is, get the memory status and CPU status of a > part

How to get memory and CPU status of a particular process

2010-02-22 Thread R. P. Janaka
Hi all, Is there a way to get system memory consumption and CPU consumption in a platform independent way, using python...? Basically my requirement is, get the memory status and CPU status of a particular process. If there is a way to get memory info and CPU info by just giving the process ID, t