Skip to content

pavel-paulau/gcterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcterm

codebeat badge Go Report Card Build Status Coverage Status

Demo

Usage

First, enable tracing of GC events in your application using the GODEBUG variable:

GODEBUG=gctrace=1

Redirect standard error to a file:

$ myapp 2> stderr.log

Now you should be able to visualize GC events in your terminal:

$ tail -f stderr.log | gcterm

Currently, only applications built with Go 1.6 and Go 1.7 are supported.

About

Visualizing Golang GC trace data in the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published