I am trying to use jVisualVM to monitor the long-term heap use of a few applications I am developing. Currently it only shows the past hour under the \"Monitor\" tab. Is th开发者_Go百科ere any way I c
There are a number of different websites that let yo开发者_JS百科u monitor specifi web pages for any changes, such as watchthatpage.com or page2rss.com
Which is \"better\": Build e-mail notifications for important events (critical problems and stuff) into my application (a socket server).
I have an application that\'s behaving as a server in a way. I have some consumers (another application) which send tasks to the \"server\" application and get something as a result. The application i
I need to list out all the mutex/semaphores in all the processes. I need it in C# application for monitoring. I am not able 开发者_运维问答to find any reference on msdn/google.
I need to measure how much memory and CPU my application is using at the moment, and I need to measure that from the 开发者_高级运维very same application. Any advices how to do that? I\'ve been using
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m writing tool, that monitors printers. I need to get printed pages count for the job. I\'m using printer events system (FindFirstPrinterChangeNotification, FindNextPrinterChangeNotification, ...).
This is my first message. I am trying to create a windows service that have three tables which two of them are stores coordinates and the last one stores the address information came from google api.
I inherited a very large subsystem from a programmer that left the company and the first order of business is to stop the process from running out of memory.