#!/bin/sh
# DF-2873 PoC run (on the guest as root; takes ~3 minutes)
kldload /root/poc/tqlost/tqlost.ko
sleep 175
dmesg | grep tqlost
ps -axH -o stat,wchan,comm | grep -E "lt_h|lt_wd"
