arm4_report(1)
Table of Contents
SYNOPSIS
arm4_report --help|-h
arm4_report --version|-V
arm4_report [[--summary|-s] | [--detailed|-d]]
[--config|-C config_file] [--archive|-a archive_directory]
DESCRIPTION
The arm4_report program is a simple reporting interface to the ARM 4 transaction database. Two types of reports are available. The summary report shows response time statistics for all instances of a transaction instead of individual instances. The detailed report shows the results of individual transactions.
OPTIONS
-h, --help
display the command line options.
-V, --Version
display the program version and exit.
-s, --summary
display summary information for each of the transaction types in the database. This is the default if neither summary nor detailed reports are specified.
-d, --detailed
show detailed information for each transaction instance.
-C, --Config config_file
specifies a configuration file for this instance instead of using the default configuration file. The default configuration file /etc/arm4.conf is used if none is specified.
-a, --archive archive_directory
read an archive created using the arm4_control --archive command.
KNOWN BUGS
Although intended to be used as a user space program, the current implementation accesses the database directly. This means that the program must be run by the database owner or as root. This will be fixed in a later release.
REPORTING BUGS
Report bugs at <http://www.arm4.org>
COPYRIGHT
Copyright © 2005-2007 arm4.org
This is free software. You may redistribute copies of it under terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
arm4_daemon(8), arm4_control(8), arm4_dump(8), arm4_conf(5)
