Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http api not support vmtool command #2141

Closed
1 task done
feixueck opened this issue Mar 31, 2022 · 0 comments
Closed
1 task done

http api not support vmtool command #2141

feixueck opened this issue Mar 31, 2022 · 0 comments
Milestone

Comments

@feixueck
Copy link

feixueck commented Mar 31, 2022

  • I have searched the issues of this repository and believe that this is not a duplicate.

Environment

  • Arthas version: 1.8
  • Operating System version: all
  • Java version of target JVM: 1.8
  • Java version of JVM used to attach: 1.8

Steps to reproduce this issue

  1. attach arthas to a running jvm ,and export 8563 port .
  2. http api post command "vmtool --action getInstances --className java.lang.String"

Expected Result

expect get : String instances info

Actual Result

{"body":{"command":"vmtool --action getInstances --className java.lang.String","jobId":1,"jobStatus":"TERMINATED","results":[{"jobId":1,"statusCode":0,"type":"status"}],"timeExpired":false},"sessionId":"1b979c28-cd91-4e86-92e3-3a596ac58ce1","state":"SUCCEEDED"}

@hengyunabc hengyunabc added this to the 3.6.1 milestone Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants