diff options
| -rw-r--r-- | vm/vmimpl/freebsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vmimpl/freebsd.go b/vm/vmimpl/freebsd.go index ec3d43fea..45da92d02 100644 --- a/vm/vmimpl/freebsd.go +++ b/vm/vmimpl/freebsd.go @@ -18,12 +18,12 @@ func DiagnoseFreeBSD(w io.Writer) ([]byte, bool) { "set $lines = 0", // disable pagination "set $maxwidth = 0", // disable line continuation "show registers", - "show all tcpcbs/bl", "show proc", "ps", "show all locks", "show malloc", "show uma", + "show all tcpcbs/bl", } for _, c := range commands { w.Write([]byte(c + "\n")) |
