similar to: Load Testing Rails Apps with Jmeter

Displaying 20 results from an estimated 50000 matches similar to: "Load Testing Rails Apps with Jmeter"

2011 Sep 27
0
422 Error when using JMeter for load testing
I have a Rails 3.1 application that I am trying to use JMeter to load test. Our site is targeted around collecting information so users sign-up and then walk through a question and answer workflow and after answering a few questions, they are rewarded with some useful information. My JMeter test is configured to walk through sign-up and then the full Q&A workflow. Environment details:
2009 Nov 05
0
how ot remove the highest value from total time jmeter xslt
Hi, I am new to xslt and I need some help removing the highest value from the 'total time' and then calculating the 'average time' for jmeter reports Thanks, Hema -- View this message in context: http://old.nabble.com/how-ot-remove-the-highest-value-from-total-time-jmeter-xslt-tp26208608p26208608.html Sent from the R help mailing list archive at Nabble.com.
2006 Jan 01
2
Resin and RAILS
Anybody use Resin''s (http://www.caucho.com) FastCGI support with Rails? I''m seeing performance very close (almost the same) to what I''m seeing with Lighttpd. Nothing scientific but just a quick test using Apache''s wb and JMeter. (Might be interesting to other Java/Rails folk or Java/PHP/Rails folk. I have no connection to Caucho and the tests were done with
2023 Feb 18
0
Roundcube <-> Dovecot timeouts under very moderate load on big Dovecot nodes
Due to a recent topic regarding the performance of the Roundcube webmailer with Dovecot as a backend, I set up imapproxy successfully, shrinking the response latency of the webmailer heavily, which is great. However, I still encounter strange timeouts on some requests when Roundcube tries to access Dovecot. Be it for authentication or to FETCH data. I run the tests/benchmarks via distributed
2023 Jan 26
2
How do you scale dovecot for good performance with Roundcube webmailer in front? (hitting limits without exhausting resources)
Good day, I am currently setting up/debugging a webmailer-only setup using Roundcube (latest version) with Dovecot (2.3.20, latest as of now). Generally speaking the setup performs OK, I wrote a JMeter Roundcube script to test the Roundcube. This includes actions like listing mails and fetching them. I am hitting a somehow dubious limit of 600 req/s though. (This includes all kinds of HTTP calls
2023 Jan 26
1
How do you scale dovecot for good performance with Roundcube webmailer in front? (hitting limits without exhausting resources)
> > Generally speaking the setup performs OK, I wrote a JMeter Roundcube script to > test the Roundcube. This includes actions like listing mails and fetching > them. I am hitting a somehow dubious limit of 600 req/s though. (This includes > all kinds of HTTP calls to Roundcube, not only the ones triggering IMAP). When > the dovecot becomes unavailable, the performance without
2005 May 14
6
HELP!! Serious memory leak in my rails app!!
I''m having a huge memory leak problem with a rails application I''m developing! I first noticed that when running under webrick (via script/server) there was a fast memory leak.. several users using the app for a few hours would use 2 gig of memory!!! I searched the archives and found that some users found that it could be avoided by saying --daemon when launching webrick..
2006 Oct 06
3
Mongrel is crashing under heavy loads
Hi We''re running mongrel on CentOS 4.2 with Apache httpd 2.2 mod_proxy_balancer, mongrel_cluster-0.2.0, Rails 1.1.6, Ruby 1.8.4, Pg 8.1.4 backend. We are on the verge of going live with our site and I am stress testing the server. What we are seeing is under heavy loads, our mongrels will seg fault and die one by one. Following the advice in a previous thread (http://www.mail-
2005 Dec 17
2
Subfolders in Rails applications (newbie)
After about a week playing with Rails, I have built a couple of apps but am still unable to get one thing to work: subfolders. (I am probably using the wrong term here, but oh well...) I would like my rails application to have controllers logically grouped into folders. So for instance: http://domain.com/accounting/accounts http://domain.com/hr/employees Here''s how I have tried to
2006 Dec 07
6
form_tag not producing output
I''ve got two servers, both with Rails 1.1.6 on them. I''m trying to remove some of the newly-deprecated stuff in my app, and I''ve run into a problem. My login page used to look like this: <div title="Account login" id="loginform" class="form"> <h1>Please Sign In</h1> <%= start_form_tag :action =>
2005 Nov 16
2
does upgrading rails require you to use generate rails again for existing apps?
If I upgrade from my current version 0.14 to the latest version using "gem update rails" do my existing apps need to have the rails structure re-generated to take advantage of changes to rails? If so is there an easy way to do this without loosing my MCV''s? Thanks, Kris.
2010 Oct 11
3
Wine apps load from Ubuntu application munu but not from cli
Hey, I have just installed civilization IV and it's expansions in wine. After doing the required workarounds to make it run correctly it seems to work quite well. However, I have come to realize that I am only able to launch it when using the automatic added menu entry in the wine folder Ubuntu menu. I have reviewed the command being executed and tried the command copied from the launcher
2007 Feb 13
2
SMS service for Rails app alerts - recommendations for free/cheap service/approach for rails apps???
Hi, I''m interested in triggering SMS alerts from my Rails app (hosted on Dreamhost) for key events or errors. Any recommendations re whether there is a free SMS service to enable this? Or else a cheap service? Also whether there is a rails plugin to make this easy? Tks Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2008 Jul 22
0
Oracle apps form server issue with Piranha Load balancer
Hi all, First of all sorry for writing such a big mail.I am facing problem while implementing Piranha Load balancer on CENTOS 4 for my two oracle 11i application server running on linux. Oracle Real server details Instance Name - test url's - 1 . dev.xxx.com:8004 2 . uat.xxx.com:8004 Architecture - Services installed on dev are 1. Database Server 2.Concurrent Processing
2006 Jun 09
1
Sharing data between several Rails apps
Could anyone point me to some resources that explain how to share data between two Rails apps? For example, say I have a wiki and a blog, as separate apps, and I want to be able to integrate them so the user seamlessly goes between the two on the same site. How do I pass user information between the two apps? Are rails session variables accessible to both apps? Do I have to pass everything
2006 Mar 24
0
Re: Isolating Rails apps?
> > } I''m trying to isolate some Rails apps I will be running on a shared > } server; by isolate I mean I want the application to be unable to access > } any of the filesystem below its root. These apps are from a few > } different people and I don''t want them to accidentally (or purposefully) > } blow someone else''s files away. I would just create a
2008 Apr 03
2
Two Rails Apps, One Backgroundrb Server?
This might be a really simple question, with a simple solution. I have two rails apps running on the same box. Right now I am starting two Backgroundrb servers (11006 and 11007). Wondering if it might be possible to run only one and have the second app point to the first app''s server? TIA, Kit
2006 May 02
0
Linking multiple rails apps
Hi I was wondering what people advised as the best way to run multiple rails apps under one banner? For example, I''ve got a basic tagging/bookmarking app, and I''d like to add, say, forum and wiki functionality. As far as I can see, I could: 1) bundle the other rails apps in with mine in the one project, creating a "superapp" of sorts. Problem with this though is
2006 May 26
1
cannonical open source rails apps?
What do you think are the best examples of open source rails apps? I keep a copy of typo trunk around just to look at the code to see how they''ve solved a problem. Do you know other apps that you consider particularly well written? Thanks -- - Stephen Bannasch Concord Consortium, http://www.concord.org
2006 Mar 21
1
Mongrel + Lighty + Multiple Rails Apps : How to Route ?
Hello all, I''m using Lighty-Win32 and Mongrel. I have one rails app working against http://hostname/. I want to know how to route lighty and my app to http://hostname/appname1. I have multiple apps that I would eventually want to route with http://hostname/appname2, http://hostname/appname3, etc. I am not trying to "productize", these are separate distinct apps that