Questions tagged [grinder]

The Grinder is a Java load-testing framework that makes it easy to run a distributed test using many load injector machines.

The Grinder is a Java load-testing framework that makes it easy to run a distributed test using many load injector machines.

Grinder key features:

  • Generic Approach: Load test anything that has a Java API. This includes common cases such as HTTP web servers, SOAP and REST web services, and application servers (CORBA, RMI, JMS, EJBs), as well as custom protocols.
  • Flexible Scripting: Tests are written in the powerful Jython scripting language.
  • Distributed Framework: A graphical console allows multiple load injectors to be monitored and controlled, and provides centralized script editing and distribution.
  • Mature HTTP Support: Automatic management of client connections and cookies. SSL. Proxy aware. Connection throttling. Sophisticated record and replay of the interaction between a browser and a web site.

Find details here.

102 questions
2
votes
0 answers

How to install GrinderStone 2.5.5 in Eclipse Mars, forbidden access to grinderstone.googlecode

I have tried to install Grinderstone 2.5.5 through Eclipse MarketPlace. During the installation process I was prompt to enter username and password for googlecode project. I have the appropriate google account but obviously that account does not…
2
votes
1 answer

Is it possible to get a list of the installed browsers using dart:io?

Is it possible to get a list of the installed browsers using dart:io ? More specifically, I would want to have a variable List installedBrowsers in my grinder file, so that my grinder will work independently of the OS and installed…
Kasper
  • 12,594
  • 12
  • 41
  • 63
2
votes
3 answers

Resolve the ImportError: No modules named , when running grinder script

I was started using grinder tool, when ever i run my script i get the following error. ImportError: No module named net.grinder.script. Grinder This is the script that i am trying to run # A minimal script that tests The Grinder logging…
Manu
  • 5,534
  • 6
  • 32
  • 42
2
votes
2 answers

Best tool to record CPU and memory usage with Grinder?

I am using grinder in order to generate reports for the performance tests for my application. But I noticed that it does not generate any report on CPU and memory usage. On further investigation, I found that Grinder does not provide this…
mag443
  • 191
  • 1
  • 4
  • 12
1
vote
1 answer

RAD 7.5 & Grinder

I am wondering if anyone has tried to integrate Grinder with RAD 7.5. Issue: When trying to run my recorded jpython script from the Grinder TCP Proxy I get the following error in RAD 7.5 Details: RAD 7.5 Grinder: 3.6 I tried creating a basic…
haju
  • 1,278
  • 4
  • 20
  • 38
1
vote
2 answers

How to run The Grinder in MAC?

I trying to use the grinder testing framework in mac, but i cant get the pass the first steps to open the console. this is what i tried: i added class path and try to run it like this from the terminal with this command java…
Jack
  • 75
  • 1
  • 7
1
vote
2 answers

liferay performance issue on linux

I have Liferay 6 with Tomcat system setup on two machines: Machine 1: Windows 2003 Server 2GB RAM, 2Gh CPU Mysql Ver 14.14 Distrib 5.1.49 Liferay 6.0.6 with Tomcat 6 Machine 2: Linux CentOS 5.5 4GB RAM, 2Gh CPU Mysql Ver 14.14 Distrib…
dhaval
  • 7,611
  • 3
  • 29
  • 38
1
vote
1 answer

The Grinder - Client opened connection but sent no bytes

When attempting to use the TCPProxy tool included with The Grinder, I get the following error. I have accepted 3/10/11 10:47:58 AM (tcpproxy): Failed to determine proxy destination. Client opened connection but sent no bytes. I have my browser…
Dominic Bou-Samra
  • 14,799
  • 26
  • 100
  • 156
1
vote
1 answer

Flutter not running on Android Device

I just created a new project using command palletes in vsCode. then i start android simulator and then flutter run. it's running perfectly on ios not on android . this debug console response Launching lib/main.dart on Android SDK built for x86 in…
Sachin
  • 11
  • 6
1
vote
0 answers

Redirects issue in ngrinder groovy-Eclipse plugin

I am facing an issue when I am scripting the redirects in nGrinder (Script written in Groovy in Eclipse; Eclipse integrated with Groovy plugin) for the URL: https://winterfell-sbo-sbo-test-cso-web-mta.cfapps.sap.hana.ondemand.com/sites Attached is…
1
vote
0 answers

Grinder: report CPU and Memory data

I'd like to have Grinder's agents log CPU and Memory from OperatingSystemMXBean Ideally this should create a usual _data.log so I could feed it into Grinder Analyzer How could I instrument a test to create such a report? Or could I create a test…
weberjn
  • 1,840
  • 20
  • 24
1
vote
2 answers

How to set up "The Grinder" agent to recognize the console?

I really want to start working with "The Grinder" but unfortunately my agent doesn't find the console what ever I try. The message issued by the agent is "(agent): Failed to connect to 'localhost/127.0.0.1:6372', proceeding without the console; set…
Zamel
  • 692
  • 1
  • 10
  • 21
1
vote
0 answers

MySQL connection with Jython using com.mysql.jdbc import Driver

I am working on Grinder framework for testing the MySQL DB load test. I am able to connect the MySQL DB but unable to execute the queries and I didn't get any error message also. My question is How to execute the queries in grinder framework(Grinder…
Borra Suneel
  • 196
  • 1
  • 2
  • 6
1
vote
1 answer

Testing Liferay multiple user login using JMeter

I need to test our Liferay application. In researching it sounds like JMeter is the way to go but following this example -> http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf I don't really see a way to pass in more then one account.…
Jym
  • 21
  • 3
1
vote
1 answer

Grinder/Jython fails to find class in imported library

I'm learning Grinder 3.11 to script my performance tests. Here's my test script written in Jython: from java.lang import ClassLoader from com.fasterxml.jackson.databind import ObjectMapper from java.net import URL, URLClassLoader cl =…
dzieciou
  • 4,049
  • 8
  • 41
  • 85