Re: pftop

From: Simon Wollwage <rootnode+freebsd_at_wollwage.com>
Date: Tue, 06 Jan 2026 18:53:38 UTC
Doug Hardie <bc979@lafn.org> writes:

> Is there a way to have pftop only show connections that are active.  For example, not showing connections with a status of 9 or 10.
>
> -- Doug

Going by the man page that doesn't seem possible, the state field is not
listed for the filter expressions.  Could always apply
some grep to it as a workaround.

Simon