What\'s the simplest way of programatically checking whether or not a particular Windows machine is currently being used by a human being?
i would开发者_开发百科 like to monitor my systems in my network using c#, below is the list of things to monitor
I have a console app (written in c#) that is 开发者_开发问答passed various arguments from the command line by an external application (an InstallShield exe).Without adding code into the console app or
I have a website written in PHP (CakePHP) where certain resource intensive tasks are handled by a background process. This is done through the Beanstalkd message queue. I need some way to retrieve the
I\'m embarking on a C# project where certain tasks will be divvied up and run on multiple threads.I\'m looking for as many good tools as possible to help make sure I\'m running as efficiently as possi
My application seems to be slow, but in terms of CPU and RAM, it seems that it is OK. So, I want to know how much memory of the graphic card I am using. I\'ve seen some questions about this on SO, but
This question is not about how JMX works or what JMX does. This question is about applications of JMX in a standard application server environment in production. It is not for specific server either.
I am attempting to implement some additional statistics gathering in a C# server application - I have about 20 or so variables I\'d like to be 开发者_运维技巧able to report to network monitoring tools
After having a period of logshipping failures going unnoticed (due to a stopped SQL Agent on the secondary server) I\'m looking at configuring some monitoring.
I\'m considering building an app to plug into Splunk 4 to do custom data collection, custom, reporting, etc. (like I see other splunk apps doing) but focused on .NET and J2EE web apps.I\'m looking for