Skip to content

A command line tool to dump go traces into a json file

License

Notifications You must be signed in to change notification settings

UoB-CSA/go-trace-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-trace-json

A command line tool to dump go traces into a json file

Why? We wanted to get details from a trace file without having to startup a webserver.

Current supported features:

  • Outputting a list of goroutine groups

Setup

  1. Build with go build .

Usage

Run with

go-trace-json --input-file <inputfile>

Optional flags: --output-file <outputfile> (Default : trace.json)

About

A command line tool to dump go traces into a json file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published