In thread related Mbeans of Tomcat I see under Catalina.ThreadPool. there are different attributes viz.开发者_如何学编程 maxThreads, currentThreadCount, currentThreadsBusy etc.
I downloaded some flash games some time ago to play offline at school if I find myself with no work to do and have a spare. The only problem is that they always attempt to save/load from the applicati
We want to use Nagios for monitoring a Rails app. The reason is we just don\'t have a Rails app; we have Java and .Net apps and we want to use Nagios for all different apps; to have a centralized moni
How would i add a shutdown hook (just like the JVM Shutdown Hoo开发者_运维百科k) to listen (get notification) when an EJB application is deployed/undeployed (to stop the JMX MServerBean)?
I\'m looking to write a custom program in VB.NET / C++ / C# that would allow me to monitor a system\'s vitals over a Remote Desktop Connection.
From a webapp deployed in a Glassfish app server, I have to find some metrics to allow monitoring. Inside the webapp, is there others tools/libraries which allow me to gather such metrics ?
I\'m trying to create an app that monitors all incoming traffic and 开发者_开发技巧blocks it if required and if necessary, replace it with traffic from elsewhere. (preferably using a filter list made
Is it possible to monitor Play Framework application performance with Javamelody? I\'m using Javamelody with Spring apps. I find it much better than free version of AppDynamics or Dyna Trace.
Has anybody tried to add custom performance counters to JavaMelody? I mean like \"I\'d like to see the time taken by this part 开发者_StackOverflow社区of code\" (sort of like a profiler would do) and
I have a rake task running daily at a specified time, I just want a alert email(or sms) when it fails (or even the entire rake task hangs or even the server ha开发者_如何转开发ngs). Earlier I was usin