CHAPTER 4 Command Reference
User’s Guide
85
hs_status
Description
Obtains status information.
Syntax
hs_status option
Parameters
option
one of the following specifications:
•
directory
– displays the name of the Historical Server home
directory, specified by the
-D
parameter to the Historical Server
start-up command.
•
superuser
– displays the name of the Historical Server superuser,
specified by the
-U
parameter to the Historical Server start-up
command (or NULL if this parameter was omitted).
•
interfaces
– displays the path name of the interfaces or sql.ini file
in use by Historical Server.
•
max_connections
– displays the maximum number of concurrent
client connections permitted.
•
logfile
– displays the name of the Historical Server log file.
•
version
– displays the version string and copyright information of
Monitor Historical Server.
•
activity
– displays the following information about the current level
of activity on Historical Server:
The activity information is relevant when stopping Historical Server
because Historical Server does not shut down while other connections
exist or any sessions are active, unless the
no_wait
option for the
hs_shutdown
command is explicitly requested.
Number of
connections
Connections to Historical Server, including the
current connection
Number of active
recording sessions
Sessions created with
hs_create_recording_session
and
initiated with
hs_initiate_recording
. Includes sessions
whose start times have not yet been reached.
Uninitiated
recording sessions
Sessions created with
hs_create_recording_session
but
no matching
hs_initiate_recording
was executed.
Number of active
playback sessions
Sessions created with
hs_create_playback_session
and
initiated with
hs_initiate_playback
.
Number of
uninitiated
playback sessions
Sessions created with
hs_create_playback_session
but no
matching
hs_initiate_playback
was executed.
Summary of Contents for 12.5.1
Page 1: ...User s Guide Historical Server 12 5 1...
Page 14: ...xiv Historical Server...
Page 46: ...Configuring multiple instances of Historical Server 32 Historical Server...
Page 56: ...Starting and stopping Historical Server on Windows NT 42 Historical Server...
Page 102: ...hs_terminate_recording 88 Historical Server...