search for: httperf

Displaying 20 results from an estimated 53 matches for "httperf".

2006 Sep 07
1
httperf
Hi, has anyone run httperf in Xen.if so cna you share the peformance. Also can someone please send me the source for this. the HP site that hosts it does not respond and i do see any other sites that have the source for httperf. Thanks PKrishna _______________________________________________ Xen-users mailing list Xen-use...
2006 May 10
6
how many mongrels to start
is there a way to determine how best to determine the number of mongrel processes to start? Right now i am running 2 in production but I see some people run about 8 or so. What is the cutoff and determening factor for this ? thanks adam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 29
3
mongrel tuning with httperf - suspicious results
Hello all, I''m attempting to test/tune a mongrel cluster according to the tuning instructions on the mongrel site (using httperf). Anecdotally, the site itself ''feels'' snappy, but testing it with httperf reveals what appears to be terrible throughput. I''m kind of at a loss to describe the results, and was hoping someone could verify that I''m testing incorrectly (enormously likely), or trul...
2007 Mar 06
0
[PIMP] Topfunky''s httperf PeepCode screencast
Hey Everyone, Topfunky (Geoffry) has created a great PeepCode screencast on using httperf to performance measure your web applications: http://nubyonrails.topfunky.com/articles/2007/03/05/peepcode-page-caching-and-httperf http://peepcode.com/products/benchmarking-with-httperf Topfunky put a ton of work into this and really got it right. The attention to detail is very good and he re...
2007 Mar 06
4
[PIMP] Topfunky''s httperf PeepCode screencast (Zed A. Shaw)
...ould be great to know that performance is now a real issue (and rolling back would fix it). Any information? Thanks, Steve >Message: 4 >Date: Tue, 6 Mar 2007 11:08:24 -0800 >From: "Zed A. Shaw" <zedshaw at zedshaw.com> >Subject: [Mongrel] [PIMP] Topfunky''s httperf PeepCode screencast >To: mongrel-users at rubyforge.org >Message-ID: <20070306110824.8a3e1d54.zedshaw at zedshaw.com> >Content-Type: text/plain; charset=US-ASCII > >Hey Everyone, > >Topfunky (Geoffry) has created a great PeepCode screencast on using >httperf to perform...
2008 Feb 09
0
testing with httperf...help a noob?
hello there, ive downloaded and watched the peepcode screencast on httperf. i am now trying to see how much load my site can handle. quick question, while i run 1000 connections, while this test is running, and i go surf my site, is the site response times similar to as if my site is actually having 1000 connections? also, what does --rate do? does that say for each con...
2007 Jul 05
9
Limit i/o capacitiy?
Hi all Is there any way to limit the network i/o capacity of virtual machine somehow? Say, I want a domU with id 1 to consume at much 0.5 MB/s of host''s bandwidth. Is it possible? Artem Pervin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Feb 27
11
Mongrel performing only half as fast as Apache?
...RPM install) - Mongrel 1.0.1, mongrel_cluster 0.2.1 - ruby 1.8.5 (2006-12-04 patchlevel 2) - serving a static HTML file from the Rails app''s public directory - Testing using an identical server, that sits above this one in the rack, connected to a switch (so it''s one hop) - Using httperf for testing, with the following command: httperf --server lab05 --port 80 --uri /mongrel_alive.html --num-conns 10000 The number of connections I vary to be near the 10 second mark... Here''s the results: - Just Apache, num-conns=15000, ~1400 req/sec - Direct to Mongrel on port 5000, nu...
2006 Jun 29
8
Is This a Performance Concern?
I''m running on a brand new MacBook Pro with a relatively clean working set. using Mongrel in production mode on port 3000. The home page does not hit the database and I''m getting: Processing HomeController#index (for 127.0.0.1 at 2006-06-29 14:59:02) [GET] Session ID: e11f7df52bffff304ca7c88e672ef71a Parameters: {"action"=>"index",
2006 Mar 15
6
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
Hello Folks, This is the big release of Mongrel that''s been in the works for a while now (well, like a week). It is chock full of changes and features, but mostly it syncs up the Win32 side of things, and validates that Edge Rails works without problems. It also features a more extensive and useful example of the GemPlugins called mongrel_config. First the usual stuff for people
2006 Aug 28
6
Why the render speed is still so slow under apache?
<% for demand in @demands %> <% cache(:action => ''list'',:part => article.id) do -%> <%= render :partial => ''article''} %> <% end %> <% end %> Under webrick,the time that list rendering costs will be very soon,but under apache2.2+mongrel_cluster, the rendering still takes a long time- which occupies about 95% of the
2007 Apr 03
8
FastCGI performing better than Mongrel - what am I doing wrong?
I tried benchmarking the same site behind an NGINX proxy with both fastcgi and mongrel, and for some reason mongrel is performing pretty poorly in comparison. Any idea what I might be doing wrong? Here''s my benchmarks for 1 fcgi: Server Software: nginx/0.4.0 Server Hostname: eship.com.br Server Port: 80 Document Path: / Document Length: 95
2007 Oct 02
23
Mongrel using way more memory on production than staging. Any ideas why?
...ing one is a clone of the production one. On the production box, pretty much immediately (and I''m talking about within one or two requests), the mongrels climb up to about 150-160MB. One the staging server, even when I''m hammering it with a benchmarking suite (have tried with httperf, and bench and crawl) the mongrels sit comfortably at about 60MB each. Here''s some stats from top: Production server: top - 08:38:43 up 22 days, 13:21, 1 user, load average: 0.24, 0.23, 0.15 Tasks: 33 total, 3 running, 30 sleeping, 0 stopped, 0 zombie Cpu(s): 16.6%us, 24.5%sy...
2006 Jun 20
1
Performance tweak when local files are not served by mongrel
Hello Zed ! I''ve experimented a simple but limited performance tweak in the mongrel rails loader. With the following apache 2.2 mod proxy loadbalancer setup : # Redirect all non-static requests to cluster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ balancer://mongrel_cluster%{REQUEST_URI} [P,QSA,L] We can assume that mongrel is called only when the
2007 Mar 06
59
Memory leaks in my site
Hi all, My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i have a problem on memory leaks with mongrel. My site is running 5 mongrel processes on a 2G RAM machine, the memory of each process grows from about 20M to about 250M, but it never recover to the initial 20M, so i had to restart the mongrel processes once per day. The load is about 1M hits per day. Waiting for
2014 Mar 04
1
Live migration (kvm) not working if any I/O operation is in progress
...an hypervisor related problem or a libvirt one. I did this experiment: on VM I started watching a video on youtube. While video was in progress I started migration. Migration did not complete until video was not finished. I did another experiment: I installed a web server on VM. I then started an httperf stress test. As before migration did not complete until the stress test was closed. Is this normal?
2007 Sep 23
4
performance observation on redhat
...ers (not just mongrel) under red hat enterprise linux ES release 4 (Nahant Update 5). Maybe this is helpful or somebody with deeper networking expertise can comment on this. Once client said that 1-2% of the response of our server were unacceptably slow (really huge 3s-21s). So I did more ab and httperf tests and notice that very few requests do take a very long time. Being clueless I first thought that the ruby garbage collector or mongrel is causing the effect, so after looking at a similar setup using erlang''s yaws or nginx alone, I noticed that sometimes this can happen, especially wh...
2007 Mar 24
2
Mongrel Performance Tuning questions
...tarting out with load testing for one of my rails apps and am pretty confused about what the ''best'' way to do this is. I read the tuning article at http://mongrel.rubyforge.org/docs/how_many_mongrels.html but am getting some weird numbers from the tests recommended at the bottom: httperf --server www.theserver.com --port 80 --uri /tested --num-conns <10 second count> httperf --server www.theserver.com --port 80 --uri /tested --num-conns <10 second count> --rate <reported req/sec> I''m running this with 1 mongrel behind nginx with 6 workers. Serving up sta...
2006 Aug 26
0
Mongrel 0.3.13.4 Pre-Release -- Ruby's LEAK Fixed (Death To Mutex!)
...USR1 mongrel_rails 3) Start running something that prints out the ram (here''s my fish code): while sleep 1 ps aux | grep mongrel_rails | grep -v grep | grep -v gvim | ruby -aln -e "puts split[4 .. 5].join('','')" end 4) Thrash a simple rails controller with httperf: httperf --server 127.0.0.1 --port 3000 --num-conns 1000 --rate 120 --uri /testuri What you want to do is adjust num-conns and rate until Mongrel reports "X threads waiting for /testuri..." The bug only manifests itself when threads pile up behind the guard around Rails dispatching. T...
2006 Sep 13
7
Mongrel spewing backtraces and nanosleeping
Hi list, I''m seeing a couple of issues with Mongrel. I''m running FreeBSD 6.1 and have previously been told that there are known conflicts between this and Mongrel, yet I hope these issues will be resolved with time. I''m overloading Mongrel with httperf on my local workstation. Mongrel is started directly with the mongrel_rails command and there is only one mongrel running. Soon I will start seeing: Server overloaded with N processors (M max). Dropping connection. Wed Sep 13 00:03:05 CEST 2006: Reaping N threads for slow workers because of '&...