8000 GitHub - Edznux/traceutils: Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.

License

Notifications You must be signed in to change notification settings

Edznux/traceutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traceutils

This repository contains code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.

go install github.com/felixge/traceutils/cmd/traceutils@latest

anonymize

The anonymize command can be used to remove all file paths, function names and user logs from a trace file. The go stdlib is not anonymized, but all other packages are. This is useful for sharing traces that may contain sensitive information.

traceutils anonymize <input> <output>

Example output:

screenshot of go tool trace showing an anonymized trace

License

MIT

About

Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0