Command
|
STATSLOG START
|
Description
|
Starts the DTStats statistics logging utility
|
Syntax
|
STATSLOG START <machine> [TO <filename>] [EVERY <minute>] [MAXSIZE <kilobytes>]
|
Options
|
- machine—Name of the machine
- filename—Any valid path and filename to which the statistical information will be logged
- minutes—The number of minutes to write to the log file
- kilobytes—The maximum file size in kilobytes
|
Examples
|
statslog start alpha to "dtstat.sts" every 20 maxsize 200000
|
Notes
|
-
The default settings are the file name statistic.sts, a five (5) minute interval, and a file size of 10485760 bytes (10 MB).
- Machine names that contain non-alphanumeric characters must be enclosed in quotation marks.
|