R
richard_l
Hello All,
I'm a newbie to Python!
I am trying to develop a program that monitors the performance of an
application. The kind of information I am interested in is the CPU/
Process/Thread and memory performance. Specifically, I would like to
track the following
CPU usage
Used Memory on Phone
Free Memory on Phone
Number of Processes running
Number of threads running
Number of Filehandles currently open
Memory used by a process/thread
Process/Thread CPU activity.
All this under Windows
Can anyone help me, or direct me to the appriopriate API's so I can
get the above information?
Does anyone have any other sugestions on what else I could monitor for
a running application?
Does anyone have any example code they can direct me to?
Many thanks in advance,
Richard
I'm a newbie to Python!
I am trying to develop a program that monitors the performance of an
application. The kind of information I am interested in is the CPU/
Process/Thread and memory performance. Specifically, I would like to
track the following
CPU usage
Used Memory on Phone
Free Memory on Phone
Number of Processes running
Number of threads running
Number of Filehandles currently open
Memory used by a process/thread
Process/Thread CPU activity.
All this under Windows
Can anyone help me, or direct me to the appriopriate API's so I can
get the above information?
Does anyone have any other sugestions on what else I could monitor for
a running application?
Does anyone have any example code they can direct me to?
Many thanks in advance,
Richard