Skip to content

Commit

Permalink
Bugfix: Account for totals - cisco_ios_show_processes_memory_sorted.t…
Browse files Browse the repository at this point in the history
…extfsm (#747)
  • Loading branch information
FragmentedPacket authored Jun 5, 2020
1 parent 108428d commit e4b83be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/cisco_ios_show_processes_memory_sorted.textfsm
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Start

Process
^\s*${PROCESS_ID}\s+\d+\s+${PROCESS_ALLOCATED}\s+${PROCESS_FREED}\s+${PROCESS_HOLDING}\s+\d+\s+\d+\s+${PROCESS}\s*$$
^\s*\d+\s+Total\s*$$
^\s*$$
^. -> Error
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Processor Pool Total: 919638648 Used: 236752096 Free: 682886552
338 0 309184 1640 361488 0 0 Crypto IKEv2
480 0 167752 448 221248 0 0 MRIB Process
10 0 4096314696 4096430632 215576 3914231834 3914277834 Pool Manager

342936032 Total

0 comments on commit e4b83be

Please sign in to comment.