Quantcast

[JIRA] (JENKINS-15358) Plotting of CSV does not qwork correctly, data out of sync with graph

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15358) Plotting of CSV does not qwork correctly, data out of sync with graph

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Affects Versions: current
Assignee: nidaley
Attachments: plot plugin error.png
Components: plot
Created: 29/Sep/12 10:01 AM
Description:

I created a csv file with mysqlslap benchmark to0l and wanted to plot the AVG, MIN, MAX values. I experimented with the settings of the plugin and I am experiencing some problems to get the correct graph. It seems like there is some syncing problem between the data used for the graph and graph showed (see attachment)

Environment: OSX Mountain Lion, Firefox browser
Project: Jenkins
Priority: Critical Critical
Reporter: Peter Florijn
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15358) Plotting of CSV does not work correctly, data out of sync with graph

JIRA noreply@jenkins-ci.org
Change By: Peter Florijn (29/Sep/12 10:05 AM)
Summary: Plotting of CSV does not  qwork  work  correctly, data out of sync with graph
Description: I created a csv file with mysqlslap benchmark  to0l  tool  and wanted to plot the AVG, MIN, MAX values. I experimented with the settings of the plugin and I am experiencing some problems to get the correct graph. It seems like there is some syncing problem between the data used for the graph and graph showed (see attachment)

The csv file is produced in a shell command build like this:
echo "LABEL1, LOAD_TYPE, AVG , MIN , MAX, NR_CLIENTS, AVG_NRC_QUERY" > header.txt
mysqlslap -uroot -a --csv=results.csv --concurrency=100 --number-of-queries=10000
cat header.txt results.csv > report.csv
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...