"Terry Carroll" <[EMAIL PROTECTED]> wrote

Is there anything within Python (I'm on 2.5) that can check this? Failing that, are there any Windows/XP line-oriented commands that I could invoke and parse the output of? (I also have Cygwin installed, in case there are
any gnu-based commands that woudl work, too.)

With cygwin you should have top, vmstat and of course ps.
All of these can monitor system status,. top being very similar to
XPs Task Manager process view but in a text window. vmstat will
not tell you process IDs, just report total usage. And ps is single
shot so you could run it (via subprocess, say) after processing each
100 files or somesuch

Take your pick...

Alan G

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to