Re: Simple Data Writer

2010-02-17 Thread sebb
On 17/02/2010, James Hill everywhere...@gmail.com wrote:
 Hi all.

  I have the Simple Data Writer logging transaction reposne times in csv
  format. When I was doing proof of concept runs on my windows box everything
  logged to the appropriate files perfectly. But when I try and run in
  distributed mode (I have access to 10 slave RHEL VMs, all controlled by the
  windows box) the logging doesn't appear to be working. At first I thought it
  was because the files would be created on each of the slave machines, so I
  changed the file directory to one that linux would like rather than D:\logs.
  This however did not fix the problem. The log files are still not being
  created. I've tried different locations because I thought it might be a
  permissions issue but changing the log location to /usr/jakarta-jmeter-2.3.4
  didn't work either.

  Any ideas?

In client-server (distributed) mode, the response logs are sent back
to the client.
They are not created on the server.

You need to look at both client and server run logs (jmeter.log) for
any problems.

  The only clue I had that might be relevant is this warning message repeated
  in some of the VM jmeter-server.log files:
  15:06:36 WARN  - jmeter.sampler.TestAction: Could not create number from
  The apparently has somethig to do with the Simple Data Writer. I changed the
  behaviour somewhat - removed the constant timer which was redundant anyway -
  and still no log files.

  Regards,

 James.


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



RE: Simple Data Writer

2010-02-16 Thread Andrey Pohilko
Have you tried writing logs to /tmp? I suppose /usr is protected from
writing by regular user...

 
С уважением,
Андрей Похилько

-Original Message-
From: James Hill [mailto:everywhere...@gmail.com] 
Sent: Wednesday, February 17, 2010 8:17 AM
To: JMeter Users List
Subject: Simple Data Writer

Hi all.

I have the Simple Data Writer logging transaction reposne times in csv
format. When I was doing proof of concept runs on my windows box everything
logged to the appropriate files perfectly. But when I try and run in
distributed mode (I have access to 10 slave RHEL VMs, all controlled by the
windows box) the logging doesn't appear to be working. At first I thought it
was because the files would be created on each of the slave machines, so I
changed the file directory to one that linux would like rather than D:\logs.
This however did not fix the problem. The log files are still not being
created. I've tried different locations because I thought it might be a
permissions issue but changing the log location to /usr/jakarta-jmeter-2.3.4
didn't work either.

Any ideas?

The only clue I had that might be relevant is this warning message repeated
in some of the VM jmeter-server.log files:
15:06:36 WARN  - jmeter.sampler.TestAction: Could not create number from
The apparently has somethig to do with the Simple Data Writer. I changed the
behaviour somewhat - removed the constant timer which was redundant anyway -
and still no log files.

Regards,
James.


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



Re: Simple Data Writer / Result File horodated ?

2009-09-29 Thread Deepak Shetty
You can use any of the jmeter functions as part of the file name
http://jakarta.apache.org/jmeter/usermanual/functions.html
__time will help.

You also have Predefined properties that you could use (19.6 in the above
link) which is Jmeter startup time

regards
deepak

On Tue, Sep 29, 2009 at 9:44 AM, Jean-Louis.Pasturel 
jean-louis.pastu...@orange.fr wrote:

 Is there a mean to horodate the result file in the Simple Data Writer
 listener as result_20090930_18.log ? where 20090930_18 would be
 generated dynamically, corresponding to the timestamp of  the begining of
 the stress



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




Re: Simple Data Writer / Result File horodated ?

2009-09-29 Thread Jean-Louis.Pasturel

OK perfect
Thank you

Deepak Shetty a écrit :


You can use any of the jmeter functions as part of the file name
http://jakarta.apache.org/jmeter/usermanual/functions.html
__time will help.

You also have Predefined properties that you could use (19.6 in the above
link) which is Jmeter startup time

regards
deepak

On Tue, Sep 29, 2009 at 9:44 AM, Jean-Louis.Pasturel 
jean-louis.pastu...@orange.fr wrote:

 


Is there a mean to horodate the result file in the Simple Data Writer
listener as result_20090930_18.log ? where 20090930_18 would be
generated dynamically, corresponding to the timestamp of  the begining of
the stress



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


   



---
Orange vous informe que cet  e-mail a ete controle par l'anti-virus mail. 
Aucun virus connu a ce jour par nos services n'a ete detecte.



 






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



RE: simple data writer date

2008-01-28 Thread Ray Trejo
I apologize for the second post on the same issue.
So here is my issue.
I am updating the Simple data writer with the below information thru the
gui.
In the Filename field.

C:\log${__time()}.jtl

Its actually parsing all the text.
So the log file is created as:  log${__time()}.jtl
For some reason it is not grabbing the date and time.  

Any suggestions would be greatly appreciated.



