mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 20:35:46 +02:00
arthas, arthas-trace: fix pages (#17283)
This commit is contained in:
parent
c5ee8ea57f
commit
c6bf524ea5
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Trace the invoke chain of multiple classes or multiple methods:
|
||||
|
||||
`trace -E {{class-pattern1|class-patter2}} {{method-pattern1|method-pattern2|method-pattern3}}`
|
||||
`trace -E {{class-pattern1}}|{{class-patter2}} {{method-pattern1}}|{{method-pattern2}}|{{method-pattern3}}`
|
||||
|
||||
- Track method invoke chains, only display invoke information that exceeds 10 ms, and exit after 5 times:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Exit the current Arthas client without affecting other clients. equals `exit`、`logout`、`q` command:
|
||||
|
||||
`exit|quit|logout|q`
|
||||
`{{exit|quit|logout|q}}`
|
||||
|
||||
- Terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue