[JIRA] (JENKINS-57768) Throughput graph showing wrong data

2019-06-04 Thread janet....@lmco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 JJ K closed an issue as Done  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 My JMeter test results (jtl files) were concatenated instead of replaced with the most recent jtl files or cleared out between builds. My workaround of this issue was removing my jtl files from a previous build before starting a new build.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-57768  
 
 
  Throughput graph showing wrong data   
 

  
 
 
 
 

 
Change By: 
 JJ K  
 
 
Status: 
 In Progress Closed  
 
 
Resolution: 
 Done  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199715.1559245185000.21477.1559690580188%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57768) Throughput graph showing wrong data

2019-06-04 Thread janet....@lmco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 JJ K started work on  JENKINS-57768  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 JJ K  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199715.1559245185000.21398.1559681220434%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57768) Throughput graph showing wrong data

2019-06-04 Thread janet....@lmco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 JJ K stopped work on  JENKINS-57768  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 JJ K  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199715.1559245185000.21396.1559681220414%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57768) Throughput graph showing wrong data

2019-06-04 Thread janet....@lmco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 JJ K started work on  JENKINS-57768  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 JJ K  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199715.1559245185000.21394.1559681220381%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57768) Throughput graph showing wrong data

2019-05-30 Thread janet....@lmco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 JJ K updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57768  
 
 
  Throughput graph showing wrong data   
 

  
 
 
 
 

 
Change By: 
 JJ K  
 

  
 
 
 
 

 
 I am currently using Performance-plugin 3.16 to create throughput and response time graphs based on my web service test result. Response time aligns with the actual  numbers (thread  counts , elapsed time, and etc)   I am seeing in my log but throughput is way off.For instance, when my Samples  (total  count )  increases, Response Time in my graph decreases  (which  as it should. The problem  is  correct) and    Throughput also decreases.  I believe Isn't  Throughput  is  supposed to increase when Response Time becomes shorter and Samples count increases . ?  Isn't Throughput supposed to be equal to Samples/duration of test in seconds?Ticket JENKINS-44410 states that a wrong throughput data issue in performance report was fixed in version 3.3. I don't know if the same issue is recurring or I am configuring something wrong.  Another weird thing I  noticed is that the first run of all my projects always has a high throughput rate. The throughput rate always declines after the first run. Am I supposed to clean out workspace/ or job/ directories after each run? I don't know if this helps troubleshooting this issue. I just wanted to share this as well.  I  would appreciate any help or clarification on this.  JENKINSdfdsfsdf  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

[JIRA] (JENKINS-57768) Throughput graph showing wrong data

2019-05-30 Thread janet....@lmco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 JJ K updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57768  
 
 
  Throughput graph showing wrong data   
 

  
 
 
 
 

 
Change By: 
 JJ K  
 
 
Summary: 
 Throughput graph  show  showing  wrong data  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199715.1559245185000.16832.1559245260112%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.