Issue Type: Improvement Improvement
Assignee: Manuel Carrasco
Components: performance-plugin
Created: 17/Mar/14 1:32 AM
Description:

I'd like to have some metrics with the performance test and have same comparision as performance plugin does.
https://www.dropbox.com/s/f2aseo2cj9vmr37/Screenshot%202014-03-13%2022.47.15.png

I have a job:
1. Shell
````
rm -f debug_atop.raw

cat <<EEND > monitor.sh
#!/bin/bash -x
atop -w debug_atop.raw 5 &
which stress && stress -v --cpu 5 --vm 5 --timeout 180 || sleep 180

  1. kill %1
    EEND

chmod +x monitor.sh
./monitor.sh

atop -PCPU,MEM -r debug_atop.raw > atop.txt

#creates cpu.jtl and mem.jtl
curl -s https://dl.dropboxusercontent.com/u/15604911/atop_sampler.py | python
````
2. Publish Performance test result report
cpu.jtl
mem.jtl

You'll get what same as in the beggining: https://www.dropbox.com/s/f2aseo2cj9vmr37/Screenshot%202014-03-13%2022.47.15.png

This job is a prototype.
But what is not accurate now, that 'cpu' and 'memory' in ms and thresholds rules applied to them.

It would be nice being able to build custom metric reports, with aggregate medians and average to see correlation with system.

We run fast-load test on ec2 jenkins slaves with same config, and this correlation is important for us on the same page and using even CloudWatch is not convenient.

Project: Jenkins
Priority: Major Major
Reporter: Dmytro Makhno
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

--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to