Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add replayer for VPP API traces #666

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Add replayer for VPP API traces #666

merged 1 commit into from
Dec 12, 2023

Conversation

sknat
Copy link
Collaborator

@sknat sknat commented Dec 8, 2023

This patch adds a utility to parse and replay traces generated by vppctl# api trace save trace.cap

for json output use

  • go run -file ./path/to/trace.cap to replay in VPP use
  • go run -file ./path/to/trace.cap -vpp /run/vpp/vpp.api.sock

This patch adds a utility to parse and replay traces
generated by vppctl# api trace save trace.cap

for json output use
- go run -file ./path/to/trace.cap
to replay in VPP use
- go run -file ./path/to/trace.cap -vpp /run/vpp/vpp.api.sock

Signed-off-by: Nathan Skrzypczak <[email protected]>
@sknat sknat merged commit 6876a2b into master Dec 12, 2023
5 checks passed
@sknat sknat deleted the dev/nsk-replay-trace branch December 12, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants