* Enable all counters: queue, port, and pfcwd * Fixed a small bug inside of sonic-utilities * Another typo
8 lines
216 B
Desktop File
8 lines
216 B
Desktop File
[Unit]
|
|
Description=Enable SONiC counters
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash -c '/usr/bin/counterpoll queue enable ; /usr/bin/counterpoll port enable ; /usr/bin/pfcwd counter_poll enable'
|
|
RemainAfterExit=yes
|