英文:
JMX for Go[lang]
问题
Go语言有类似JMX的东西吗?
在互联网上我已经找到了GMX,但我更希望找到一个不仅可以用来导出值,还可以用来设置被检测变量值的工具。
英文:
Is there something like JMX for the go language?
On the internet I already found GMX but I would ideally like something that I can not only use to export values, but also use to set the values of instrumented variables.
答案1
得分: 1
这不完全像 GMX,但我认为它可以解决你的问题。http://golang.org/pkg/expvar/
英文:
This is not exactly GMX like but I think it can solve your problem. http://golang.org/pkg/expvar/
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论