Thank you,
 
Ray Trejo
Rackspace Managed Hosting
Quality Assurance Engineer
Direct:  (210) 312 - 5326
Email:  [EMAIL PROTECTED]
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 28, 2008 9:11 AM
To: JMeter Users List
Subject: Re: simple data writer date

On 28/01/2008, Ray Trejo [EMAIL PROTECTED] wrote:
 Hi,

 I would like to insert the current date and time (formatted:  MMDDYY
 HHMI) into the filename field of the simple data writer.   Is this
 possible, and how do I do it?


http://jakarta.apache.org/jmeter/usermanual/functions.html#predefinedvar
s

You can also use functions - e.g. __P() and __time() - in the filename
field.



 I tried querying the db and formatting the date, using a regex, but
this
 did not work.


That's because the log file name is resolved before the test starts.

 The file name displays. Log_${date}.jtl

  instead of log_012807 0900.jtl.







 Thank you,



 Ray Trejo

 Rackspace Managed Hosting

 Quality Assurance Engineer

 Direct:  (210) 312 - 5326

 Email:  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]





 Confidentiality Notice: This e-mail message (including any attached or
 embedded documents) is intended for the exclusive and confidential use
of the
 individual or entity to which this message is addressed, and unless
otherwise
 expressly indicated, is confidential and privileged information of
Rackspace.
 Any dissemination, distribution or copying of the enclosed material is
prohibited.
 If you receive this transmission in error, please notify us
immediately by e-mail
 at [EMAIL PROTECTED], and delete the original message.
 Your cooperation is appreciated.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Confidentiality Notice: This e-mail message (including any attached or
embedded documents) is intended for the exclusive and confidential use of the
individual or entity to which this message is addressed, and unless otherwise
expressly indicated, is confidential and privileged information of Rackspace. 
Any dissemination, distribution or copying of the enclosed material is 
prohibited.
If you receive this transmission in error, please notify us immediately by 
e-mail
at [EMAIL PROTECTED], and delete the original message. 
Your cooperation is appreciated.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: simple data writer date

2008-01-28 Thread sebb
On 28/01/2008, Ray Trejo [EMAIL PROTECTED] wrote:
 Hi,

 I would like to insert the current date and time (formatted:  MMDDYY
 HHMI) into the filename field of the simple data writer.   Is this
 possible, and how do I do it?


http://jakarta.apache.org/jmeter/usermanual/functions.html#predefinedvars

You can also use functions - e.g. __P() and __time() - in the filename field.



 I tried querying the db and formatting the date, using a regex, but this
 did not work.


That's because the log file name is resolved before the test starts.

 The file name displays. Log_${date}.jtl

  instead of log_012807 0900.jtl.







 Thank you,



 Ray Trejo

 Rackspace Managed Hosting

 Quality Assurance Engineer

 Direct:  (210) 312 - 5326

 Email:  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]





 Confidentiality Notice: This e-mail message (including any attached or
 embedded documents) is intended for the exclusive and confidential use of the
 individual or entity to which this message is addressed, and unless otherwise
 expressly indicated, is confidential and privileged information of Rackspace.
 Any dissemination, distribution or copying of the enclosed material is 
 prohibited.
 If you receive this transmission in error, please notify us immediately by 
 e-mail
 at [EMAIL PROTECTED], and delete the original message.
 Your cooperation is appreciated.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: simple data writer date

2008-01-28 Thread sebb
Works fine for me. Which version on JMeter are you using?

