You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Saha, Mukul (Cognizant)" <Mu...@cognizant.com> on 2006/08/18 11:27:22 UTC

regarding JMeter Log(jmeter.log)

Hi, is it possible to configure in Jmeter that it does not erase the
jmeter.log file every time the program is started; instead, just append
the logs to a single log file?



Thanks & Regards

Mukul Saha

___________________________________________
Cognizant Technology Solutions,Kolkata.
Ph: 033-2357 3211 / 5221 Vnet:31420





This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

Re: regarding JMeter Log(jmeter.log)

Posted by sebb <se...@gmail.com>.
No, but you can append jmeter.log to jmeter_all.log (for example)
after every test run.

Or just rename the file after a test run.

Or you can name the file to be used. This has to be done as a Java
property, because JMeter opens the log file before it processes its -D
and -J qualifiers.

For example, on Windows:

set JVM_ARGS=-Dlog_file=jmeter_1234.log
jmeter ...

This assumes that the jmeter.properties file does not define
jmeter_log, as that would override the Java property.

S///
On 18/08/06, Saha, Mukul (Cognizant) <Mu...@cognizant.com> wrote:
>
> Hi, is it possible to configure in Jmeter that it does not erase the
> jmeter.log file every time the program is started; instead, just append
> the logs to a single log file?
>
>
>
> Thanks & Regards
>
> Mukul Saha
>
> ___________________________________________
> Cognizant Technology Solutions,Kolkata.
> Ph: 033-2357 3211 / 5221 Vnet:31420
>
>
>
>
>
> This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
> If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
> Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
> prohibited and may be unlawful.
>
>   Visit us at http://www.cognizant.com
>

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