source: trunk/man/arm4_report.1 @ 704

Revision 512, 2.5 KB checked in by dcarter, 4 years ago (diff)

Merge 0.8 development branch

Line 
1.\" Copyright (c) 2005-2008 David Carter <dcarter@arm4.org> and others.
2.\" All rights reserved.   This program and the accompanying materials
3.\" are made available under the terms of the Eclipse Public License v1.0
4.\" which accompanies this distribution, and is available at
5.\" http://www.eclipse.org/legal/epl-v10.html
6.TH "arm4_report" 1 "July 2008" "arm4.org" "ARM 4 User Commands"
7.SH NAME
8arm4_report \- report on ARM 4 transactions
9.SH SYNOPSIS
10.B arm4_report
11\fI\-\-help|\-h\fR
12.br
13.B arm4_report
14\fI\-\-version|\-V\fR
15.br
16.B arm4_report
17[[\fI\-\-summary|\-s\fR] | [\fI\-\-detailed|\-d\fR]]
18            [\fI\-\-config|\-C config_file\fR] [\fI\-\-archive|\-a archive_directory\fR]
19.SH WARNING
20\fBThis program is deprecated and may not exist in a future release\fP
21.SH DESCRIPTION
22The
23.B arm4_report
24program is a simple reporting interface to the \fIARM 4\fR transaction
25database. Two types of reports are available. The summary report shows response
26time statistics for all instances of a transaction instead of individual
27instances. The detailed report shows the results of individual transactions.
28.SH OPTIONS
29.TP
30\fB\-h\fR, \fB\-\-help\fR
31display the command line options.
32.TP
33\fB\-V\fR, \fB\-\-Version\fR
34display the program version and exit.
35.TP
36\fB\-s\fR, \fB\-\-summary\fR
37display summary information for each of the transaction types in the database.
38This is the default if neither summary nor detailed reports are specified.
39.TP
40\fB\-d\fR, \fB\-\-detailed\fR
41show detailed information for each transaction instance.
42.TP
43\fB\-C\fR, \fB\-\-Config\fR \fIconfig_file\fR
44specifies a configuration file for this instance instead of using the default
45configuration file. The default configuration file
46\fI/etc/arm4.conf\fR is used if none is specified.
47.TP
48\fB\-a\fR, \fB\-\-archive\fR \fIarchive_directory\fR
49read an archive created using the
50.B arm4_control
51\fI\-\-archive\fR command.
52.SH "KNOWN BUGS"
53Although intended to be used as a user space program, the current
54implementation accesses the database directly. This means that the program
55must be run by the database owner or as root.
56.SH "REPORTING BUGS"
57Report bugs at <http://www.arm4.org>
58.SH COPYRIGHT
59Copyright \(co 2005\-2008 David Carter <dcarter@arm4.org> and others.
60.P
61All rights reserved.   This program and the accompanying materials
62are made available under the terms of the Eclipse Public License v1.0
63which accompanies this distribution, and is available at
64http://www.eclipse.org/legal/epl-v10.html
65.SH "SEE ALSO"
66.LP
67.BR arm4_control (1),
68.BR arm4_daemon (1),
69.BR arm4_dump (1),
70.BR arm4_export (1),
71.BR arm4_conf (5)
Note: See TracBrowser for help on using the repository browser.