[Mono-dev] Performance counters are not working under linux mono platform

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Fri Feb 10 08:36:20 UTC 2012


On Fri, Feb 10, 2012 at 2:55 AM, Gonzalo Paniagua Javier
<gonzalo.mono at gmail.com> wrote:
> On Fri, Feb 10, 2012 at 12:43 AM, balaji <balajit at amiindia.co.in> wrote:
>> Hi,
>>
>> Does anyone know why Performance counters return zero value in the code
>> below when executing under linux mono platform.
>>
>>                  (OR)
>>
>> How to get a process performance counters like CPU,Memory,Thread
>> count,Handle Count and other resource utilization of a machine,when the
>> process is running in a remote machine?

Oh, and as for reading from a remote machine, there are no builtin
capabilities. We did that once by using ssh to run a small C# program
that read the performance counters of the Mono process we were
interested in.

-Gonzalo


More information about the Mono-devel-list mailing list