1mperfmon(1) General Commands Manual mperfmon(1)
2
3
4
6 mperfmon - Mono Performance Counter Monitor
7
9 mperfmon [--config=FILE] [--report=REPORT_NAME] [--count=NUM] [pid]
10
12 --config=FILE
13 Specifies the configuration file to load instead of the default
14 one installed in the same directory as the app.
15
16 --report=REPORT_NAME
17 Instead of showing the GUI, run in console mode and print a
18 report of the set of counters specified by REPORT_NAME and
19 described in the config file. The report is printed for up to
20 the number of times specified with the --count option. The pid
21 argument is used as the instance name in the performance coun‐
22 ters, it is typically the pid of a mono process.
23
24 --count=NUM
25 Sets the number of times a report is printed in console mode.
26 The default is 2.
27
29 mperfmon is a tool that allows you to monitor performance counters
30 exposed by Mono processes or by the operating system. With the
31 --report option it can be used on the console, otherwise a GUI is
32 started. In GUI mode each counter added is monitored at user-specified
33 time intervals (the default is 1 second) and it is shown in a graph as
34 it changes over time.
35
37 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for
38 details.
39
41 Visit http://www.mono-project.com for details
42
43
44
45 mperfmon(1)