logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mperfmon - Mono Performance Counter Monitor

Description

       mperfmon  is  a  tool that allows you to monitor performance counters exposed by Mono processes or by the
       operating system.  With the --report option it can be used on the console, otherwise a GUI is started. In
       GUI mode each counter added is monitored at user-specified time intervals (the default is 1  second)  and
       it is shown in a graph as it changes over time.

Mailing Lists

Name

       mperfmon - Mono Performance Counter Monitor

Options

--config=FILE
              Specifies  the  configuration  file  to  load  instead  of  the  default one installed in the same
              directory as the app.

       --report=REPORT_NAME
              Instead of showing the GUI, run in console mode  and  print  a  report  of  the  set  of  counters
              specified  by  REPORT_NAME  and  described in the config file. The report is printed for up to the
              number of times specified with the --count option.  The pid argument is used as the instance  name
              in the performance counters, it is typically the pid of a mono process.

       --count=NUM
              Sets the number of times a report is printed in console mode.  The default is 2.

Synopsis

mperfmon [--config=FILE] [--report=REPORT_NAME] [--count=NUM] [pid]

Web Site

       Visit http://www.mono-project.com for details

                                                                                                     mperfmon(1)

See Also