system-status

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 I cannot use it. A Commercial or BSD(ish) license is required as this will be bundled into commercial software. ...

Functions for system status C#

Hi, 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 those? Thanks in advance, Yvan ...