logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fssync-debug_stats - Displays various statistics

Description

       The fssync-debugstats command displays statistics according to the value of the option -cmd.

Name

       fssync-debug_stats - Displays various statistics

Options

-cmd <subcommand>
           Specifies statistics subcommand. Available subcommands are:

           •   pkg    -- general volume package statistics

           •   vicep  -- vice partition statistics

           •   hash   -- volume hash chain statistics

           •   hdr    -- volume header cache statistics

           •   vlru   -- vlru generation statistics

           •   help   -- display list of available subcommands

       -arg1 <arg1>
           Specifies  first optional argument, in the context of the chosen subcommand. For vicep statistics, it
           specifies partition name; for hash statistics, it specifies hash bucket number; for  vlru  statistics
           it specifies vlru generation number.

       -arg2 <arg2>
           Specifies  second  optional  argument, in the context of the chose subcommand. Currently, none of the
           subcommands use it.

       -reason <syncprotocolreasoncode>
           Specifies numeric sync protocol reason code.  Available codes  are  listed  in  OpenAFS  source  file
           src/vol/fssync_inline.h. For SYNC_REASON_NONE, use -reason0.

       -programtype <programtypecode>
           Specifies program type code. Permitted values are fileServer, volumeUtility, salvager, salvageServer,
           volumeServer and volumeSalvager.

       -help
           Prints the online help for this command. All other valid options are ignored.

Privilege Required

       The  issuer  must  have write access to the file server.  Usually, this means that the issuer must be the
       local superuser "root" on the file server machine.

See Also

fssync-debug_header(8), fssync-debug_query(8)

Synopsis

fssync-debugstats-cmd <subcommand>
           [-arg1 <arg1>]
           [-arg2 <arg2>]
           [-reason <syncprotocolreasoncode>]
           [-programtype <programtypecode>]
           [-help]

       fssync-debugs-c <subcommand>
           [-arg1 <arg1>]
           [-arg2 <arg2>]
           [-r <syncprotocolreasoncode>]
           [-p <programtypecode>]
           [-h]

See Also