Print this page
DLPX-37540 TCP per-connection kernel statistics DLPX-37544 connstat command to display per-connection TCP statistics

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile
          +++ new/usr/src/cmd/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2017, Joyent, Inc.
  25      -# Copyright (c) 2012 by Delphix. All rights reserved.
       25 +# Copyright (c) 2012, 2015 by Delphix. All rights reserved.
  26   26  # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
  27   27  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright 2016 Toomas Soome <tsoome@me.com>
  29   29  # Copyright 2016 Nexenta Systems, Inc.
  30   30  #
  31   31  
  32   32  include ../Makefile.master
  33   33  
  34   34  #
  35   35  #       Note that if the 'lp' command were built, it would be first in
↓ open down ↓ 54 lines elided ↑ open up ↑
  90   90          chmod           \
  91   91          chown           \
  92   92          chroot          \
  93   93          clear           \
  94   94          clinfo          \
  95   95          cmd-crypto      \
  96   96          cmd-inet        \
  97   97          col             \
  98   98          column          \
  99   99          compress        \
      100 +        connstat        \
 100  101          consadm         \
 101  102          coreadm         \
 102  103          cpio            \
 103  104          cpc             \
 104  105          cron            \
 105  106          crypt           \
 106  107          csh             \
 107  108          csplit          \
 108  109          ctfconvert      \
 109  110          ctfdiff         \
↓ open down ↓ 428 lines elided ↑ open up ↑
 538  539          cfgadm          \
 539  540          checkeq         \
 540  541          checknr         \
 541  542          chgrp           \
 542  543          chmod           \
 543  544          chown           \
 544  545          cmd-crypto      \
 545  546          cmd-inet        \
 546  547          col             \
 547  548          compress        \
      549 +        connstat        \
 548  550          consadm         \
 549  551          coreadm         \
 550  552          cpio            \
 551  553          cpc             \
 552  554          cron            \
 553  555          csh             \
 554  556          csplit          \
 555  557          ctrun           \
 556  558          ctstat          \
 557  559          ctwatch         \
↓ open down ↓ 284 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX