empsvlogstat
EMPSVLOGSTAT(1) EMPSVLOGSTAT(1)
NAME
empsvlogstat - analyzes and displays statistics from the Empress Server
Log File
SYNOPSIS
empsvlogstat LOGFILE_SPEC [KEYWORDS]... [START_TIME END_TIME [INTER-
VAL]] [dump]
DESCRIPTION
Empress Server Log Analyzer Utility empsvlogstat is used to analyze and
display data from the Empress Server Log File. Empress Server Log File
is created on the start-up of Empress Server in order to keep the his-
tory of the operations performed by Empress Server, and the history of
the client requests being made to an Empress Server.
dump option which suppresses most of the labels and forces printing
values alone. The values are separated by the special separator
character CTRL-V.
LOGFILE_SPEC
Log File Specification.
SERVER_NAME
the program will retrieve the log file name from the Server con-
figuration file based on the specified Server name.
-f LOGFILE_NAME
the program will look for a Server log file named LOGFILE_NAME.
KEYWORDS
keywords can be any combination of:
user (or uniqueusers)
Display unique user information
up (or upservers)
Display number of servers started up
idle (or idlseservers)
Display number of idle servers
used (or usedservers)
Display number of servers in use
conn (or connections)
Display number of connections
dur (or connectiondurations)
Display connection duration
lic (or licenceexceeded)
Display number of rejected connections due to insufficient
licenses
START_TIME
start point to analyze statistical data, with following input format :
start start from the beginning of log file
"yyyy-mm-dd hh:mm:ss"
Full date and time. This should be specified as a quoted string.
hh:mm:ss
use today as date
END_TIME
end point to analyze statistical data, with following input format :
end end at the end of log file
"yyyy-mm-dd hh:mm:ss"
Full date and time. This should be specified as a quoted string.
hh:mm:ss
use today as date
INTERVAL
sample period to collect data for analyzing, with the input format:
hh:mm:ss
The default value is calculated as: (end_time - start_time) /
10. If the result is less than a second, a second will be chosen
as the interval value.
FILES
EMPRESS database files.
SEE ALSO
empsvadm(1)
Empress: Empress Server
HISTORY
Written by Empress Software Inc.. All material is copyrighted and
licensed. Use on non-licensed CPUs is prohibited.
Empress 8.62 Empress Software Inc. EMPSVLOGSTAT(1)