Difference between revisions of "VPP/Performance Analysis Tools"
From fd.io
< VPP
(Created page with "=== Introduction === The fd.io vpp project includes a set of performance analysis tools: * The G2 graphical event viewer * Command line utilities * Description...") |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* The [[VPP/g2 | G2 graphical event viewer]] | * The [[VPP/g2 | G2 graphical event viewer]] | ||
+ | * [[VPP/elog | Using the vppinfra event-logger]] | ||
* Command line utilities | * Command line utilities | ||
+ | ** [[VPP/c2cpel| c2cpel]] - convert vppinfra event logs to CPEL file format | ||
+ | ** [[VPP/cpeldump | cpeldump]] - pretty-print a CPEL file | ||
* Description of the [[VPP/cpel | CPEL file format]] | * Description of the [[VPP/cpel | CPEL file format]] | ||
− | [[User:Dbarach|Dbarach]] ([[User talk:Dbarach|talk]]) 13: | + | We also use these tools on a regular basis: |
+ | |||
+ | * How to use [[VPP/perftop | perf top]] for vpp data-plane tuning | ||
+ | |||
+ | [[User:Dbarach|Dbarach]] ([[User talk:Dbarach|talk]]) 13:17, 15 March 2018 (UTC) |
Latest revision as of 13:17, 15 March 2018
Introduction
The fd.io vpp project includes a set of performance analysis tools:
- The G2 graphical event viewer
- Using the vppinfra event-logger
- Command line utilities
- Description of the CPEL file format
We also use these tools on a regular basis:
- How to use perf top for vpp data-plane tuning