faqts : Computers : Programming : Languages : Python : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

8 of 19 people (42%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How can I find out how much memory a remote computer has installed? The computers are on the same NT network and have the same login.

Jun 20th, 2000 04:46
unknown unknown, Roger Upole


Try the win32pdh module from the win32 extensions.  The NT performance
monitor can access memory stats on another machine if you have 
sufficient privilege.  The hard part is getting the path string right, 
but there is a path browser to help with that.  I think it's 
win32/lib/win32pdhutil.py.