Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bltk_report(1) [centos man page]

BLTK_REPORT(1)						      General Commands Manual						    BLTK_REPORT(1)

NAME
bltk_report - automated report creation bltk_report_table - summary table creation from several results folders bltk_plot - graph drawing SYNOPSIS
bltk_report [-hdofI013EiS] [-r ] [-s ] [-b ] [-c ] [-U ] [-B ] [-D ] [-C ] [-P ] [-K ] [-R ] [-2 ] [-4 ] directory... bltk_report_table [-hdstfuEe13SR] [-2 ] [-4 ] [-F ] directory ... bltk_plot [-hDswy1vnr] [-d ] [-f ] [-x ] [-X ] [-Y ] [-t ] [-o ] [-2 ] [-p ] results_dir ... DESCRIPTION
The following tools are implemented for results analysis: bltk_report automated report creation bltk_report_table summary table creation from several results folders bltk_plot graph drawing GENERAL OPTIONS
-h theis help -1 first statistic item of score file is ignored -2 item:num statistic from item 'item', 'num' number of score file -f statistics file name SPECIFIC OPTIONS
bltk_report -o print report to output -K string comment string -R filename argument will be used as report file name -3 first statistic item of stat.log file is ignored -4 item:num statistic from item 'item', 'num' number of stat.log file -E errors being ignored (allows to create report file anyway) -i idle mode bltk_report_table -d debugging mode -s sort result lines -t Excel-compatible file format -3 first statistic item of stat.log file is ignored -4 item:num statistic from item 'item', 'num' number of stat.log file -u only columns which contain different values will be included into table -E errors being ignored (allows to create result table anyway) -e skip error results -F filter only fields from filter file will be included into table (see doc/filter as an example) -S split mode - split multiple values to columns -R analyze all results dirs under passed directories bltk_plot -D debugging mode -d results_dir results directory name. This option could be passed several times default is current directory. -s use stat.log file -w use work.log file -x name argument is used to be an X parameter default is 'time' field -y name... argument is used to be an Y parameter this option could be passed several times default is 'cap' field -X x1:x2 x range from x1 to x2 -Y y1:y2 y range from y1 to y2 -t title graph title -o options options passed to 'plot' command -v print current variables -p file save graph to specified file -n print available field's names -R analyze all results dirs under passed directories EXAMPLE
bltk_report_table <results1> ... <resultsn> >sum Common results table will be generated in 'sum' file for <results1> ... <resultsn> directories. bltk_report result 'Report' file will be generated in results directory bltk_plot -y bat -x N <results_dir1> ... <results_dir> Common graph will be generated for <results_dir1> ... <results_dirn> SEE ALSO
bltk(1), bltk.conf(5) AUTHOR
Konstantin Karasyov <konstantin.a.karasyov@intel.com> Vladimir Lebedev <vladimir.p.lebedev@intel.com> BLTK_REPORT 15 July 2008 BLTK_REPORT(1)

Check Out this Related Man Page

nisstat(1M)						  System Administration Commands					       nisstat(1M)

NAME
nisstat - report NIS+ server statistics SYNOPSIS
/usr/lib/nis/nisstat [-H host] [directory] DESCRIPTION
The nisstat command queries a NIS+ server for various statistics about its operations. These statistics may vary between implementations and from release to release. Not all statistics are available from all servers. If you request a statistic from a server that does not sup- port that statistic, it is never a fatal error. The message "unknown statistic" is returned. By default, statistics are fetched from the server(s) of the NIS+ directory for the default domain. If directory is specified, servers for that directory are queried. Supported statistics for this release are as follows: root server This reports whether the server is a root server. NIS compat mode This reports whether the server is running in NIS compat mode. DNS forwarding in NIS mode This reports whether the server in NIS compat mode will forward host lookup calls to DNS. security level This reports the security level of this server. serves directories This lists the directories served by this server. Operations This statistic returns results in the form: OP=opname:C=calls:E=errors:T=micros Where opname is replaced by the RPC procedure name or operation, calls is the number of calls to this procedure that have been made since the server started running. errors is the number of errors that have occurred while processing a call, and micros is the average time in microseconds to complete the last 16 calls. Directory Cache This statistic reports the number of calls to the internal directory object cache, the number of hits on that cache, the number of misses, and the hit rate percentage. Group Cache This statistic reports the number of calls to the internal NIS+ group object cache, the number of hits on that cache, the number of misses, and the hit rate percentage. Static Storage This statistic reports the number of bytes the server has allocated for its static storage buffers. Dynamic Storage This statistic reports the amount of heap the server process is currently using. Uptime This statistic reports the time since the service has been running. Per-server and per-directory access restrictions may apply. See nisopaccess(1). nisstat uses NIS_STATUS. OPTIONS
-H host Normally all servers for the directory are queried. With this option, only the machine named host is queried. If the named machine does not serve the directory, no statistics are returned. ENVIRONMENT VARIABLES
NIS_PATH If this variable is set, and the NIS+ directory name is not fully qualified, each directory specified will be searched until the directory is found. See nisdefaults(1). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnisu | +-----------------------------+-----------------------------+ SEE ALSO
nisdefaults(1), nisopaccess(1), attributes(5) NOTES
NIS+ might not be supported in future releases of the Solaris Operating system. Tools to aid the migration from NIS+ to LDAP are available in the current Solaris release. For more information, visit http://www.sun.com/directory/nisplus/transition.html. SunOS 5.11 12 Dec 2001 nisstat(1M)
Man Page