Tagged Questions
2
votes
1answer
228 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 ...