Creating Your Own Cross Platform Process Monitor with psutil

For those who haven’t read this, it’s a very good article.

http://www.blog.pythonlibrary.org/2012/07/13/wxpython-creating-your-own-cross-platform-process-monitor-with-psutil/?utm_source=Python+Weekly+Newsletter&utm_campaign=ba73e11c46-Python_Weekly_Issue_44_July_19_2012&utm_medium=email

Mike-I found out about this via Python Weekly.

Hi,

···

On Thursday, July 19, 2012 4:18:35 PM UTC-5, cappy2112 wrote:

For those who haven’t read this, it’s a very good article.

http://www.blog.pythonlibrary.org/2012/07/13/wxpython-creating-your-own-cross-platform-process-monitor-with-psutil/?utm_source=Python+Weekly+Newsletter&utm_campaign=ba73e11c46-Python_Weekly_Issue_44_July_19_2012&utm_medium=email

Mike-I found out about this via Python Weekly.

Glad you liked it. When I saw psutil I thought to myself, there should be a GUI built on top of that. Of course, wxPython was the only way for me to go. I thought it was fun and one of these days I’m going to try to improve it a bit. I wish psutil offered faster performance since currently there’s no way for it to display information in real-time.

  • Mike