PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment)
Contents Index PreviousNext

Appendix B Reference Manual> B.2 Management Commands Specific to the GFS Local File System

B.2.16 sfxstat(1M) - Reports statistical information on the GFS Local File System

[SYNOPSIS]

sfxstat [ -abcdfilmA ] [ interval [ count ] ] [ mount_point ... ]

[DESCRIPTION]

The sfxstat command displays the statistical information on the GFS Local File System.

sfxstat first reports statistical information recorded after the file system is mounted. The next time, it reports the information recorded since the last report.

When the parameter interval is specified, sfxstat reports statistical information for the interval that was specified in this parameter (in seconds). When no interval specified, it reports on statistical information only once.

When the parameter count is specified, sfxstat reports statistical information for the interval it takes to count to count. When no count specified, it keeps displaying statistical information.

When the parameter mount_point is specified, sfxstat reports statistical information on the specified file system. When no mount_point specified, sfxstat reports statistical information on all mounted GFS Local File System.

[OPTIONS]

When the option is omitted, reports all available information.

-a

This option reports the following information with respect to the manipulation of each allocated extent:
- Search request count
- Acquisition count
- Number of acquired blocks
- Number of acquisition failure blocks
- Release count
- Number of released blocks
- Number of times that it was possible to concatenate released blocks
- Number of times where a fragmentation occurred through free extent management
- Number of times where a concatenation occurred through free extent management

-b

This option reports the following information:
- Number of times of buf acquisition by meta-management
- Number of times of dynamic buf acquisition
- Number of times of sleep during buf acquisition request

-c

This option reports the following information:
- Access count for each type of meta-cache
- Cache hit count for each type of meta-cache
- Number of updates for each type of meta-cache
- Read count for each meta-type
- Write count for each meta-type
- Writing time for each meta-type
- Average time for each meta-type

-d

This option reports the following information on direct I/O:
- Read count
- Write count
- Number of reading blocks
- Number of writing blocks
- Number of times that reading was handled as ordinary I/O
- Number of times that writing was handled as ordinary I/O
- Number of times where page flush occurred after reading
- Number of times where page flush occurred after writing

-f

This option reports the following information on the manipulation of each of the free extents:
- Number of search requests
- Acquisition count
- Number of acquired blocks
- Number of acquisition failure blocks
- Release count
- Number of released blocks
- Number of times that released blocks were concatenated
- Number of times of fragmentation by free extent management
- Number of times of connection by free extent management

-i

This option reports the following information:
- Actual read I/O count
- Actual write I/O count
- Actual read I/O block count
- Actual write I/O block count

-l

This option reports the following information on the log daemon:
- Number of times the log daemon was activated
- sync request count
- fsync request count
- Number of times when the log buffer was full
- Number of requests from the meta-write daemon
- Number of times that sleep occurred because of an excessive number of transactions
- Number of times that sleep occurred because the log disk was full
- Number of times that sleep occurred because the preceding transaction was too large
- Number of times that sleep occurred because of expansions of the preceding transaction
- Number of times that I/O instructions were issued from the log daemon
- Time required for writing
- Number of written blocks
- Number of valid blocks
- Number of log target processing requests
- Number of parallel operations for log target processing
- Average number of parallel operations
- Number of using extremely large buffer
- Number of generated sub-transactions

-m

This option reports the following information on the meta-daemon:
- Number of times the meta-daemon was activated
- Number of buf that were waiting for I/O by the meta-daemon
- Number of times the meta-daemon was activated because the disk was full
- Number of times the meta-daemon was activated because the meta-cache was full

-A

This option reports all available information.

[EXAMPLE]

# sfxstat 5 /mnt
Filesystem:/mnt Tue Jan 14 17:47:23 JST 2003
metavolume[0]
metatype access cachehit      mod    R-I/O    W-I/O     W-MS   I/Oave
DBMAP       972      972      972        0       22      730       33
IBMAP       978      978      978        0       21      570       27
NBMAP         0        0        0        0        0        0        0
LBMAP         0        0        0        0        0        0        0
SBMAP         0        0        0        0        0        0        0
IEX           0        0        0        0        0        0        0
DIR        4343     3361      971      982       32     1500       46
SYM           0        0        0        0        0        0        0
NODE          0        0        0        0        0        0        0
LEAF          0        0        0        0        0        0        0
SLIST         0        0        0        0        0        0        0
DINODE     2935     2813     2935      122      181    10360       57
SBLOCK        0        0        0        0        4       90       22
ACL           0        0        0        0        0        0        0
QUOTA         0        0        0        0        0        0        0
                  readcnts  readblks writecnts writeblks
data volume[00]:         0         0         0         0
data volume[01]:         0         0         0         0
data volume[02]:         0         0         0         0
data volume[03]:         0         0         0         0
lwakeup   lsync  lfsync  lbfull   lmeta  ltfull  ldfull  logbig logbigx
     68       1       0      26       0       0       0       0      42
lnwrite     lms  lnblks loccupy lntrans   lpara    lave lbigbuf lsubtrn
     69    1530    6750   88700    1962      21       0       0       0
fsearch  falloc fnalloc fealloc   ffree  fnfree  ffcomb ftsplit  ftcomb
      0       0       0       0       0       0       0       0       0
asearch  aalloc analloc aealloc   afree  anfree  afcomb atsplit  atcomb
   4343       0       0       0     978     978       0       0       0
mwakeup   mnbuf mlogful
     55     298       6
METAFULL  DBMAP   IBMAP   NBMAP   LBMAP   SBMAP     IEX     DIR
              0       0       0       0       0       0       0
            SYM    NODE    LEAF   SLIST  DINODE  SBLOCK     ACL
              0       0       0       0       0       0       0
          QUOTA
              0
   dirr    dirw dirrblk dirwblk  dirr-n  dirw-n dirrflsh dirwflsh
      0       0       0       0       0       0        0        0
 bufalloc dbufalloc dbufsleep
     2446         0         0

[SEE ALSO]

sar(1).


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2004