Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
3k views

Is there any way, in java, to check on the status of a windows service?

I am looking for a library that will allow me to look up the status of a windows service to verify that the service is started and running. I looked into the Sigar library, but it is GPL and therefor ...
2
votes
1answer
221 views

Functions for system status C#

I'm looking for general system state functions for Mono. Things I need are: Memory (available, total) Free disk space IP Number External IP Running processes / services / daemons How do I get ...