On 2016/03/10 19:18, Stefan Kempf wrote:
> There's still at least one issue with the diff. Again in amap_extend().
> The slotalloc computation was still off :-(

It's not perfect but this is very significantly better. I've put
it under load and the machine is still ok.

Here's a snapshot of a top display:

46 processes: 1 running, 43 idle, 2 on processor                      up  6:27
CPU0 states:  0.0% user,  0.0% nice, 69.2% system,  0.0% interrupt, 30.8% idle
CPU1 states:  0.0% user,  0.0% nice, 92.3% system,  0.0% interrupt,  7.7% idle
Memory: Real: 3211M/5422M act/tot Free: 6540M Cache: 153M Swap: 0K/2640M

  PID USERNAME PRI NICE  SIZE   RES STATE     WAIT      TIME    CPU COMMAND
61052 sthen    -18    0 2472M 1505M onproc    -        63:51 54.39% perl
86140 sthen    -18    0 2308M 1732M run       -        57:39 52.54% perl
47388 sthen     28    0 1284K 2480K onproc    -         0:45  1.03% top
59819 _pflogd    4    0  684K  260K sleep     bpf       0:15  0.73% pflogd
89941 sthen      2    0 3552K 1780K sleep     select    0:13  0.15% sshd
46513 _ntp       2  -20 1240K 1456K sleep     poll      0:08  0.05% ntpd
89307 root       2  -20  812K 1596K idle      poll      3:44  0.00% ntpd
78543 sthen      2    0 2536K 1784K sleep     poll      0:10  0.00% systat
21968 sthen      2    0 3568K 1772K idle      select    0:08  0.00% sshd
10538 sthen      2    0 9220K 8400K sleep     kqread    0:05  0.00% tmux
45455 sthen      2    0 3564K 1716K sleep     select    0:01  0.00% sshd
    1 root      10    0  440K    4K idle      wait      0:01  0.00% init
74816 sthen      2    0 3564K 1736K sleep     select    0:01  0.00% sshd
39769 _syslogd   2    0 1036K 1144K idle      kqread    0:00  0.00% syslogd

At this point the big perl processes were flipping between onproc/run
and sleep with wchan "fltamap".

The not-so-good bit: I couldn't kill them by signalling with ^C ^\ or
kill(1), however I was able to get them to stop by killing the tmux they
were running in. But without the diff this would have been a machine
hang for sure.

Below I include vmstat -m output, firstly from around the point of
the top(1) run above, secondly after the processes had exited.

Given the area more eyes are definitely wanted but it reads well to
me, and I'm happy from my testing that this is a huge improvement,
so: OK sthen.

I have one nit, "systat pool" normally shows only 11 chars so
you get "amapslotpl1, amapslotpl1, amapslotpl1, ... amapslotpl2" etc.
I considered renaming to amapslpl1, 2, .. but that's pretty ugly,
and since vmstat -m displays 12 chars, I propose this:

Index: pool.c
===================================================================
RCS file: /cvs/src/usr.bin/systat/pool.c,v
retrieving revision 1.10
diff -u -p -r1.10 pool.c
--- pool.c      16 Jan 2015 00:03:37 -0000      1.10
+++ pool.c      11 Mar 2016 21:09:35 -0000
@@ -51,7 +51,7 @@ struct pool_info *pools = NULL;
 
 
 field_def fields_pool[] = {
-       {"NAME", 11, 32, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},
+       {"NAME", 12, 32, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},
        {"SIZE", 8, 24, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0},
        {"REQUESTS", 8, 24, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0},
        {"FAIL", 8, 24, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0},


|... during run

<sthen@stamp1:~:295>$ vmstat -m
Memory statistics by bucket size
    Size   In Use   Free           Requests  HighWater  Couldfree
      16     2498    318               8882    1280         12
      32     1038    114               4266     640          0
      64    52460     20             114795     320       4544
     128   129653     43             508458     160      68133
     256      132     28               3161      80          0
     512   120414      2             813289      40      40368
    1024      307     25              60779      20      23820
    2048      232     58               1439      10        284
    4096      122      5             110326       5      45531
    8192      206      0                242       5          0
   16384        4      0                  5       5          0
   32768        9      0                 10       5          0
   65536        3      0                511       5          0
  131072        2      0                  2       5          0

Memory usage type by bucket size
    Size  Type(s)
      16  devbuf, pcb, rtable, UFS mount, dirhash, ACPI, exec, VM swap,
          UVM amap, UVM aobj, USB, USB device, USB HC, temp
      32  devbuf, pcb, rtable, ifaddr, sem, dirhash, ACPI, in_multi,
          ether_multi, exec, UVM amap, USB, USB device, temp
      64  devbuf, rtable, ifaddr, sysctl, vnodes, dirhash, ACPI, proc, in_multi,
          VM swap, UVM amap, USB, USB device, NDP, temp
     128  devbuf, pcb, rtable, ifaddr, UFS mount, sem, dirhash, ACPI,
          NFS srvsock, in_multi, pfkey data, UVM amap, USB, USB device, temp
     256  devbuf, rtable, ifaddr, sysctl, ioctlops, vnodes, shm, VM map, ACPI,
          exec, UVM amap, USB, USB device, temp
     512  devbuf, ioctlops, iov, UFS mount, dirhash, ACPI, file desc, ttys,
          newblk, UVM amap, USB device, temp
    1024  devbuf, pcb, ioctlops, mount, shm, ACPI, proc, ttys, exec, UVM amap,
          crypto data, temp
    2048  devbuf, ioctlops, UFS mount, ACPI, VM swap, UVM amap, UVM aobj, temp
    4096  devbuf, ifaddr, ioctlops, proc, ttys, UVM amap, memdesc, temp
    8192  devbuf, ttys, pagedep, UVM amap, USB, temp
   16384  devbuf, NFS daemon, MSDOSFS mount, temp
   32768  devbuf, UFS quota, UFS mount, ISOFS mount, inodedep
   65536  devbuf, temp
  131072  VM swap

Memory statistics by type                           Type  Kern
          Type InUse MemUse HighUse  Limit Requests Limit Limit Size(s)
        devbuf  3078  1260K   1261K 78644K     7743    0     0  
16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536
           pcb    80    17K     17K 78644K      225    0     0  16,32,128,1024
        rtable    84     6K      7K 78644K      141    0     0  16,32,64,128,256
        ifaddr    29     9K      9K 78644K       30    0     0  
32,64,128,256,4096
        sysctl     2     1K      1K 78644K        2    0     0  64,256
      ioctlops     0     0K      4K 78644K     1591    0     0  
256,512,1024,2048,4096
           iov     0     0K      1K 78644K        1    0     0  512
         mount     7     7K      7K 78644K        7    0     0  1024
        vnodes  1172    74K     74K 78644K     1176    0     0  64,256
     UFS quota     1    32K     32K 78644K        1    0     0  32768
     UFS mount    29    64K     64K 78644K       29    0     0  
16,128,512,2048,32768
           shm     2     2K      2K 78644K        2    0     0  256,1024
        VM map     2     1K      1K 78644K        2    0     0  256
           sem     2     1K      1K 78644K        2    0     0  32,128
       dirhash    30     6K      6K 78644K       30    0     0  16,32,64,128,512
          ACPI  9311  1103K   1199K 78644K   237980    0     0  
16,32,64,128,256,512,1024,2048
     file desc     8     4K      4K 78644K        8    0     0  512
          proc    14    10K     10K 78644K       14    0     0  64,1024,4096
   NFS srvsock     1     1K      1K 78644K        1    0     0  128
    NFS daemon     1    16K     16K 78644K        1    0     0  16384
      in_multi    14     1K      1K 78644K       14    0     0  32,64,128
   ether_multi     1     1K      1K 78644K        1    0     0  32
   ISOFS mount     1    32K     32K 78644K        1    0     0  32768
 MSDOSFS mount     1    16K     16K 78644K        1    0     0  16384
          ttys   420  1777K   1777K 78644K      420    0     0  
512,1024,4096,8192
          exec     0     0K      3K 78644K      598    0     0  16,32,256,1024
    pfkey data     1     1K      1K 78644K        2    0     0  128
       pagedep     1     8K      8K 78644K        1    0     0  8192
      inodedep     1    32K     32K 78644K        1    0     0  32768
        newblk     1     1K      1K 78644K        1    0     0  512
       VM swap     7   191K    191K 78644K        7    0     0  
16,64,2048,131072
      UVM amap292647 78645K  78645K 78644K  1198929    0     0  
16,32,64,128,256,512,1024,2048,4096,8192
      UVM aobj     2     3K      3K 78644K        2    0     0  16,2048
           USB    43    13K     13K 78644K       44    0     0  
16,32,64,128,256,8192
    USB device    12     2K      2K 78644K       12    0     0  
16,32,64,128,256,512
        USB HC     1     1K      1K 78644K        1    0     0  16
       memdesc     1     4K      4K 78644K        1    0     0  4096
   crypto data     1     1K      1K 78644K        1    0     0  1024
           NDP     4     1K      1K 78644K        4    0     0  64
          temp    68    44K    153K 78644K   177138    0     0  
16,32,64,128,256,512,1024,2048,4096,8192,16384,65536

Memory Totals:  In Use    Free    Requests
                83372K    185K     1626165
Memory resource pool statistics
Name        Size Requests Fail    InUse Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
phpool       112     8465    0     4368   177    32   145   147     0     8    0
extentpl      40      336    0      183     2     0     2     2     0     8    0
pmappl       176      411    0       50     4     1     3     3     0     8    0
pvpl          32 36633307    0   832650 17427  8949  8478 11768     0   265    7
pdppl       4096      411    0       50     9     2     7     7     0     8    0
vmsppl       256      411    0       50     4     0     4     4     0     8    0
vmmpepl      168  4278629    0   867369 70988 28832 42156 47462     0   357    9
vmmpekpl     168  1710868    0       30     2     0     2     2     0     8    0
uaddr         24      412    0       51     1     0     1     1     0     8    0
uaddrbest     32        2    0        2     1     0     1     1     0     8    0
uaddrrnd      24      412    0       51     1     0     1     1     0     8    0
aobjpl        64        1    0        1     1     0     1     1     0     8    0
dma16         16        7    0        0     1     1     0     1     0     8    0
dma64         64      265    0        0     1     1     0     1     0     8    0
dma256       256        8    0        0     1     1     0     1     0     8    0
dma512       512       31    0        1     1     0     1     1     0     8    0
amappl        72 240636456   0   776218 28852 10878 17974 18648     0    75    1
amapslotpl1   16  1515614    0   588746  5760  2719  3041  3556     0    17    0
amapslotpl2   32    39438    0     8389    72     4    68    68     0    34    0
amapslotpl3   48     1375    0      305     8     3     5     6     0    50    0
amapslotpl4   64     3373    0      839    28    12    16    19     0    67    0
amapslotpl5   80      728    0      123     5     1     4     4     0    84    0
amapslotpl6   96      168    0       22     2     1     1     1     0   100    0
amapslotpl7  112      632    0       49     2     0     2     2     0   118    0
amapslotpl8  128      362    0       86     4     1     3     4     0   133    0
amapslotpl9  144      280    0       55     8     5     3     4     0   152    0
amapslotpl10 160      457    0       37     2     0     2     2     0   171    0
amapslotpl11 176      211    0       53     4     1     3     3     0   187    0
amapslotpl12 192      131    0       11     1     0     1     1     0   205    0
amapslotpl13 208       86    0       15     1     0     1     1     0   216    0
amapslotpl14 224       81    0        7     1     0     1     1     0   241    0
amapslotpl15 240      208    0       32     4     2     2     2     0   241    0
amapslotpl16 256   202599    0    57473  6304  2711  3593  3593     0   256    0
anonpl        16 19869360    0  1230590  8306  2685  5621  5805     0   769    0
bufpl        256    30298    0     9777  1763  1125   638  1413     0     8    0
mbufpl       256   378525    0       41     5     1     4     5     1   384    0
mtagpl        72        1    0        0     1     1     0     1     0     8    0
mcl2k       2048     2793    0        2     1     0     1     1     1   768    0
mcl9k       9216    93649    0       20     5     2     3     4     1   439    0
sockpl       392      326    0       86    11     2     9    10     0     8    0
procpl       568      429    0       68     7     1     6     6     0     8    0
processpl    672      429    0       68     8     2     6     6     0     8    0
zombiepl     144      361    0        0    43    42     1     1     0     8    1
ucredpl       96      231    0       27     1     0     1     1     0     8    0
pgrppl        40      136    0       35     1     0     1     1     0     8    0
sessionpl     64       38    0       28     1     0     1     1     0     8    0
lockfpl       88       76    0        0    16    15     1     1     0     8    1
filepl       112     4917    0      181     9     3     6     6     0     8    0
fdescpl      440      412    0       51     7     1     6     6     0     8    0
pipepl       120      286    0        8     2     1     1     1     0     8    0
kqueuepl     320       10    0       10     1     0     1     1     0     8    0
knotepl      112    25624    0       75     3     0     3     3     0     8    0
sigapl       432      411    0       50     6     0     6     6     0     8    0
scxspl       192    28291    0        0   247   246     1     1     0     8    1
ehcixfer     264       25    0        1     1     0     1     1     0     8    0
uhcixfer     264       74    0        2     1     0     1     1     0     8    0
namei       1024    92331    0        0   254   253     1     2     0     8    1
vnodes       200     1823    0     1823    96     0    96    96     0     8    0
uvmvnodes     72     1823    0     1823    34     0    34    34     0     8    0
rtmask        32        8    0        8     1     0     1     1     0     8    0
nchpl        144     3529    0     3470   129     0   129   129     0     8    0
ffsino       240     1809    0     1784   105     0   105   105     0     8    0
dino1pl      128     1809    0     1784    58     0    58    58     0     8    0
dirhash     1024       30    0       30     4     0     4     4     0     8    0
pfrule      1336       19    0        3     2     1     1     2     0     8    0
pfstate      312      488    0        8     2     1     1     2     0     8    0
pfstkey      104      488    0        8     1     0     1     1     0     8    0
pfstitem      24      488    0        8     1     0     1     1     0     8    0
pfosfpen     112     1420    0      710    21     0    21    21     0     8    0
pfosfp        40      840    0      420     5     0     5     5     0     8    0
tcpcb        560       46    0       11     1     0     1     1     0     8    0
tcpqe         32        3    0        0     3     3     0     1     0     8    0
sackhl        24       12    0        0    12    12     0     1     0     8    0
syncache     248        5    0        0     4     4     0     1     0     8    0
rtentry      184       27    0       27     2     0     2     2     0     8    0
plimitpl     152       39    0       26     2     1     1     2     0     8    0
inpcbpl      288      114    0       19     3     1     2     2     0     8    0
arp           56        3    0        3     1     0     1     1     0     8    0

In use 271404K, total allocated 330760K; utilization 82.1%



|... after processes exited

Memory statistics by bucket size
    Size   In Use   Free           Requests  HighWater  Couldfree
      16      311   2505               8882    1280         12
      32     1033    119               4394     640          0
      64     1522  50958             115282     320       5447
     128    10271 119425             519524     160      74388
     256      113     47               3168      80          0
     512      774 119650             813334      40      55322
    1024      199    133              62516      20      23922
    2048      161    129               1439      10        329
    4096       43     84             110370       5      45648
    8192      204      2                242       5          0
   16384        4      0                  5       5          0
   32768        9      0                 10       5          0
   65536        3      0                511       5          0
  131072        2      0                  2       5          0

Memory usage type by bucket size
    Size  Type(s)
      16  devbuf, pcb, rtable, UFS mount, dirhash, ACPI, exec, VM swap,
          UVM amap, UVM aobj, USB, USB device, USB HC, temp
      32  devbuf, pcb, rtable, ifaddr, sem, dirhash, ACPI, in_multi,
          ether_multi, exec, UVM amap, USB, USB device, temp
      64  devbuf, rtable, ifaddr, sysctl, vnodes, dirhash, ACPI, proc, in_multi,
          VM swap, UVM amap, USB, USB device, NDP, temp
     128  devbuf, pcb, rtable, ifaddr, UFS mount, sem, dirhash, ACPI,
          NFS srvsock, in_multi, pfkey data, UVM amap, USB, USB device, temp
     256  devbuf, rtable, ifaddr, sysctl, ioctlops, vnodes, shm, VM map, ACPI,
          exec, UVM amap, USB, USB device, temp
     512  devbuf, ioctlops, iov, UFS mount, dirhash, ACPI, file desc, ttys,
          newblk, UVM amap, USB device, temp
    1024  devbuf, pcb, ioctlops, mount, shm, ACPI, proc, ttys, exec, UVM amap,
          crypto data, temp
    2048  devbuf, ioctlops, UFS mount, ACPI, VM swap, UVM amap, UVM aobj, temp
    4096  devbuf, ifaddr, ioctlops, proc, ttys, UVM amap, memdesc, temp
    8192  devbuf, ttys, pagedep, UVM amap, USB, temp
   16384  devbuf, NFS daemon, MSDOSFS mount, temp
   32768  devbuf, UFS quota, UFS mount, ISOFS mount, inodedep
   65536  devbuf, temp
  131072  VM swap

Memory statistics by type                           Type  Kern
          Type InUse MemUse HighUse  Limit Requests Limit Limit Size(s)
        devbuf  3078  1260K   1261K 78644K     7860    0     0  
16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536
           pcb    70    16K     17K 78644K      227    0     0  16,32,128,1024
        rtable    84     6K      7K 78644K      141    0     0  16,32,64,128,256
        ifaddr    29     9K      9K 78644K       30    0     0  
32,64,128,256,4096
        sysctl     2     1K      1K 78644K        2    0     0  64,256
      ioctlops     0     0K      4K 78644K     1591    0     0  
256,512,1024,2048,4096
           iov     0     0K      1K 78644K        1    0     0  512
         mount     7     7K      7K 78644K        7    0     0  1024
        vnodes  1172    74K     74K 78644K     1176    0     0  64,256
     UFS quota     1    32K     32K 78644K        1    0     0  32768
     UFS mount    29    64K     64K 78644K       29    0     0  
16,128,512,2048,32768
           shm     2     2K      2K 78644K        2    0     0  256,1024
        VM map     2     1K      1K 78644K        2    0     0  256
           sem     2     1K      1K 78644K        2    0     0  32,128
       dirhash    30     6K      6K 78644K       30    0     0  16,32,64,128,512
          ACPI  9311  1103K   1199K 78644K   249212    0     0  
16,32,64,128,256,512,1024,2048
     file desc     8     4K      4K 78644K        8    0     0  512
          proc    14    10K     10K 78644K       14    0     0  64,1024,4096
   NFS srvsock     1     1K      1K 78644K        1    0     0  128
    NFS daemon     1    16K     16K 78644K        1    0     0  16384
      in_multi    14     1K      1K 78644K       14    0     0  32,64,128
   ether_multi     1     1K      1K 78644K        1    0     0  32
   ISOFS mount     1    32K     32K 78644K        1    0     0  32768
 MSDOSFS mount     1    16K     16K 78644K        1    0     0  16384
          ttys   420  1777K   1777K 78644K      420    0     0  
512,1024,4096,8192
          exec     0     0K      3K 78644K      610    0     0  16,32,256,1024
    pfkey data     1     1K      1K 78644K        2    0     0  128
       pagedep     1     8K      8K 78644K        1    0     0  8192
      inodedep     1    32K     32K 78644K        1    0     0  32768
        newblk     1     1K      1K 78644K        1    0     0  512
       VM swap     7   191K    191K 78644K        7    0     0  
16,64,2048,131072
      UVM amap   229   101K  78645K 78644K  1198990    0     0  
16,32,64,128,256,512,1024,2048,4096,8192
      UVM aobj     2     3K      3K 78644K        2    0     0  16,2048
           USB    43    13K     13K 78644K       44    0     0  
16,32,64,128,256,8192
    USB device    12     2K      2K 78644K       12    0     0  
16,32,64,128,256,512
        USB HC     1     1K      1K 78644K        1    0     0  16
       memdesc     1     4K      4K 78644K        1    0     0  4096
   crypto data     1     1K      1K 78644K        1    0     0  1024
           NDP     4     1K      1K 78644K        4    0     0  64
          temp    66    41K    153K 78644K   179229    0     0  
16,32,64,128,256,512,1024,2048,4096,8192,16384,65536

Memory Totals:  In Use    Free    Requests
                 4825K  78736K     1639680
Memory resource pool statistics
Name        Size Requests Fail    InUse Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
phpool       112     8497    0     2070   177    43   134   147     0     8    0
extentpl      40      336    0      183     2     0     2     2     0     8    0
pmappl       176      419    0       41     4     1     3     3     0     8    0
pvpl          32 36689614    0    10293 17427 14617  2810 11768     0   265 1992
pdppl       4096      419    0       41     9     2     7     7     0     8    0
vmsppl       256      419    0       41     4     0     4     4     0     8    0
vmmpepl      168  4280425    0     5776 70988 41062 29926 47462     0   357 
28699
vmmpekpl     168  1711728    0       28     2     0     2     2     0     8    0
uaddr         24      420    0       42     1     0     1     1     0     8    0
uaddrbest     32        2    0        2     1     0     1     1     0     8    0
uaddrrnd      24      420    0       42     1     0     1     1     0     8    0
aobjpl        64        1    0        1     1     0     1     1     0     8    0
dma16         16        7    0        0     1     1     0     1     0     8    0
dma64         64      265    0        0     1     1     0     1     0     8    0
dma256       256        8    0        0     1     1     0     1     0     8    0
dma512       512       31    0        1     1     0     1     1     0     8    0
amappl        72 376893227   0     3686 28852 15550 13302 18648     0    75 
12239
amapslotpl1   16  1516475    0     2091  5760  3589  2171  3556     0    17 2053
amapslotpl2   32    39646    0     1155    72     7    65    68     0    34    0
amapslotpl3   48     1377    0       19     8     4     4     6     0    50    0
amapslotpl4   64     3386    0      128    28    23     5    19     0    67    0
amapslotpl5   80      741    0       29     5     3     2     4     0    84    0
amapslotpl6   96      172    0        9     2     1     1     1     0   100    0
amapslotpl7  112      644    0       36     2     0     2     2     0   118    0
amapslotpl8  128      368    0       10     4     2     2     4     0   133    0
amapslotpl9  144      282    0        2     9     8     1     4     0   152    0
amapslotpl10 160      464    0       29     2     0     2     2     0   171    0
amapslotpl11 176      216    0       40     4     1     3     3     0   187    0
amapslotpl12 192      132    0        4     1     0     1     1     0   205    0
amapslotpl13 208       90    0        7     1     0     1     1     0   216    0
amapslotpl14 224       83    0        4     1     0     1     1     0   241    0
amapslotpl15 240      214    0       18     4     2     2     2     0   241    0
amapslotpl16 256   202613    0       27  6304  5010  1294  3593     0   256 1286
anonpl        16 19871664    0     6901  8306  4187  4119  5805     0   769 3133
bufpl        256    30327    0     9792  1763  1125   638  1413     0     8    0
mbufpl       256   391413    0      109    14     6     8     9     1   384    0
mtagpl        72        1    0        0     1     1     0     1     0     8    0
mcl2k       2048     3167    0       11     2     0     2     2     1   768    0
mcl9k       9216    96635    0        8     5     3     2     4     1   439    1
sockpl       392      330    0       73    11     2     9    10     0     8    0
procpl       568      437    0       59     7     2     5     6     0     8    0
processpl    672      437    0       59     8     2     6     6     0     8    0
zombiepl     144      378    0        0    46    46     0     1     0     8    0
ucredpl       96      234    0       26     1     0     1     1     0     8    0
pgrppl        40      150    0       28     1     0     1     1     0     8    0
sessionpl     64       38    0       25     1     0     1     1     0     8    0
lockfpl       88       90    0        0    22    21     1     1     0     8    1
filepl       112     4986    0      147     9     4     5     6     0     8    0
fdescpl      440      420    0       42     7     1     6     6     0     8    0
pipepl       120      286    0        6     2     1     1     1     0     8    0
kqueuepl     320       10    0        9     1     0     1     1     0     8    0
knotepl      112    26216    0       65     3     0     3     3     0     8    0
sigapl       432      419    0       41     6     0     6     6     0     8    0
scxspl       192    28380    0        0   272   272     0     1     0     8    0
ehcixfer     264       25    0        1     1     0     1     1     0     8    0
uhcixfer     264       74    0        2     1     0     1     1     0     8    0
namei       1024    92560    0        0   280   279     1     2     0     8    1
vnodes       200     1823    0     1823    96     0    96    96     0     8    0
uvmvnodes     72     1823    0     1823    34     0    34    34     0     8    0
rtmask        32        8    0        8     1     0     1     1     0     8    0
nchpl        144     3533    0     3474   129     0   129   129     0     8    0
ffsino       240     1809    0     1784   105     0   105   105     0     8    0
dino1pl      128     1809    0     1784    58     0    58    58     0     8    0
dirhash     1024       30    0       30     4     0     4     4     0     8    0
pfrule      1336       19    0        3     2     1     1     2     0     8    0
pfstate      312      512    0        4     2     1     1     2     0     8    0
pfstkey      104      512    0        4     1     0     1     1     0     8    0
pfstitem      24      512    0        4     1     0     1     1     0     8    0
pfosfpen     112     1420    0      710    21     0    21    21     0     8    0
pfosfp        40      840    0      420     5     0     5     5     0     8    0
tcpcb        560       48    0        8     1     0     1     1     0     8    0
tcpqe         32        3    0        0     3     3     0     1     0     8    0
sackhl        24       12    0        0    12    12     0     1     0     8    0
syncache     248        5    0        0     4     4     0     1     0     8    0
rtentry      184       27    0       27     2     0     2     2     0     8    0
plimitpl     152       39    0       25     2     1     1     2     0     8    0
inpcbpl      288      116    0       16     3     1     2     2     0     8    0
arp           56        3    0        3     1     0     1     1     0     8    0

In use 6667K, total allocated 221556K; utilization 3.0%

Reply via email to