Unroutable

  • archive
  • pages
  • categories
  • tags

Summarize Router Throughput in Packets/Second

Here's a quick one-liner to summarize the current packets-per-second throughput on an entire IOS router:

$ ssh 10.1.2.3 'sh int summ' | awk '/^*/{RXPPS+=$8;TXPPS+=$10} END {print "RXPPS=" RXPPS,"TXPPS=" TXPPS}'
jswan@10.1.2.3's password:
RXPPS=1613 TXPPS=1539

Published: November 10 2011

  • category:
  • tags:
  • Tweet
  • « Zone Based Firewall Configuration Example
  • |
  • Find Unique Interface Configs on Switches »

Back to Top

about

  • Jay Swan -
  • github.com/jayswan
  • twitter.com/
  • Subscribe to RSS Feed

Theme: the_minimum based on Jekyll-bootstrap.
Powered by Jekyll.