Skip to content

Dieterbe/profiletrigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card GoDoc

automatically trigger a profile in your golang (go) application when a condition is matched.

currently implemented:

  • when process is using certain number of bytes of RAM, save a heap (memory) profile
  • when process cpu usage reaches a certain percentage, save a cpu profile.

demo

see the included cpudemo and heapdemo programs, which gradually add more and cpu and heap utilisation, to show the profiletrigger kicking in.

About

automatically trigger a profile in your golang (go) application when a condition is matched.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages