Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.091 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'great.': 0.07; 'subject:script': 0.09; 'cc:addr:python-list': 0.11; 'assume': 0.14; 'received:mac.com': 0.16; 'stats': 0.16; 'subject:python': 0.16; 'apps': 0.16; 'wrote:': 0.18; 'app': 0.19; 'received:10.0.1': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'cc:no real name:2**0': 0.24; 'options': 0.25; '15,': 0.26; 'certain': 0.27; 'tried': 0.27; 'specifically': 0.29; "i'm": 0.30; 'url:mailman': 0.30; 'app.': 0.31; 'sep': 0.31; 'url:python': 0.33; 'mac': 0.33; 'noticed': 0.34; 'could': 0.34; 'but': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'received:10.0': 0.36; 'url:org': 0.36; 'should': 0.36; 'list': 0.37; 'received:10': 0.37; 'performance': 0.37; 'received:17': 0.38; 'stable': 0.38; 'fact': 0.38; 'pm,': 0.38; 'anything': 0.39; 'bill': 0.39; 'users': 0.40; 'url:mail': 0.40; 'how': 0.40; 'most': 0.60; 'show': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'charset:windows-1252': 0.65; '2014,': 0.84; 'doesn\x92t': 0.84; 'header:In-reply-to:1': 0.84; 'investigated': 0.84; 'i\x92ve': 0.84; 'ram,': 0.84 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-09-16_01:2014-09-15,2014-09-15,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1409160013 Content-type: text/plain; charset=windows-1252 MIME-version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: python script monitor From: William Ray Wing In-reply-to: <63a94cb9-171a-4b97-a639-75fec71cae63@googlegroups.com> Date: Mon, 15 Sep 2014 21:25:38 -0400 Content-transfer-encoding: quoted-printable References: <63a94cb9-171a-4b97-a639-75fec71cae63@googlegroups.com> To: Nicholas Cannon X-Mailer: Apple Mail (2.1878.6) Cc: python-list@python.org, "William R. Wing" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410830763 news.xs4all.nl 2829 [2001:888:2000:d::a6]:55376 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77910 On Sep 15, 2014, at 8:07 PM, Nicholas Cannon = 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. > --=20 > https://mail.python.org/mailman/listinfo/python-list Have you investigated the (long) list of options to the =93top=94 = command? I=92ve noticed that most Mac users seem to assume that top = won=92t show anything that Apple=92s Activity Monitor doesn=92t show. = In fact top is WAY more powerful. It should do pretty much what you = want. Bill=