mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
script lockinfo=show locks; show alllocks; show lockedvnods
|
|
script kdb.enter.default=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
|
|
script kdb.enter.witness=run lockinfo
|