Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77906
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; '16,': 0.03; 'that?': 0.05; 'great.': 0.07; 'correct,': 0.09; 'subject:script': 0.09; 'cc:addr :python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'stats': 0.16; 'subject:python': 0.16; 'apps': 0.16; 'wrote:': 0.18; 'app': 0.19; 'otherwise,': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'certain': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'specifically': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'app.': 0.31; 'sep': 0.31; 'mac': 0.33; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'performance': 0.37; 'sometimes': 0.38; 'stable': 0.38; 'bad': 0.39; 'how': 0.40; 'is.': 0.60; 'worry': 0.60; '"not': 0.84; 'ram,': 0.84; 'working,': 0.84; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=+w5eMPM6QfiCQo3FzAUXa2nTgRLBwimbkPh4Ivc2yy8=; b=zG0kRKsX/LRhVS9f7g86iQxYy8Kydrbd9IKT/DISPkmElkwBaNc/Y/qBjEHUGeElRE VLHmROIGF6hjj39xoZleETznusM7+GA8yCDrJqNabCXnHs4oZJEHdjgj2sZPFOrX678U 2GybCIefTxr2XIbnYi9xVv3F+6sj6mTqpgin2c2yutda3pF5lCcHu4t7FeO6e16WokUa vIoDI6nPOXi8zWIe3OuDloeyFiYZG2yd6QZ88A5w/M814IQs5aIaXuAnQSLpFSI2Smm2 ZQ7Bd+MiKHyTxFCXTcz4rILZ0V9Jua9YVQa3MDofBAelcgxkMFOoKb+TDodg2jaby7Li 2MxA== |
| MIME-Version | 1.0 |
| X-Received | by 10.112.161.70 with SMTP id xq6mr31006633lbb.49.1410827638354; Mon, 15 Sep 2014 17:33:58 -0700 (PDT) |
| In-Reply-To | <63a94cb9-171a-4b97-a639-75fec71cae63@googlegroups.com> |
| References | <63a94cb9-171a-4b97-a639-75fec71cae63@googlegroups.com> |
| Date | Tue, 16 Sep 2014 10:33:58 +1000 |
| Subject | Re: python script monitor |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14036.1410827646.18130.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1410827646 news.xs4all.nl 2877 [2001:888:2000:d::a6]:42435 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77906 |
Show key headers only | View raw
On Tue, Sep 16, 2014 at 10:07 AM, 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. > If by "not fully stable" you mean that it sometimes isn't working, then playing with performance is a bad idea. Start by getting it correct, then worry about how fast it is. Otherwise, what do you mean by that? What's not stable about your app? ChrisA
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