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

mfsnetdump - dump network traffic as mfs packets

Description

mfsnetdump is an internal diagnostic tool similar to tcpdump, but specialized for MooseFS.

Name

       mfsnetdump - dump network traffic as mfs packets

Options

-r     specify PCAP file to read packets from

       -i     dump packets using given network interface

       -p     show only packets from given port range (default range  is  9419-9422,  so  by  default  only  MFS
              packets are shown)

       -f     define pcap filter to filter packets

       -c     dump only PCOUNT packets and exit

       -s     dump only first MBYTES bytes of each packet

       -e     do not display given commands

       -o     show only given commands

       -x     do not display mfs maintenance commands (such as CSTOMA_SPACE or CLTOMA_FUSE_TIME_SYNC)

       -y     do not display open/close connections packets

       -n     show ANTOAN_NOP command (disabled by default)

Reporting Bugs

       Report bugs to <bugs@moosefs.com>.

Synopsis

mfsnetdump  [-rPCAP_FILE]  [-iINTERFACE] [-pPORT_RANGE] [-fPCAP_FILTER] [-cPCOUNT] [-sMBYTES] [-eCOMMANDS] [-oCOMMANDS] [-x] [-y] [-n]

See Also