mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
6 lines
259 B
Text
6 lines
259 B
Text
# ddb commands used for stress2 crash reports
|
|
#
|
|
|
|
script pho1=bt; show allpcpu; show alllocks; show lockedvnods; show allchains; show mount; show bufqueues; show page; show pageq
|
|
script pho=set $lines 20000; run pho1; show freepages; acttrace; ps; allt; dump
|
|
|