You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by rmiller <ro...@cobancorporation.com> on 2006/12/02 00:31:39 UTC

Newbie questions

I am new to JMeter but have a lot of experience using LoadRunner and Silk
Performer. There are a couple of features in these applications that I can't
find in JMeter:

1. Monitor system resources remotely, especially Linu/Unix devises. I know
how to monitor Tomcat servers using the Monitor Results listener but I also
want to monitor CPU utilization and other resources. If this can't be done
in JMeter can anyone suggest other tools to remotely monitor system
resources on Linux/Unix machines? (I know about Perfmon for Windows)

2. Some of the applications I test send several HTTP requests for a single
transaction. LoadRunner has the ability to wrap a "timer" around these
requests and report the total response time for the entire transaction. Is
there a way to do this in JMeter?

Regard,
Ron Miller
-- 
View this message in context: http://www.nabble.com/Newbie-questions-tf2741066.html#a7648056
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: Newbie questions

Posted by Ron Miller <ro...@cobancorporation.com>.
Thanks Doug, this is good information.

Ron

-----Original Message-----
From: Doug Sharp [mailto:dsharp@ivytech.edu] 
Sent: Friday, December 01, 2006 7:25 PM
To: JMeter Users List
Subject: RE: Newbie questions

One decent open source option for Mercury Diagnostics-like
functionality: http://www.zabbix.org

Zabbix allows you to monitor standard performance metrics of multiple
server tiers via your web browser. In addition to standard stuff like
CPU load, you can create custom metrics (i.e. pulling out JVM GC metrics
using Java 5 jstat utility, vmstat metrics such as number of processes
blocked, etc.), and build custom screens containing multiple graphs of
these metrics that can be easily viewed on one web page while the load
test runs.

-D


-----Original Message-----
From: rmiller [mailto:ron.miller@cobancorporation.com]
Sent: Fri 12/1/2006 6:31 PM
To: jmeter-user@jakarta.apache.org
Subject: Newbie questions
 

I am new to JMeter but have a lot of experience using LoadRunner and
Silk
Performer. There are a couple of features in these applications that I
can't
find in JMeter:

1. Monitor system resources remotely, especially Linu/Unix devises. I
know
how to monitor Tomcat servers using the Monitor Results listener but I
also
want to monitor CPU utilization and other resources. If this can't be
done
in JMeter can anyone suggest other tools to remotely monitor system
resources on Linux/Unix machines? (I know about Perfmon for Windows)

2. Some of the applications I test send several HTTP requests for a
single
transaction. LoadRunner has the ability to wrap a "timer" around these
requests and report the total response time for the entire transaction.
Is
there a way to do this in JMeter?

Regard,
Ron Miller
-- 
View this message in context:
http://www.nabble.com/Newbie-questions-tf2741066.html#a7648056
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: Newbie questions

Posted by Doug Sharp <ds...@ivytech.edu>.
One decent open source option for Mercury Diagnostics-like
functionality: http://www.zabbix.org

Zabbix allows you to monitor standard performance metrics of multiple
server tiers via your web browser. In addition to standard stuff like
CPU load, you can create custom metrics (i.e. pulling out JVM GC metrics
using Java 5 jstat utility, vmstat metrics such as number of processes
blocked, etc.), and build custom screens containing multiple graphs of
these metrics that can be easily viewed on one web page while the load
test runs.

-D


-----Original Message-----
From: rmiller [mailto:ron.miller@cobancorporation.com]
Sent: Fri 12/1/2006 6:31 PM
To: jmeter-user@jakarta.apache.org
Subject: Newbie questions
 

I am new to JMeter but have a lot of experience using LoadRunner and
Silk
Performer. There are a couple of features in these applications that I
can't
find in JMeter:

1. Monitor system resources remotely, especially Linu/Unix devises. I
know
how to monitor Tomcat servers using the Monitor Results listener but I
also
want to monitor CPU utilization and other resources. If this can't be
done
in JMeter can anyone suggest other tools to remotely monitor system
resources on Linux/Unix machines? (I know about Perfmon for Windows)

2. Some of the applications I test send several HTTP requests for a
single
transaction. LoadRunner has the ability to wrap a "timer" around these
requests and report the total response time for the entire transaction.
Is
there a way to do this in JMeter?

Regard,
Ron Miller
-- 
View this message in context:
http://www.nabble.com/Newbie-questions-tf2741066.html#a7648056
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org




RE: Newbie questions

Posted by Ron Miller <ro...@cobancorporation.com>.
Thanks.

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Friday, December 01, 2006 4:29 PM
To: JMeter Users List
Subject: Re: Newbie questions

On 01/12/06, rmiller <ro...@cobancorporation.com> wrote:
>
> I am new to JMeter but have a lot of experience using LoadRunner and
Silk
> Performer. There are a couple of features in these applications that I
can't
> find in JMeter:
>
> 1. Monitor system resources remotely, especially Linu/Unix devises. I
know
> how to monitor Tomcat servers using the Monitor Results listener but I
also
> want to monitor CPU utilization and other resources. If this can't be
done
> in JMeter can anyone suggest other tools to remotely monitor system
> resources on Linux/Unix machines? (I know about Perfmon for Windows)

There aren't any tools in JMeter to do this.

Once you have found out how to get the data, you could write your own
sampler, either in plain Java or using the BeanShell sampler.

> 2. Some of the applications I test send several HTTP requests for a
single
> transaction. LoadRunner has the ability to wrap a "timer" around these
> requests and report the total response time for the entire
transaction. Is
> there a way to do this in JMeter?

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Tra
nsaction_Controller


> Regard,
> Ron Miller
> --
> View this message in context:
http://www.nabble.com/Newbie-questions-tf2741066.html#a7648056
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Newbie questions

Posted by sebb <se...@gmail.com>.
On 01/12/06, rmiller <ro...@cobancorporation.com> wrote:
>
> I am new to JMeter but have a lot of experience using LoadRunner and Silk
> Performer. There are a couple of features in these applications that I can't
> find in JMeter:
>
> 1. Monitor system resources remotely, especially Linu/Unix devises. I know
> how to monitor Tomcat servers using the Monitor Results listener but I also
> want to monitor CPU utilization and other resources. If this can't be done
> in JMeter can anyone suggest other tools to remotely monitor system
> resources on Linux/Unix machines? (I know about Perfmon for Windows)

There aren't any tools in JMeter to do this.

Once you have found out how to get the data, you could write your own
sampler, either in plain Java or using the BeanShell sampler.

> 2. Some of the applications I test send several HTTP requests for a single
> transaction. LoadRunner has the ability to wrap a "timer" around these
> requests and report the total response time for the entire transaction. Is
> there a way to do this in JMeter?

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Transaction_Controller


> Regard,
> Ron Miller
> --
> View this message in context: http://www.nabble.com/Newbie-questions-tf2741066.html#a7648056
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org