diff options
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/statistics/node.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/statistics/node.def b/templates/show/interfaces/ethernet/node.tag/statistics/node.def new file mode 100644 index 0000000..0c66031 --- /dev/null +++ b/templates/show/interfaces/ethernet/node.tag/statistics/node.def @@ -0,0 +1,4 @@ +help: Show physical device statistics for specified ethernet interface +allowed: "" +run: ethtool -S "$4" + |