1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 00:55:41 +02:00

arthas, arthas-trace: fix pages (#17283)

This commit is contained in:
Managor 2025-07-21 18:39:32 +03:00 committed by GitHub
parent c5ee8ea57f
commit c6bf524ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: