~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to doc/component_reports.md

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
are prefixed with `MIR_SERVER_` and contain underscores ('_') instead of dashes
17
17
('-').  The available component reports and handlers for the server are:
18
18
 
19
 
Report                  | Handlers
20
 
----------------------- | --------
21
 
connector-report        | log,lttng
22
 
display-report          | log,lttng
23
 
input-report            | log,lttng
24
 
legacy-input-report     | log
25
 
msg-processor-report    | log,lttng
26
 
session-mediator-report | log,lttng
27
 
scene-report            | log,lttng
 
19
Report                       | Handlers
 
20
---------------------------- | --------
 
21
connector-report             | log,lttng
 
22
compositor-report            | log,lttng
 
23
display-report               | log,lttng
 
24
input-report                 | log,lttng
 
25
legacy-input-report          | log
 
26
msg-processor-report         | log,lttng
 
27
session-mediator-report      | log,lttng
 
28
scene-report                 | log,lttng
 
29
shared-library-prober-report | log,lttng
28
30
 
29
31
For example, to enable the LTTng input report, one could either use the
30
32
`--input-report=lttng` command-line option to the server, or set the
37
39
environment variables are prefixed with `MIR_CLIENT_` and contain only
38
40
underscores. The available reports and handlers for the client are:
39
41
 
40
 
Report              | Handlers
41
 
------------------- | --------
42
 
rpc-report          | log,lttng
43
 
input-receiver      | log,lttng
 
42
Report                | Handlers
 
43
--------------------- | --------
 
44
rpc-report            | log,lttng
 
45
input-receiver-report | log,lttng
 
46
shared-library-prober-report | log,lttng
 
47
perf-report           | log,lttng
44
48
 
45
49
For example, to enable the logging RPC report, one should set the
46
50
`MIR_CLIENT_RPC_REPORT=log` environment variable.