tags:

views:

88

answers:

1

How to get the Kenel time of an opertaion for eg: networking, disk I/O or other kernel tasks using a C# code?

+3  A: 

Please see: Get current CPU, RAM and Disk drive usage in C#

Mitch Wheat