PfR:Scripts
From DocWiki
(Difference between revisions)
(New page: 600px <br> : Performance Routing (PfR) has many features, provides many services and has a great flexibility. : This page lists some useful scripts. ...) |
|||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
| - | [[Image:Pfr- | + | <meta name="keywords" content="PfR, Performance Routing, AVC, Application Visibility and Control"></meta> |
| + | |||
| + | <br> | ||
| + | |||
| + | [[Image:Pfr-banner1.png|600px]] | ||
<br> | <br> | ||
| Line 8: | Line 12: | ||
<br> | <br> | ||
| - | + | == PfR DocWiki Navigation == | |
| - | + | ||
| - | + | ||
| - | <br> | + | *[[PfR:Technology_Overview | Performance Routing Technology Overview]] |
| + | *[[PfR:News | Performance Routing News]] | ||
| + | *[[PfR:Solutions | Performance Routing Solution Guides]] | ||
| + | *[[PfR:Troubleshooting | Performance Routing Troubleshooting Guides]] | ||
| + | *[[Performance Routing FAQs | Performance Routing FAQs]] | ||
| + | *[[PfR:MC-BR-Versions | Performance Routing MC/BR Versions]] | ||
| + | *[[PfR:FN | Performance Routing Feature Names]] | ||
| + | *[[PfR:Scripts | Performance Routing Scripts]] | ||
| + | *[[PfR:NMS | Performance Routing NMS]] | ||
| + | |||
| + | <br> | ||
* Script to collect every 20 sec the 2x below commands (sh pfr master statistic + show proc cpu hist) and put outputs in a file on disk0: | * Script to collect every 20 sec the 2x below commands (sh pfr master statistic + show proc cpu hist) and put outputs in a file on disk0: | ||
| Line 24: | Line 36: | ||
action 4.0 cli command "show proc cpu hist | tee /append disk0:script-output.txt" | action 4.0 cli command "show proc cpu hist | tee /append disk0:script-output.txt" | ||
</pre> | </pre> | ||
| + | |||
| + | <br><br> | ||
| + | |||
| + | [[Category:AVC]] | ||
| + | [[Category:Performance_Routing]] | ||
Latest revision as of 12:27, 17 October 2012
- Performance Routing (PfR) has many features, provides many services and has a great flexibility.
- This page lists some useful scripts.
- Performance Routing Technology Overview
- Performance Routing News
- Performance Routing Solution Guides
- Performance Routing Troubleshooting Guides
- Performance Routing FAQs
- Performance Routing MC/BR Versions
- Performance Routing Feature Names
- Performance Routing Scripts
- Performance Routing NMS
- Script to collect every 20 sec the 2x below commands (sh pfr master statistic + show proc cpu hist) and put outputs in a file on disk0:
event manager applet COLLECT event timer watchdog name COLLECT time 20 action 1.0 cli command "enable" action 2.0 cli command "show clock" action 3.0 cli command "sh pfr master statistic | tee /append disk0:script-output.txt" action 4.0 cli command "show proc cpu hist | tee /append disk0:script-output.txt"