Run a JMeter test (test.jmx) on another server
I want to run a test process (test.jmx) on another linux server in the network and get the console output back. Is this possible using Adeptia?
-
Jmeter is a third party utility and you can invoke any .sh/bat/exe files from Adeptia using Native call activity by the help of which you can run any commands. You can refer to the jmeter forums and user guide for commands that you want to run for jmeter. Below are the high level steps that you can follow for achieving this kind of scenario:
1. Create a Native Call activity in Adeptia that will execute the appropriate commands for jmeter commands.
2. Store the Output of jmeter in a file on the same server using appropriate commands from Native command.
3. Create a LAN event in Adeptia that will be automatically triggered when a new file is created on LAN location.
4. This jmeter Output can be further used in the Process Flow as per requirement.
0
Post is closed for comments.
Comments
1 comment