Collect information from system resources

Asked

Viewed 1,042 times

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?

  • 1

    take a look at this link: http://www.codeproject.com/Articles/8241/Get-System-Info-using-C and see if it helps

2 answers

2

2

Browser other questions tagged

You are not signed in. Login or sign up in order to post.