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

fs_rxstatproc - Manage per-process Rx statistics collection

Description

       This command enables or disables the updating of RPC statistics counters related to the entire RX
       process, or sets the accumulated counter values back to zero.

Examples

       The following command starts collecting statistics:

          % fs rxstatproc -enable

Name

       fs_rxstatproc - Manage per-process Rx statistics collection

Options

       One or more of the following options must be specified:

       -enable
           Enable the collection of process RPC statistics

       -disable
           Enable the collection of process RPC statistics

       -clear
           Resets all trace counters to zero.

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

Output

       This command produces no output other than error-messages.

Privilege Required

       The issuer must be logged in as the local superuser root.

See Also

fs(1), fs_rxstatpeer(1), rxdebug(1)

Synopsis

fsrxstatproc [-enable] [-disable] [-clear] [-help]

See Also