Re: pftop
- In reply to: Doug Hardie : "pftop"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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