diff options
Diffstat (limited to 'vm/vmimpl')
| -rw-r--r-- | vm/vmimpl/openbsd.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vm/vmimpl/openbsd.go b/vm/vmimpl/openbsd.go index 73460cb80..8017ede03 100644 --- a/vm/vmimpl/openbsd.go +++ b/vm/vmimpl/openbsd.go @@ -25,6 +25,10 @@ func DiagnoseOpenBSD(w io.Writer) ([]byte, bool) { "show all locks", "show malloc", "show all pools", + "machine ddbcpu 0", // Traces a couple of first CPUs (enough on GCE farm). + "trace", + "machine ddbcpu 1", // One of these is likely a dup of the very first trace. + "trace", } for _, c := range commands { w.Write([]byte(c + "\n")) |
