I'm using S.O. windows, and C # programming language.
How to collect system resource information in C #? processing, memory, disk. I am doing performance testing with multiple clients and a server using sockets, and I want the server to show me how much memory, processing, disk it is using with different amounts of clients communicating with it, is there any way to get this information via code?