Resource usage
Peter Hansen
peter at engcorp.com
Tue Jan 28 19:51:45 EST 2003
More information about the Python-list mailing list
Tue Jan 28 19:51:45 EST 2003
- Previous message (by thread): Getting a kerberos ticket
- Next message (by thread): Resource usage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Grzegorz Dostatni wrote: > > I am writing a proof of concept script in python that will dynamically > allocate cpu's and memory on a 16 cpu computer. The os is AIX 5.2, python > 2.1.2 > > I've looked at the resource module, so I do know how to do those things > ;-) > > Here is what I am still lacking > > 1) How can I get the cpu load? Can I get cpu load per cpu? > > 2) The amount of free memory? > > A pointer to somewhere within the documentation will be greatly > appreciated. I scanned throught the library, but was unable to find > anything that provided these two. Not provided by stanard Python modules, so far as I know. How would you do these things on that platform *without* using Python? The answer to that question will generally lead you to the answer you need for doing it with Python. -Peter
- Previous message (by thread): Getting a kerberos ticket
- Next message (by thread): Resource usage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list