We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example: error: $>bean -d java.lang java.lang:name=Perm Gen #IllegalArgumentException: Bean name java.lang:name=Perm isn't valid $>bean java.lang:name=Perm Gen,type=MemoryPool #IllegalArgumentException: Please specify domain using either -d option or domain command
normal: $>bean java.lang:name=CodeCacheManager,type=MemoryManager #bean is set to java.lang:name=CodeCacheManager,type=MemoryManager
The text was updated successfully, but these errors were encountered:
I have find at random what correct syntax with two backslashes. For example: bean -d java.lang java.lang:name=Perm\\ Gen
Sorry, something went wrong.
No branches or pull requests
example:
error:
$>bean -d java.lang java.lang:name=Perm Gen
#IllegalArgumentException: Bean name java.lang:name=Perm isn't valid
$>bean java.lang:name=Perm Gen,type=MemoryPool
#IllegalArgumentException: Please specify domain using either -d option or domain command
normal:
$>bean java.lang:name=CodeCacheManager,type=MemoryManager
#bean is set to java.lang:name=CodeCacheManager,type=MemoryManager
The text was updated successfully, but these errors were encountered: