Are you using the Jenkins Monitoring plugin?
https://wiki.jenkins-ci.org/display/JENKINS/Monitoring
It might help to provide some context and additional information when Jenkins is not responding.
Terry
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Terrence,
Thanks for reply.
Problem we are facing is when Jenkins becomes unresponsive, everything that needs Jenkins URL, becomes inaccessible. So we decided to use Jconsole. But we didn't find abnormalities in CPU and memory usage when monitored using jconsole.
Regards,
Rupali
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/FLJye7YDTr8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
Are you on Linux and are you using the embedded container?
If so have you upped the number of file descriptors available from Jenkins – I have see in the past that is was not uncommon for the HTTP receiving thread to die due to not being able to handle a connection correctly.
Otherwise – jstack will likely be your friend – will show any deadlocks and show what threads are running.
/james
sun.nio.ch.WindowsSelectorImpl.discardUrgentData()as stated in the bug link here:http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7130796