I've been using Splunk + NMON Performance Monitor for Unix and Linux
Systems for that purpose. You many need to have some understanding of how
splunk works to get this done, but i believe for that purpose only the free
license 500MB may be enough. In the other hand you will need a mid-power
machine to run splunk installation.

If this is a linux server you want to collect metrics from you can use SAR
saving data to a binary file and reading it using a tool such as KSAR

This is what we did before i got Splunk set, run this command per host at
the start of your testing

*sar -o /tmp/sar_datafile.txt 5 720 >/dev/null 2>&1 &*

where -o is the output file
5 is the frequency of sampling (every 5 s)
720 how many samples before it ends

Than move that output file to a server you have KSAR on and open it with
KSAR.

This article maybe helpful to understand the SAR + KSAR thing :
http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html



On Tue, Jun 14, 2016 at 8:08 AM, sebb <[email protected]> wrote:

> On 14 June 2016 at 11:35, Deepak Goel <[email protected]> wrote:
> > Is there a way to monitor server statistics without using a plugin in
> > Jmeter. I can't seem to find help in documentation...
>
> No, sorry.
>
> > Hey
> >
> > Namaskara~Nalama~Guten Tag~Bonjour
> >
> >
> >    --
> > Keigu
> >
> > Deepak
> > 73500 12833
> > www.simtree.net, [email protected]
> > [email protected]
> >
> > LinkedIn: www.linkedin.com/in/deicool
> > Skype: thumsupdeicool
> > Google talk: deicool
> > Blog: http://loveandfearless.wordpress.com
> > Facebook: http://www.facebook.com/deicool
> >
> > "Contribute to the world, environment and more :
> http://www.gridrepublic.org
> > "
> >
> > On Tue, Jun 14, 2016 at 3:55 PM, sebb <[email protected]> wrote:
> >
> >> On 14 June 2016 at 10:38, Deepak Goel <[email protected]> wrote:
> >> > Hey
> >> >
> >> > Namaskara~Nalama~Guten Tag~Bonjour
> >> >
> >> > I have configured the "Perfmon Plugin Metrics" in Jmeter. I have
> started
> >> > the serveragent. However the statistics are not showing up in Jmeter.
> >> >
> >> > Any ideas?
> >>
> >> I'm afraid this is off-topic for this list; the plugin is produced and
> >> maintained by a 3rd party to whom you should address all queries.
> >>
> >> > 1. I have started the serveragent. It is running on port 4444
> >> > 2. I have disabled firewall
> >> > 3. I have configured the plugin to collect the metrics on the ip/port
> >> >
> >> > Deepak
> >> >    --
> >> > Keigu
> >> >
> >> > Deepak
> >> > 73500 12833
> >> > www.simtree.net, [email protected]
> >> > [email protected]
> >> >
> >> > LinkedIn: www.linkedin.com/in/deicool
> >> > Skype: thumsupdeicool
> >> > Google talk: deicool
> >> > Blog: http://loveandfearless.wordpress.com
> >> > Facebook: http://www.facebook.com/deicool
> >> >
> >> > "Contribute to the world, environment and more :
> >> http://www.gridrepublic.org
> >> > "
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [email protected]
> >> For additional commands, e-mail: [email protected]
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to