-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp 0 in result file #5
Comments
There is also this output in the console, but nothing else in the jmeter.log The JVM should have exited but did not. |
Hi @octaviand2
so I can analyse what is going on, as I can't reproduce that behaviour. |
Hi Till,
thanks a lot for getting in touch.
After further investigation, I came to the conclusion that if I run jmeter
with -p properties file, the timestamp is zero. No clue why is that.
I am sending attached the sample script, outputs, properties file.
It works fine if I start without -p:
./jmeter -n -t
/Users/octaviandobrin/nokia_git/vz-hss/src/main/jmx/ssh_monitor.jmx
And not ok if I start with -p:
./jmeter -n -t
/Users/octaviandobrin/nokia_git/vz-hss/src/main/jmx/ssh_monitor.jmx -p
/Users/octaviandobrin/nokia_git/vz-hss/src/main/configuration/test_ssh_mon.properties
Thanks for your support.
With Regards
Octavian.
…On Fri, Aug 28, 2020 at 1:35 AM Till Neunast ***@***.***> wrote:
Hi @octaviand2 <https://github.com/octaviand2>
Can you please provide
- your output CSV files,
- your script,
- the full jmeter log file,
- the command line you start it with
so I can analyse what is going on, as I can't reproduce that behaviour.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSVIKFS5PG7HKMKR75TSC3NS5ANCNFSM4QMT3ALQ>
.
|
I don't think you can send attachments to that Github issue email. I suggest adding them in the Github web UI. Great that you have narrowed it down. |
Hi,
can you please share a link? Alternatively you can download them from here:
https://1drv.ms/u/s!Ai05zSJI5V1BifoJfWLrIj78ZEBa-A?e=sw6HZz
Also, the property file is very basic (I just left prop1=10 in it)
Thanks and Regards
Octavian
…On Fri, Aug 28, 2020 at 8:43 AM Till Neunast ***@***.***> wrote:
I don't think you can send attachments to that Github issue email. I
suggest adding them in the Github web UI.
Great that you have narrowed it down.
What's the content of your properties file? That may be key to a solution.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSX47KKFEMZFAGGLB3LSC47Y3ANCNFSM4QMT3ALQ>
.
|
Thanks, I can access those. Meanwhile I suggest as a work-around to start with command line option |
When the properties file is passed in via command line option When the collector creates a The same issue is present for other, similar Listeners, such as JXMMon and DBMon, but not Perfmon. So, this issue should be raised for the owning repo (via Google Groups). |
Thanks a lot, running with -q works; as well as by
adding sampleresult.timestamp.start=true in the properties file.
…On Fri, Aug 28, 2020 at 9:54 AM Till Neunast ***@***.***> wrote:
Closed #5 <#5>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSXCGPSX6ES3D62TGBLSC5IAVANCNFSM4QMT3ALQ>
.
|
Fix available in 1.3-SNAPSHOT |
Hi Till,
a quick question -if that is ok with you.
Can I setup sshmon in such a way that it collects resource utilization only
if certain criteria is met? For example, I want to collect only when
running on server/non-gui and not local and tried the setup below, but it
is not working (e.g it still tries to connect and collect data as far as I
can see).
Thanks and Regards
Octavian.
[image: image.png]
…On Sat, Aug 29, 2020 at 6:25 AM Till Neunast ***@***.***> wrote:
Fix available in 1.3-SNAPSHOT
<https://github.com/tilln/jmeter-sshmon/releases/tag/1.3-SNAPSHOT>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSVL6GKTEBY2ND5J4P3SDBYLFANCNFSM4QMT3ALQ>
.
|
Hi @octaviand2 Please provide more details of your setup that is not working. |
Hi Till,
I want to be able to collect resource utilization differently based on some
system properties. To be more specific, I want to connect to localhost and
port 9500 when running from GUI and 10.1.1.1 and port 22 when running
server mode.
I cannot use a property for port - for example ${__P(port,10)} (it seems
the field only accepts numeric values); therefore I tried to put the SSHMon
inside an if controller hoping it will only establish ssh sessions and
collect under certain conditions. But that doesn't work as well.
Can you please advise?
Thanks and Regards
Octavian.
…On Wed, Sep 30, 2020 at 3:28 AM Till Neunast ***@***.***> wrote:
Hi @octaviand2 <https://github.com/octaviand2>
Please provide more details of your setup that is not working.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSWLJKPNACKB6USC7FTSIJ3RFANCNFSM4QMT3ALQ>
.
|
@octaviand2 you're quite right, that's not working. |
Hi Till,
I downloaded 1.3 and replaced the JAR, still the port does not accept
non-numeric data (e.g. ${__P(port,22)}. Can you please advise?
Thanks and Regards
Octavian.
…On Wed, Sep 30, 2020 at 10:15 AM Till Neunast ***@***.***> wrote:
@octaviand2 <https://github.com/octaviand2> you're quite right, that's
not working.
I've created #7 <#7>.
Fix available in 1.3-SNAPSHOT
<https://github.com/tilln/jmeter-sshmon/releases/tag/1.3-SNAPSHOT>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSRREZCDWCZUXXL4DELSILLIVANCNFSM4QMT3ALQ>
.
|
Hi @octaviand2 Please start JMeter in with |
Hi Till,
it works fine - e.g. I can enter alphanumeric there (e.g. ${__P function)
and the value is retrieved.
Do you have an estimate when you will make it in a formal release to be
installed with plugins manager?
Thanks and Regards
Octavian.
…On Thu, Oct 1, 2020 at 12:02 AM Till Neunast ***@***.***> wrote:
Hi @octaviand2 <https://github.com/octaviand2>
Please start JMeter in with -LDEBUG and upload the jmeter.log file here.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSTZLIPN7OF427F6BF3SIOMH5ANCNFSM4QMT3ALQ>
.
|
Hi @octaviand2 Thanks for reporting back and confirming. No estimate yet, as I would like to include a fix for another issue that's been discussed here, and that needs some more investigation. |
Hi Till,
any updates on the new formal release date?
With Regards
Octavian.
…On Wed, Oct 7, 2020 at 1:11 AM Till Neunast ***@***.***> wrote:
Hi @octaviand2 <https://github.com/octaviand2>
Thanks for reporting back and confirming.
No estimate yet, as I would like to include a fix for another issue that's
been discussed here
<https://groups.google.com/g/jmeter-plugins/c/5g2JqivexXE>, and that
needs some more investigation.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSVV34LBCNZKRXA5JR3SJOIZDANCNFSM4QMT3ALQ>
.
|
Hi @octaviand2, For the next release, a new feature has been implemented (jump host support) which depends on features in the Apache Mina SSHD library, so as soon as they release v2.6.0 the new version of this plugin gets released. |
Hi Till,
any chance you could consider adding an "enable" flag to the SSH Mon
sampler?
The scenario I have is to be able to specify, using an JMeter properties,
if during a test the SSHMon sampler should or should not collect data (e.g.
SSHMon sampler to "accept" a configuration from
${__P(collect_resource_util_data,true)}
The only solution I see is to modify the jmx with enabled=false, but I want
to avoid that.
Thanks and Regards
Octavian.
…On Wed, Nov 25, 2020 at 12:03 AM Till Neunast ***@***.***> wrote:
Hi @octaviand2 <https://github.com/octaviand2>,
For the next release, a new feature has been implemented (jump host
support)
<https://github.com/tilln/jmeter-sshmon/blob/e44989f24496ef997d284a6df8a663b33e253ea9/README.md#jump-hosts-since-v13>
which depends on features in the Apache Mina SSHD library, so as soon as
they release v2.6.0 the new version of this plugin gets released.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXCOSRBIOIKIRCIRVFTT4LSRQUTZANCNFSM4QMT3ALQ>
.
|
Hi @octaviand2 Unfortunately that wouldn't be easy, as this plugin is based on JMeter-Plugins Common components, namely |
Hello,
when running a test with SSHMon collecting resource utilization data, the resulting CSV is fine when running in GUI mode. However, in non-GUI mode the timestamp column's value is 0 for all the entries.
Can you please support?
Thanks
Octavian.
The text was updated successfully, but these errors were encountered: