DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

strstat - Show the streams usage counts

SYNOPSIS

strstat

DESCRIPTION

The strstat macro takes no arguements. It displays the streams usage table.

This also shows the value of the STRTHRESH kernel parameter. If Total byte count > strthresh then STRTHRESH should be increased.

Typical output looks like this:

 S> strstat
  [D02AC1A8] [D02C68B8]
            inuse   (Strinfo)  total    max      fail
  stream    00000095(00000095) 0000021D 0000009A 00000000
  queue     000003DA(000003DA) 00000F4A 00000402 00000000
  msgblock  00000000(00000007) 00004D38 0000013C 00000000
  mdbblock  000000FC(00000184) 0016DE85 0000048F 00000000
  linkblk   00000017(00000017) 00000019 00000017 00000000
  strevent  00000008(0000000A) 00000019 0000000A 00000000
  Total byte count = 00037AA8
  strthresh = 001F3E00

DEFINED IN

stream.k

SEE ALSO

kmastat, kmeminfo

APPENDIX A: Alphabetic Index of Macros