Print this page
11547 Want connstat(1M) command to display per-connection TCP statistics
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Portions contributed by: Ahmed G <ahmedg@delphix.com>
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile
          +++ new/usr/src/cmd/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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      -# Copyright (c) 2018, Joyent, Inc.
  25      -# Copyright (c) 2012 by Delphix. All rights reserved.
       24 +# Copyright (c) 2019, Joyent, Inc.
       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 2018 Nexenta Systems, Inc.
  30   30  # Copyright 2018 Gary Mills
  31   31  # Copyright 2019 Peter Tribble
  32   32  #
  33   33  
  34   34  include ../Makefile.master
  35   35  
↓ open down ↓ 55 lines elided ↑ open up ↑
  91   91          chgrp           \
  92   92          chmod           \
  93   93          chown           \
  94   94          chroot          \
  95   95          clear           \
  96   96          clinfo          \
  97   97          cmd-crypto      \
  98   98          cmd-inet        \
  99   99          col             \
 100  100          compress        \
      101 +        connstat        \
 101  102          consadm         \
 102  103          coreadm         \
 103  104          cpio            \
 104  105          cpc             \
 105  106          cron            \
 106  107          crypt           \
 107  108          csh             \
 108  109          csplit          \
 109  110          ctfconvert      \
 110  111          ctfdiff         \
↓ open down ↓ 428 lines elided ↑ open up ↑
 539  540          cfgadm          \
 540  541          checkeq         \
 541  542          checknr         \
 542  543          chgrp           \
 543  544          chmod           \
 544  545          chown           \
 545  546          cmd-crypto      \
 546  547          cmd-inet        \
 547  548          col             \
 548  549          compress        \
      550 +        connstat        \
 549  551          consadm         \
 550  552          coreadm         \
 551  553          cpio            \
 552  554          cpc             \
 553  555          cron            \
 554  556          csh             \
 555  557          csplit          \
 556  558          ctrun           \
 557  559          ctstat          \
 558  560          ctwatch         \
↓ open down ↓ 286 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX