hs_create_playback_session
66
Historical Server
session_id[ ,session_id. . .]
specifies the unique identifiers for the input sessions to be played back.
At least one session_id is required. When more than one are used, they
must be specified in the correct order according to their start times, with
the earliest start time first. Playback skips over the sessions that are out
of order. If summarization_interval is
raw
, then only one session_id is
valid.
Historical Server assigns a session ID to a recording session when the
recording session is defined. Use the
hs_list
command to find the
session IDs that you want to play back.
If target is
file
, no gaps can exist between an input session’s end time
and the next input session’s start time. Also, each session specified must
have completed its recording.
If target is
client
, then each session must have started recording, but can
be continuing to record when you submit the
hs_create_playback_session
command.
Examples
1
This example creates a playback session based on a single input
session (session 7). The session is played back in its entirety, with no
summarization or normalization, and without creating a new session.
hs_create_playback_session null, null, raw,
null, null, client, null, null, null, null, 7
2
This example creates a playback session based on three input sessions
(sessions 4, 6, and 9). Only data collected between the time period
from 9:00 to 5:00 is played back. The played back data is summarized
at half-hour intervals. The playback is stored as a new session.
hs_create_playback_session "1996/5/3 9:00",
"1996/5/3 17:00", "0 00:30:00", disallow, skip,
file, null, public, no_script, retain, 4, 6, 9
Usage
•
A connection to Historical Server can either be defining a recording
session or defining and executing a playback session, but not both.
After the successful execution of the
hs_create_playback_session
command, you must successfully execute a
hs_terminate_playback
command before starting to define a recording session or starting to
define another playback session.
•
The behavior of the playback session is different depending on the
value of the target parameter:
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...