gpt4 book ai didi

java - 如何在 Windows 中运行 jstat?

转载 作者:行者123 更新时间:2023-11-30 07:02:16 25 4
gpt4 key购买 nike

我正在尝试运行 jstat 来监控 GC。我使用 jps 命令获取 vmid:

> jps
18928 GCTest

但是当我尝试像这样运行 jstat 时:

>jstat -gc <vmid> 18928
The system cannot find the file specified.

我收到消息 The system cannot find the file specified. 。语法似乎很好。我有没有犯错?

最佳答案

像这样调用它,这应该有效:

jstat -gc 18928

关于java - 如何在 Windows 中运行 jstat?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29215214/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com