Please recommend a good network monitor that开发者_如何转开发 monitors all the Request and the responses made by my java program and gives me detail on the Headers.Wireshark.Not Java-specific, but ver
I realise tha开发者_运维知识库t it is fairly easy to query performance counters in code and display these on an ASPX page but does anyone know if a product already exists which is basically a web vers
I\'m programming a monitoring application that needs to display the state of several windows services. In the current version, I can know whether a service is Running, Stopped, Suspe开发者_如何学Gonde
I have different sites running with 4 to开发者_如何学Python 5 server at each location. All the locations have one monitoring server with Nagios. Now I want to create a central location and want to com
Is there a way to access the sql that triggered a trigger from within the trigger?I\'ve managed to get it by joining to the master..monProcessSQLText MDA table but this only works for users with the m
Thank you in advance for you ideas and input. I would like to periodically check to see if a third party program is currently running on a user\'s system from my program. I am currently launching the
so lets say i have a pre existing directories /source/version/1 , /source/version/2, /source/version/3
I 开发者_Go百科am trying to figure out how to determine the user which triggered a specific event when monitoring some files with inotify. Is that even possible? Does the inotify_event structure has s
I\'m looking at writing moni开发者_如何学Pythontoring code that runs inside a Java application and periodically takes a snapshot of running threads and displays some call stack information on each.
OK: I\'m implementing File Sharing in an iPhone OS app, and of course this means filesystem monitoring. Yay!