On Fri, Feb 10, 2012 at 2:55 AM, Gonzalo Paniagua Javier <[email protected]> wrote: > On Fri, Feb 10, 2012 at 12:43 AM, balaji <[email protected]> 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 _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
