diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 09:19:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 09:19:30 -0700 |
commit | 4b3aad36248f3e5c02646540801ea05536445ce8 (patch) | |
tree | d6dc7fab3a4b8aa23571197903bc682ceb38f76a /templates | |
parent | fb1e1ce4477e8e2537752f60c7411cdb13d135f4 (diff) | |
download | vyatta-op-4b3aad36248f3e5c02646540801ea05536445ce8.tar.gz vyatta-op-4b3aad36248f3e5c02646540801ea05536445ce8.zip |
Add operational mode template for ethtool statistics
Display hardware specific statistics
Diffstat (limited to 'templates')
-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" + |