1PETHTOOL(8)                                                        PETHTOOL(8)
2
3
4

NAME

6       pethtool - Display or change ethernet card settings
7

SYNOPSIS

9       pethtool [OPTIONS] [<INTERFACE>]
10

DESCRIPTION

12       This script mimic ethtool behavior, but is written purely in python and
13       python module ethtool.
14

OPTIONS

16       INTERFACE
17           Is the name of the ethernet device on which pethtool should
18           operate.
19
20       -h, --help
21           Show help message and exit.
22
23       -c|--show-coalesce
24           Show coalesce options
25
26       -C|--coalesce
27           Set coalesce options
28
29               adaptive-rx on|off
30               adaptive-tx on|off
31               rx-usecs N
32               rx-frames N
33               rx-usecs-irq N
34               rx-frames-irq N
35               tx-usecs N
36               tx-frames N
37               tx-usecs-irq N
38               tx-frames-irq N
39               stats-block-usecs N
40               pkt-rate-low N
41               rx-usecs-low N
42               rx-frames-low N
43               tx-usecs-low N
44               tx-frames-low N
45               pkt-rate-high N
46               rx-usecs-high N
47               rx-frames-high N
48               tx-usecs-high N
49               tx-frames-high N
50               sample-interval N
51
52       -i|--driver
53           Show driver information
54
55       -k|--show-offload
56           Get protocol offload information
57
58       -K|--offload
59
60           Set protocol offload
61               [ tso on|off ]
62

SEE ALSO

64       ethtool(8)
65

AUTHORS

67       Arnaldo Carvalho de Melo <acme@redhat.com>
68
69       Man page written by Miroslav Suchý <msuchy@redhat.com>
70
71
72
73                                  05/11/2019                       PETHTOOL(8)
Impressum