1.0

Table Of Contents
DescriptionOption
Any other SQLFire distributed system property.
-prop-name
If no multicast or locator options are specied on the command-line, then the command uses the
sqlfire.properties le (if available) to determine the distributed system to which it should connect.
Description
This command provides an orderly shutdown for all SQLFire members. Note that on the next startup, data store
members will still need to wait until the member with the most recent copy of persisted data joins the distributed
system.
Example
sqlf shut-down-all -mcast-port=3000
Connecting to distributed system: mcast=/239.192.81.1:3000
Successfully shut down 2 members
sqlf stats
Displays statistics values from the statistics archive.
Syntax on page 373
Restoring an Online Backup on page 373
Example 1: Starting a Server with Statistics Archiving Enabled on page 373
Example 2: Viewing a Statistics Archive File on page 370
Example 3: Viewing All Statistics of a Specied Instance ID on page 371
Example 4: Viewing All Statistics of a Specied Instance ID and Stat ID on page 372
Example 5: Viewing One Statistic of a Specied Instance ID and Stat ID on page 372
Syntax
sqlf stats ([<instanceId>][:<typeId>][.<statId>])* [-details]
[-nofilter|-persec|-persample] [-prunezeros]
[-starttime=<time>] [-endtime=<time>] -archive=<statFile>
Description
To enable statistics generation with archiving, you congure the following properties when you start the SQLFire
server:
statistic-sampling-enabled=true
statistic-archive-file=<stats-archive-file-name>
To include timing statistics you set enable-time-statistics=true along with the above properties.
See Conguration Properties on page 299.
By default sqlf stats prints all statistics. You can use one or more statistics specication arguments to print
individual resources or a specic statistic. The format of a statistics specication is: an optional combine operator,
an optional instanceId, an optional typeId, and an optional statId.
The combine operator can be a plus (+) to combine all matches in the same le or a double plus (++) to combine
all matches across all les.
instanceId must be the name or id of a resource.
typeId is a colon (:) followed by the name of a resource type.
369
sqlf Launcher Commands