asritha1240 / jmeter-ssh-sampler

Automatically exported from code.google.com/p/jmeter-ssh-sampler
0 stars 0 forks source link

In Results Tree, the node title in the results should reflect the thread title not <user>@<host>:<port> #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add a thread to an existing test plan
2.Add an SSH sampler to the thread with some harmless command like 'ls'
3.Run the test plan and view the results in the View Results Tree node

What is the expected output? What do you see instead?

For HTTP Samplers and the like, the title that displays in the results tree is 
the thread title found in the Sampler result tab of the Results Tree. This 
makes debugging results much easier at a glance if you enumerate and/or title 
your test cases uniquely. When all SSH samplers say the same thing, 
'<user>@<host>:<port>', you have to poke around in the Sampler result to see 
which SSH sampler erred out. Kind of a small thing but it mucks up the output 
of a script I've written. ;)

What version of the product are you using? On what operating system?

JMeter 2.6
SSH Sampler 0.1.0
jsch 0.1.48
Win7

Please provide any additional information below.

The SSH Sampler is a real time-saver and keeps me from having to muck around 
with unnecessary apache servers/config. Thanks for putting it together!

Original issue reported on code.google.com by DougPDa...@gmail.com on 26 Aug 2012 at 6:08

GoogleCodeExporter commented 8 years ago
Sorry, the Results Tree titles are the request titles not the thread titles 
(that would present a similar problem). 

Original comment by DougPDa...@gmail.com on 26 Aug 2012 at 6:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
One of our developers modified the code to display the test node name instead 
of the SSH info. Jar file is attached.

Original comment by DougPDa...@gmail.com on 10 Sep 2012 at 1:50

Attachments:

GoogleCodeExporter commented 8 years ago
It's great but I obtain an error in mode client/server.

error in rconfigure() method java.rmi.MarshallException: error marshalling 
arguments; nested exception is: java.io.NotSerializableException: 
org.apache.jmeter.protocol.ssh.sampler.AbstractSSHSampler$SSHSamplerUserInfo

will it be an official version ?

Original comment by Cyril.Sa...@gmail.com on 14 Jan 2013 at 10:24

GoogleCodeExporter commented 8 years ago
Not sure how to help wrt the marshalling issue. On 9.18.2012 I contacted and 
got a reply from the original developer asking about the single-SSH-session 
feature mentioned on the project page, nice guy, but this is not an active 
project for him it seems. Shame too, it's really very useful and could be even 
better.

Original comment by DougPDav...@gmail.com on 14 Jan 2013 at 3:41