1.0

Table Of Contents
statId is a period (.) followed by the name of a statistic.
A typeId or instanceId with no statId prints out all the matching resources and all their statistics. A typeId or
instanceId with a statId prints out just the named statistic on the matching resources.
A statId with no typeId or instanceId matches all statistics with that name.
The table shows options for sqlf stats.
DescriptionOption
Prints static descriptions.-details
In conjunction with -archive, prints statistics as raw, unltered,
values.
-nolter
In conjunction with -archive, prints statistics as the rate of change,
per second, of the raw values.
-persec
In conjunction with -archive, prints statistics as the rate of change,
per sample, of the raw values.
-persample
In conjunction with -archive, suppresses printing those statistics that
have all zero values.
-prunezeros
In conjunction with -archive, ignores those statistics samples that
were taken before the specied time. The time argument format must
-starttime=<time>
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
vFabric SQLFire User's Guide370
vFabric SQLFire Reference