diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-10-31 23:36:16 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-10-31 23:36:16 +0000 |
| commit | 94d31abc4e9a60618906577309279bb0970b3009 (patch) | |
| tree | 99800b631ca81e491ea077f7de3dc1445e868e91 /share | |
| parent | 5bec8a73ac745edd6893e1d82d092b5514c2ee06 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ng_source.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/ng_source.4 b/share/man/man4/ng_source.4 index 193ad32cbf4d..004c8a34f96e 100644 --- a/share/man/man4/ng_source.4 +++ b/share/man/man4/ng_source.4 @@ -83,12 +83,13 @@ This node type supports the generic control messages as well as the following, which must be sent with the .Em NGM_SOURCE_COOKIE attached. -.Bl -tag -width ######## +.Bl -tag -width ###### .It NGM_SOURCE_GET_STATS -"getstats": +.Bl -tag -width ######### +.It "getstats": Returns a structure containing the following fields: .\".Bl -bullet -compact -offset 2n -.Bl -tag -width ######## +.Bl -tag -width ##### .It outOctets: The number of octets/bytes sent out the 'output' hook. .It outFrames: @@ -105,6 +106,7 @@ the output packet count was reached. .It elapsedTime: Either endTime-startTime or current time - startTime. .El +.El .It NGM_SOURCE_CLR_STATS "clrstats": Clears and resets the statistics returned by getstats (except |
