Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'debug': 0.03; 'subject:Python': 0.06; 'question:': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:cloud': 0.16; 'subject:setup': 0.16; 'subject:threads': 0.16; 'tue,': 0.17; 'header:In-Reply-To:1': 0.21; 'received:209.85.210.174': 0.23; 'received:mail-iy0-f174.google.com': 0.23; 'load': 0.24; 'suggestion': 0.26; 'script': 0.27; 'message-id:@mail.gmail.com': 0.28; 'to:addr:python-list': 0.33; 'greatly': 0.33; 'chris': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.37; 'could': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'appreciated.': 0.40; '31,': 0.65; 'further': 0.65; 'low': 0.73; 'krishnan': 0.84; 'subject:different': 0.84; 'comparable': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=+afOuli89brKSnZXnZowKX2p34dFGgozo18yarjU7Gs=; b=HZ9uEMUkts8VJeTqLPU/qiIbf312/1L/mk3NVe6pR0BFCdeDulHcywFbJHZyCk1mb5 KTqtgxe+t+3kDQcXowgzo/jfe+7ryokmHDcQHTY65bpNGGlN/MNObVnn1ujrXJ6WWx4u 9x5OwTOVR9UJkRXXSW63mRJVe6DL/TUOb88mk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=X4d8xpG3gL+nMtp4BVYUgxJCP7y/KIcjWl4H7h+yDi6t0Tj1xeZCuo4z94/fMlKhRE KRfyD525aq3cSHsvXJ2QCLExIDQOYC+DWzH/Y4UX7SnLpquR91eGd3mNNl7YwsobS8Se ELEhLS7EIL2SCo0wVaI73FA4pQ5yHoKy8oges= MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 1 Jun 2011 00:22:07 +1000 Subject: Re: Load averages and Python threads on different Linux cloud provider setup From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 10 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306851731 news.xs4all.nl 49175 [::ffff:82.94.164.166]:33866 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6729 On Tue, May 31, 2011 at 9:25 PM, Mohanaraj Gopala Krishnan wrote: > Any suggestion on why the load would be a lot higher or how I could > debug this further is greatly appreciated. > First off, an easy question: Is system load low and comparable on both systems when this script is _not_ running? Chris Angelico