mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-06-05 05:59:43 +08:00
- 后端新增监控会话管理,支持启动、停止和历史查询 - JMX、Endpoint、Agent Provider 补齐监控快照采集能力 - JMX helper 增加内存、GC、线程、类加载采样并更新内嵌运行时 - 生成 Wails 监控接口绑定并补充后端回归测试
9 lines
100 B
Go
9 lines
100 B
Go
//go:build !windows
|
|
|
|
package jvm
|
|
|
|
import "os/exec"
|
|
|
|
func configureJMXHelperCommand(_ *exec.Cmd) {
|
|
}
|