On 28/01/2008, Ray Trejo [EMAIL PROTECTED] wrote:
 I apologize for the second post on the same issue.
 So here is my issue.
 I am updating the Simple data writer with the below information thru the
 gui.
 In the Filename field.

 C:\log${__time()}.jtl

 Its actually parsing all the text.
 So the log file is created as:  log${__time()}.jtl
 For some reason it is not grabbing the date and time.

 Any suggestions would be greatly appreciated.



 Thank you,

 Ray Trejo
 Rackspace Managed Hosting
 Quality Assurance Engineer
 Direct:  (210) 312 - 5326
 Email:  [EMAIL PROTECTED]
 -Original Message-
 From: sebb [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 28, 2008 9:11 AM
 To: JMeter Users List
 Subject: Re: simple data writer date

 On 28/01/2008, Ray Trejo [EMAIL PROTECTED] wrote:
  Hi,
 
  I would like to insert the current date and time (formatted:  MMDDYY
  HHMI) into the filename field of the simple data writer.   Is this
  possible, and how do I do it?
 

 http://jakarta.apache.org/jmeter/usermanual/functions.html#predefinedvar
 s

 You can also use functions - e.g. __P() and __time() - in the filename
 field.

 
 
  I tried querying the db and formatting the date, using a regex, but
 this
  did not work.
 

 That's because the log file name is resolved before the test starts.

  The file name displays. Log_${date}.jtl
 
   instead of log_012807 0900.jtl.
 
 
 
 
 
 
 
  Thank you,
 
 
 
  Ray Trejo
 
  Rackspace Managed Hosting
 
  Quality Assurance Engineer
 
  Direct:  (210) 312 - 5326
 
  Email:  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
 
 
 
 
  Confidentiality Notice: This e-mail message (including any attached or
  embedded documents) is intended for the exclusive and confidential use
 of the
  individual or entity to which this message is addressed, and unless
 otherwise
  expressly indicated, is confidential and privileged information of
 Rackspace.
  Any dissemination, distribution or copying of the enclosed material is
 prohibited.
  If you receive this transmission in error, please notify us
 immediately by e-mail
  at [EMAIL PROTECTED], and delete the original message.
  Your cooperation is appreciated.
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 Confidentiality Notice: This e-mail message (including any attached or
 embedded documents) is intended for the exclusive and confidential use of the
 individual or entity to which this message is addressed, and unless otherwise
 expressly indicated, is confidential and privileged information of Rackspace.
 Any dissemination, distribution or copying of the enclosed material is 
 prohibited.
 If you receive this transmission in error, please notify us immediately by 
 e-mail
 at [EMAIL PROTECTED], and delete the original message.
 Your cooperation is appreciated.


 -
 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]



Re: Simple Data Writer: Error loading results file

2006-04-03 Thread sebb
This is normal if you try to *load* an old format JTL file.

Don't use the browse feature to specify an output file name - just
enter the name in the box, otherwise it will try and load the file.

S.
On 03/04/06, benmao ben [EMAIL PROTECTED] wrote:
 Hi,

  please ignore the previous question as there is a typo in it.. sorry about 
 it,,,

  here is the actual question...
  I met this error when i'm trying to use Simple Data Writer as a listener
  -Error loading results file
  -WARN  - jmeter.reporters.ResultCollector: File load failure, trying old 
 data format.

  Can anyone help me on this please...thanks..


 -
 New Yahoo! Messenger with Voice. Call regular phones from your PC and save 
 big.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Simple data Writer

2006-02-01 Thread jmeter User
I'm not sure what Listener your are referring to.

When I run a test with the Simple Data Listener and try to open the
file with any other listener (like aggregate) I get the listed error.



On 1/31/06, sebb [EMAIL PROTECTED] wrote:
 On 31/01/06, Jeff Mychasiw [EMAIL PROTECTED] wrote:
  Greetings,
  What is the preferred method to use to view data that was recorded using the
  Simple Data Writer Listener.
  I get errors when trying to open up the *.jtl file that was created by the
  Simple Data Writer.

 You need to open the file in the Listener.

  Any help would be appreciated.
 
  The log file indicates:
 
  2006/01/31 15:25:07 INFO  - jmeter.visualizers.gui.AbstractVisualizer:
  getting new collector
  2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: File load
  failure, trying old data format.
  2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: Error parsing
  XML results com.thoughtworks.xstream.converters.ConversionException:
  sampleResult : sampleResult
   Debugging information 
  required-type   : org.apache.jmeter.save.TestResultWrapper
  cause-message   : sampleResult : sampleResult
  class   : org.apache.jmeter.save.TestResultWrapper
  message : sampleResult : sampleResult
  line number : 4
  path: /testResults/sampleResult
  cause-exception :
  com.thoughtworks.xstream.alias.CannotResolveClassException
  ---
  2006/01/31 15:25:07 INFO  - jmeter.reporters.ResultCollector: Assuming CSV
  format instead
  2006/01/31 15:25:07 WARN  - jmeter.save.OldSaveService: Error parsing number
  java.lang.NumberFormatException: For input string: ?xml version=1.0
  encoding=UTF-8?
 
 

 -
 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]



Re: Simple data Writer

2006-02-01 Thread sebb
The JTL files saved with any Listener can be opened in any other Listener.

The type of Listener does not affect the data that is saved.

If the data is not private, please create a Bugzilla issue and then
attach the failing data file, as well as jmeter.log.

