HomeFreeBSD

procstat(1): dump kqueues

Description

procstat(1): dump kqueues

Example output from the 'procstat -a kqueues':

 PID       KQFD   FILTER      IDENT      FLAGS     FFLAGS       DATA      UDATA     STATUS
2323         13     READ          5          -          -          0 0x19c290616000          -
2323         13     READ          8          -          -          0 0x19c29064f070          -
2323         13     READ         10          -          -          0 0x19c29064f0e0          -
2323         13   SIGNAL          1          C          -          0        0x0          -
2323         13   SIGNAL          2          C          -          0        0x0          -
2323         13   SIGNAL          3          C          -          0        0x0          -
2323         13   SIGNAL         13          C          -          0        0x0          -
2323         13   SIGNAL         14          C          -          0        0x0          -
2323         13   SIGNAL         15          C          -          0        0x0          -
2323         13   SIGNAL         20          C          -          0        0x0          -

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D49163

Details

Provenance
kibAuthored on Feb 26 2025, 12:29 AM
Reviewer
markj
Differential Revision
D49163: procstat kqueues: query and display events registered in the process kqueues
Parents
rGbf46aec4b29a: libprocstat: add helper to query knotes for specific kqueue
Branches
Unknown
Tags
Unknown