I am using jmeter to test at my dev server.
The Scenario is like This. 0. Turn OFF all firewalls both local PC(so called, HOST) and client PC(so called, CLIENT)
- Turn on Jmeter at my HOST --> add Thread Group, bzm-Parellel Controller. I am not certain at this point
- Connect to CLIENT (once) -> maybe, by SSH Command or REMOTE Start
- execute my test script at CLIENT (several times, more than 100 times) -> such as, 'ls' 'pwd' 'mkdir dir123' 'ls' IN A ROW!! -> maybe, by OS Process Sampler. I am not certain at this point
- get result of (3) at my HOST jmeter by View Results Tree
This is the scenario that I Thought
Can anyone help me with this issue. Cuz, there's too many Samplers and less information, I'm suffering such a tough moments. Thank you for reading.