S
On 01/02/06, jmeter User [EMAIL PROTECTED] wrote:
 I'm not sure what Listener your are referring to.

 When I run a test with the Simple Data Listener and try to open the
 file with any other listener (like aggregate) I get the listed error.



 On 1/31/06, sebb [EMAIL PROTECTED] wrote:
  On 31/01/06, Jeff Mychasiw [EMAIL PROTECTED] wrote:
   Greetings,
   What is the preferred method to use to view data that was recorded using 
   the
   Simple Data Writer Listener.
   I get errors when trying to open up the *.jtl file that was created by the
   Simple Data Writer.
 
  You need to open the file in the Listener.
 
   Any help would be appreciated.
  
   The log file indicates:
  
   2006/01/31 15:25:07 INFO  - jmeter.visualizers.gui.AbstractVisualizer:
   getting new collector
   2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: File load
   failure, trying old data format.
   2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: Error 
   parsing
   XML results com.thoughtworks.xstream.converters.ConversionException:
   sampleResult : sampleResult
    Debugging information 
   required-type   : org.apache.jmeter.save.TestResultWrapper
   cause-message   : sampleResult : sampleResult
   class   : org.apache.jmeter.save.TestResultWrapper
   message : sampleResult : sampleResult
   line number : 4
   path: /testResults/sampleResult
   cause-exception :
   com.thoughtworks.xstream.alias.CannotResolveClassException
   ---
   2006/01/31 15:25:07 INFO  - jmeter.reporters.ResultCollector: Assuming CSV
   format instead
   2006/01/31 15:25:07 WARN  - jmeter.save.OldSaveService: Error parsing 
   number
   java.lang.NumberFormatException: For input string: ?xml version=1.0
   encoding=UTF-8?
  
  
 
  -
  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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Simple data Writer

2006-02-01 Thread jmeter User
Thank you for clearing that up.



On 2/1/06, sebb [EMAIL PROTECTED] wrote:
 The JTL files saved with any Listener can be opened in any other Listener.

 The type of Listener does not affect the data that is saved.

 If the data is not private, please create a Bugzilla issue and then
 attach the failing data file, as well as jmeter.log.

 S
 On 01/02/06, jmeter User [EMAIL PROTECTED] wrote:
  I'm not sure what Listener your are referring to.
 
  When I run a test with the Simple Data Listener and try to open the
  file with any other listener (like aggregate) I get the listed error.
 
 
 
  On 1/31/06, sebb [EMAIL PROTECTED] wrote:
   On 31/01/06, Jeff Mychasiw [EMAIL PROTECTED] wrote:
Greetings,
What is the preferred method to use to view data that was recorded 
using the
Simple Data Writer Listener.
I get errors when trying to open up the *.jtl file that was created by 
the
Simple Data Writer.
  
   You need to open the file in the Listener.
  
Any help would be appreciated.
   
The log file indicates:
   
2006/01/31 15:25:07 INFO  - jmeter.visualizers.gui.AbstractVisualizer:
getting new collector
2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: File load
failure, trying old data format.
2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: Error 
parsing
XML results com.thoughtworks.xstream.converters.ConversionException:
sampleResult : sampleResult
 Debugging information 
required-type   : org.apache.jmeter.save.TestResultWrapper
cause-message   : sampleResult : sampleResult
class   : org.apache.jmeter.save.TestResultWrapper
message : sampleResult : sampleResult
line number : 4
path: /testResults/sampleResult
cause-exception :
com.thoughtworks.xstream.alias.CannotResolveClassException
---
2006/01/31 15:25:07 INFO  - jmeter.reporters.ResultCollector: Assuming 
CSV
format instead
2006/01/31 15:25:07 WARN  - jmeter.save.OldSaveService: Error parsing 
number
java.lang.NumberFormatException: For input string: ?xml version=1.0
encoding=UTF-8?
   
   
  
   -
   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]
 
 

 -
 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]



Re: Simple data Writer

2006-01-31 Thread sebb
On 31/01/06, Jeff Mychasiw [EMAIL PROTECTED] wrote:
 Greetings,
 What is the preferred method to use to view data that was recorded using the
 Simple Data Writer Listener.
 I get errors when trying to open up the *.jtl file that was created by the
 Simple Data Writer.

You need to open the file in the Listener.

 Any help would be appreciated.

 The log file indicates:

 2006/01/31 15:25:07 INFO  - jmeter.visualizers.gui.AbstractVisualizer:
 getting new collector
 2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: File load
 failure, trying old data format.
 2006/01/31 15:25:07 WARN  - jmeter.reporters.ResultCollector: Error parsing
 XML results com.thoughtworks.xstream.converters.ConversionException:
 sampleResult : sampleResult
  Debugging information 
 required-type   : org.apache.jmeter.save.TestResultWrapper
 cause-message   : sampleResult : sampleResult
 class   : org.apache.jmeter.save.TestResultWrapper
 message : sampleResult : sampleResult
 line number : 4
 path: /testResults/sampleResult
 cause-exception :
 com.thoughtworks.xstream.alias.CannotResolveClassException
 ---
 2006/01/31 15:25:07 INFO  - jmeter.reporters.ResultCollector: Assuming CSV
 format instead
 2006/01/31 15:25:07 WARN  - jmeter.save.OldSaveService: Error parsing number
 java.lang.NumberFormatException: For input string: ?xml version=1.0
 encoding=UTF-8?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]