python - How to automate jprofiler & integrate with jenkins? -


i want automate jprofiler , integrate whole process jenkins. have searched google lot not able find proper way so. till have 2 options, 1. use ant task, there isn't more in documentation. if want profile particular package or set of class or cpu etc. doesn't seem best option. 2. automate jpcontroller.sh via shell or python script, i'm not great in shell or python.

so question, how can automate , integrate jprofiler jenkins???

thank you

  1. use ant task, there isn't more in documentation. if want profile particular package or set of class or cpu etc.

the profiling settings not configured in ant task, in jprofiler gui. in ant task use configfile , sessionid attributes refer configured session. session id displayed in top-right corner of "application settings" tab in session settings dialog.

automation done triggers. each trigger has list of actions. more information on how set triggers offline profiling see corresponding topic.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -