aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/xentrace_cpusplit.1
blob: 9b35ed598cca8e6201f329a53647c701b8058bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH XENTRACE_CPUSPLIT 1 "11 March 2004" "Xen domain 0 utils"
.SH NAME
xentrace_cpusplit \- separate Xen trace data into per-CPU log files
.SH SYNOPSIS
.B xentrace_cpusplit
[
.I BASE-NAME
]
.SH DESCRIPTION
.B xentrace_cpusplit
Separates ASCII trace buffer data from stdin into per-CPU trace
files.  The trace files are named by appending the CPU number
to the \fIBASE-NAME\fP supplied on the command line.

The trace records in the per-CPU files are in identical format to the
original output of \fBxentrace\fP and are in chronological order.

Depending on your system and the rate at which trace data is produced,
this script may not be able to keep up with the output of
\fBxentrace\fP if it is piped directly.  In these circumstances you
should have \fBxentrace\fP output to a file for processing off-line.

.SH AUTHOR
Mark A. Williamson <mark.a.williamson@intel.com>

.SH "SEE ALSO"
xentrace(8), xentrace_format(1)