divan / expvarmon

TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).
MIT License
2.02k stars 101 forks source link

serialize the expvar variable to file #37

Closed bigwhite closed 3 years ago

bigwhite commented 3 years ago

hi, I have a question that does expvarmon have any way to serialize the expvar variable to file ? I want to save the variable from expvar and do analysis offline and generate chart based on there data.

bigwhite commented 3 years ago

Long wait but no answer! I have forked the repo into github.com/bigwhite/expvarmon,and implement the variables serializing to csv files. Any advice and pr are welcome!