Hello,
I have a driver program in C# which uses performance counters for windows to get perf stats (CPU Usage) for windows.
But for linux there is no known method in C# or .NET using which you can monitor CPU Usage of remote or local unix system.
I wanted to know that is there any way to achieve this in linux and get performance data in C#. (May be a web service running on Linux and C# program calling web service)?
Can anybody give me any pointer regarding this problem?
I have a driver program in C# which uses performance counters for windows to get perf stats (CPU Usage) for windows.
But for linux there is no known method in C# or .NET using which you can monitor CPU Usage of remote or local unix system.
I wanted to know that is there any way to achieve this in linux and get performance data in C#. (May be a web service running on Linux and C# program calling web service)?
Can anybody give me any pointer regarding this problem?
Comment