2
I’m using S.O. windows, and C programming language#.
How to collect system resource information in C#? processing, memory, disk. I’m running performance tests, with multiple clients and a server using sockets, and I want the server to show me how much memory, processing, disk it’s using with different amounts of clients communicating with it, there is some way to get this information via code?
take a look at this link: http://www.codeproject.com/Articles/8241/Get-System-Info-using-C and see if it helps
– Tafarel Chicotti