The Archive session agent saves captured data to disk.
The resulting files are named as follows:
TLT_MachineName_ID_GMT_YYYYMMDD_StartTime_EndTime.ext
Note: The Archive session agent is a terminating session agent, so
the
-DownStreamConfigSection
option is not required.Settings
Setting | Description |
---|---|
MachineName |
Name of the server that captured the data |
ID |
Type of captured data. YYYYMMDD is the date on which the capture took
place within the archive file. |
StartTime and EndTime |
Greenwich Standard Mean Time of the first and last pages in the captured data contained in
the archive file. EndTime includes milliseconds. |
ext |
The user-specified file extension. |
Configuration Settings
- Display Name values are displayed in TMS, which is the recommended method for configuring session agents.
- Name values are displayed in
TealeafCaptureSocket.cfg
.
The following configuration settings are available.
Display Name | Name | Description |
---|---|---|
Archive Prefix |
FileID |
Sets the ID that appears in the TLA filename so that the type of capture for a
file is easier to identify. Specify this value as follows: where
id is the capture type description you want to add to your archive filename.
Examples of FileID names are |
Max Archive Size |
MaxLogSize |
Specifies the maximum size of the archive TLA file in bytes. The default is 32
MB. Valid values can be entered as follows:
|
Archive Directory |
LogDirectory |
Specifies the directory in which data files are
stored. Files are stored in C:\temp by default. |
Archive Roll Time |
RollTime |
This comma-delimited list specifies the times in 24-hour Greenwich Mean Time
(GMT) to close the current archive file and create a new one. The following example creates a new log file at 1:00 AM, 4:30 AM, and 5:00 PM GMT every day:
|
Disk Quota Scan Interval |
QuotaScanTime |
Specifies the time interval in seconds when the disk quota check should occur.
Valid values range from 20 to 3600 (twenty seconds to sixty minutes). For example, you might set QuotaScan Time as follows:
The minimum QuotaScanTime
is |
Disk % Free |
QuotaPctFree |
Specifies the percent free threshold for the directory specified using the
QuotaDir option. If the amount of free space falls below this threshold, the Capture Filter disables
itself to avoid consuming too much disk space.
|