It's all about the answers!

Ask a question

Automatically create and export an report of the Performance Health Check widget


Daniel Franke (1114) | asked Mar 14 '16, 9:18 a.m.
We want to automatically create and export a report of the Performance Health Check widget.

How can this be done?
Is there a way via api?

2 answers



permanent link
Ralph Schoon (62.3k33643) | answered Mar 14 '16, 11:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I don't think you can do that just easily. You would have to find the code of the widget, and wrap it in some api to call it on a regular basis.

You should rather start to do proper monitoring of your system and store the information in a DB. See https://jazz.net/wiki/bin/view/Deployment/DeploymentMonitoring for hints about server monitoring. This also allows you to look for data that is important in your context and not just for data that is in a widget.

permanent link
Daniel Franke (1114) | answered Mar 15 '16, 5:37 a.m.
Thanks for your quick answer.
Unfortunately our team is not permitted to monitor the servers.
Our goal is to create a report of the Performance Health Check from several locations around the world.

We found a quiet simple solution, using selenium to run the widget and export the result afterwards.

Your answer


Register or to post your answer.