mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update trace doc
This commit is contained in:
@@ -22,11 +22,11 @@ import com.taobao.middleware.cli.annotations.Summary;
|
||||
@Name("stack")
|
||||
@Summary("Display the stack trace for the specified class and method")
|
||||
@Description(Constants.EXPRESS_DESCRIPTION + Constants.EXAMPLE +
|
||||
" stack -E org\\.apache\\.commons\\.lang\\.StringUtils isBlank\n" +
|
||||
" stack org.apache.commons.lang.StringUtils isBlank\n" +
|
||||
" stack *StringUtils isBlank\n" +
|
||||
" stack *StringUtils isBlank params[0].length==1\n" +
|
||||
" stack *StringUtils isBlank '#cost>100'\n" +
|
||||
" stack -E org\\.apache\\.commons\\.lang\\.StringUtils isBlank\n" +
|
||||
Constants.WIKI + Constants.WIKI_HOME + "stack")
|
||||
public class StackCommand extends EnhancerCommand {
|
||||
private String classPattern;
|
||||
|
||||
Reference in New Issue
Block a user