Monitoring Jenkins and Microsoft Azure
Azure App Service/Azure Web Apps comes with diagnose and solve problems to find out about resource health and solutions to some common problems.
Monitoring Jenkins
In Jenkins, we can monitor master and different agents with the use of a monitoring plugin:
- Go to
Manage Jenkins
|Manage Plugins
and installMonitoring Plugins
:

- After installing it successfully, go to
Manage Jenkins
and selectMonitoring of Jenkins master
.
- Click on
Jenkins nodes
in the same section to watch monitoring of agents of Jenkins:

- Verify the statistics of JavaMelody monitoring taken at a specific timestamp in the browser:

- Click on
Other charts
to get more information on different aspects of Jenkins, such as buffer memory, threads count, swap space, and so on:


- Scroll down and get detailed information on
Threads
:

- Click on
Debugging logs
to get more details:

- In the bottom section, we can find the debugging logs:

- We can also monitor different
Build Jobs
using theBuild MonitorView
plugin.
- Go to
Manage...