Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77910
| Subject | Re: python script monitor |
|---|---|
| From | William Ray Wing <wrw@mac.com> |
| Date | 2014-09-15 21:25 -0400 |
| References | <63a94cb9-171a-4b97-a639-75fec71cae63@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14038.1410830763.18130.python-list@python.org> (permalink) |
On Sep 15, 2014, at 8:07 PM, Nicholas Cannon <nicholascannon1@gmail.com> wrote: > I have made an app that is not fully stable and I would like to monitor the performance of the app and try and improve the speed of it. I tried to use the activity monitor on the mac but what I want I'm to see how much ram, cup and other stats on what resources that app is using. Is there any apps to specifically monitor a certain app. I am on Mac is so any suggestions that could work with that would be great. > -- > https://mail.python.org/mailman/listinfo/python-list Have you investigated the (long) list of options to the “top” command? I’ve noticed that most Mac users seem to assume that top won’t show anything that Apple’s Activity Monitor doesn’t show. In fact top is WAY more powerful. It should do pretty much what you want. Bill
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python script monitor Nicholas Cannon <nicholascannon1@gmail.com> - 2014-09-15 17:07 -0700
Re: python script monitor Chris Angelico <rosuav@gmail.com> - 2014-09-16 10:33 +1000
Re: python script monitor William Ray Wing <wrw@mac.com> - 2014-09-15 21:25 -0400
Re: python script monitor Nicholas Cannon <nicholascannon1@gmail.com> - 2014-09-16 02:14 -0700
Re: python script monitor Skip Montanaro <skip.montanaro@gmail.com> - 2014-09-16 05:26 -0500
csiph-web