通过 tcp 命令关闭 Jacoco Java 代理

Shutting down the Jacoco Java agent via tcp command

根据我的在线研究,我看到只有转储和重置命令可以作为 tcp 服务器或客户端发送到 Jacoco 代理 运行。

还有其他命令可以发送吗?具体来说,是否有可用于关闭 Jacoco 代理以停止检测的命令?

Are there any other commands that can be sent?

截至今天,最新发布的版本 0.7.9 没有其他命令 - https://github.com/jacoco/jacoco/blob/v0.7.9/org.jacoco.core/src/org/jacoco/core/runtime/IRemoteCommandVisitor.java

Specifically, is there a command that can be used to shut down the Jacoco agent so that it stops instrumentation?

并且没有办法 stop/detach 已经启动代理,停止从 类 收集已经检测的数据,或恢复原始 类,停止进一步检测 类,等等