casidiablo 0 Newbie Poster

Hello there....

I've been wondering whether there is a simple way to retrieve system info, I mean, how much RAM the computer has, what's its CPU usage, etc.

I need to do it multiplatform, but I guess I'll have to make different things on each OS. I was looking for a solution in these forums, but the only thing I found was this:

http://www.python-forum.org/pythonforum/viewtopic.php?f=3&t=8630

There it's explaind how to do some things on Windows, and it's neccesary to use pwin32 and wmi. The problem is that, those programs are so heavy and I'm looking for something more light.

What can I do?

Thanks for reading!