1.1

Table Of Contents
DescriptionOption
match the string yyyy/MM/dd HH:mm:ss.SSS z where z is the time
zone.
In conjunction with -archive, ignores statistics samples that were
taken after the specied time. The time argument format must match
the string yyyy/MM/dd HH:mm:ss.SSS z where z is the time zone.
-endtime=<time>
Species the archive le to use.-archive
Example 1: Starting a Server with Statistics Archiving Enabled
sqlf server start -client-port=1528
-statistic-sampling-enabled=true
-statistic-archive-file=system_stats.data
Example 2:Viewing a Statistics Archive File
This command prints all available statistics:
sqlf stats -archive=system_stats.data
vmStats, 31616, VMStats: "2011/05/20 20:04:12.633 GMT+05:30"
samples=27
pendingFinalization objects: samples=27 min=0 max=0
average=0 stddev=0
daemonThreads threads: samples=27 min=22 max=34
average=32.85 stddev=2.23
threads threads: samples=27 min=23 max=35 average=33.85
stddev=2.23
peakThreads threads: samples=27 min=23 max=35 average=34.3
stddev=2.32
threadStarts threads/sec: samples=26 min=0 max=10
average=0.46 stddev=1.96
Here instanceId is vmStats
typeId is VMStats
statId are pendingFinalization, daemonThreads,
threads,
peakThreads, threadStarts
SQLF-DD-DISKSTORE_DIR#0, 31616, DiskDirStatistics: "2011/05/20
20:04:13.633 GMT+05:30" samples=26
diskSpace bytes: samples=26 min=182 max=182 average=182
stddev=0
maximumSpace bytes: samples=26 min=2251799812636672
max=2251799812636672
average=2251799812636672 stddev=0
Here instanceId is SQLF-DD-DISKSTORE_DIR#0
typeId is DiskDirStatistics
statId are diskSpace, maximumSpace
SQLF-DEFAULT-DISKSTORE_DIR#0, 31616, DiskDirStatistics:
"2011/05/20 20:04:13.633 GMT+05:30" samples=232821
diskSpace bytes: samples=232821 min=0 max=0 average=0
stddev=0
395
sqlf Launcher Commands