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>


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  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.
  26 # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
  27 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28 # Copyright 2016 Toomas Soome <tsoome@me.com>
  29 # Copyright 2018 Nexenta Systems, Inc.
  30 # Copyright 2018 Gary Mills
  31 # Copyright 2019 Peter Tribble
  32 #
  33 
  34 include ../Makefile.master
  35 
  36 #
  37 #       Note that the commands 'lp', and 'perl' are first in
  38 #       the list, violating alphabetical order.  This is because they are very
  39 #       long-running and should be given the most wall-clock time for a
  40 #       parallel build.
  41 #
  42 #       Commands in the FIRST_SUBDIRS list are built before starting the build
  43 #       of other commands.  Currently this includes only 'isaexec' and
  44 #       'platexec'.  This is necessary because $(ROOT)/usr/lib/isaexec or
  45 #       $(ROOT)/usr/lib/platexec must exist when some other commands are built


  81         bnu             \
  82         boot            \
  83         busstat         \
  84         cal             \
  85         captoinfo       \
  86         cat             \
  87         cdrw            \
  88         cfgadm          \
  89         checkeq         \
  90         checknr         \
  91         chgrp           \
  92         chmod           \
  93         chown           \
  94         chroot          \
  95         clear           \
  96         clinfo          \
  97         cmd-crypto      \
  98         cmd-inet        \
  99         col             \
 100         compress        \

 101         consadm         \
 102         coreadm         \
 103         cpio            \
 104         cpc             \
 105         cron            \
 106         crypt           \
 107         csh             \
 108         csplit          \
 109         ctfconvert      \
 110         ctfdiff         \
 111         ctfdump         \
 112         ctfmerge        \
 113         ctrun           \
 114         ctstat          \
 115         ctwatch         \
 116         datadm          \
 117         date            \
 118         dc              \
 119         dd              \
 120         deroff          \


 529         backup          \
 530         banner          \
 531         bart            \
 532         basename        \
 533         beadm           \
 534         bnu             \
 535         busstat         \
 536         cal             \
 537         cat             \
 538         cdrw            \
 539         cfgadm          \
 540         checkeq         \
 541         checknr         \
 542         chgrp           \
 543         chmod           \
 544         chown           \
 545         cmd-crypto      \
 546         cmd-inet        \
 547         col             \
 548         compress        \

 549         consadm         \
 550         coreadm         \
 551         cpio            \
 552         cpc             \
 553         cron            \
 554         csh             \
 555         csplit          \
 556         ctrun           \
 557         ctstat          \
 558         ctwatch         \
 559         datadm          \
 560         date            \
 561         dc              \
 562         dcs             \
 563         dd              \
 564         deroff          \
 565         devfsadm        \
 566         dfs.cmds        \
 567         diff            \
 568         diffmk          \




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2019, Joyent, Inc.
  25 # Copyright (c) 2012, 2015 by Delphix. All rights reserved.
  26 # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
  27 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28 # Copyright 2016 Toomas Soome <tsoome@me.com>
  29 # Copyright 2018 Nexenta Systems, Inc.
  30 # Copyright 2018 Gary Mills
  31 # Copyright 2019 Peter Tribble
  32 #
  33 
  34 include ../Makefile.master
  35 
  36 #
  37 #       Note that the commands 'lp', and 'perl' are first in
  38 #       the list, violating alphabetical order.  This is because they are very
  39 #       long-running and should be given the most wall-clock time for a
  40 #       parallel build.
  41 #
  42 #       Commands in the FIRST_SUBDIRS list are built before starting the build
  43 #       of other commands.  Currently this includes only 'isaexec' and
  44 #       'platexec'.  This is necessary because $(ROOT)/usr/lib/isaexec or
  45 #       $(ROOT)/usr/lib/platexec must exist when some other commands are built


  81         bnu             \
  82         boot            \
  83         busstat         \
  84         cal             \
  85         captoinfo       \
  86         cat             \
  87         cdrw            \
  88         cfgadm          \
  89         checkeq         \
  90         checknr         \
  91         chgrp           \
  92         chmod           \
  93         chown           \
  94         chroot          \
  95         clear           \
  96         clinfo          \
  97         cmd-crypto      \
  98         cmd-inet        \
  99         col             \
 100         compress        \
 101         connstat        \
 102         consadm         \
 103         coreadm         \
 104         cpio            \
 105         cpc             \
 106         cron            \
 107         crypt           \
 108         csh             \
 109         csplit          \
 110         ctfconvert      \
 111         ctfdiff         \
 112         ctfdump         \
 113         ctfmerge        \
 114         ctrun           \
 115         ctstat          \
 116         ctwatch         \
 117         datadm          \
 118         date            \
 119         dc              \
 120         dd              \
 121         deroff          \


 530         backup          \
 531         banner          \
 532         bart            \
 533         basename        \
 534         beadm           \
 535         bnu             \
 536         busstat         \
 537         cal             \
 538         cat             \
 539         cdrw            \
 540         cfgadm          \
 541         checkeq         \
 542         checknr         \
 543         chgrp           \
 544         chmod           \
 545         chown           \
 546         cmd-crypto      \
 547         cmd-inet        \
 548         col             \
 549         compress        \
 550         connstat        \
 551         consadm         \
 552         coreadm         \
 553         cpio            \
 554         cpc             \
 555         cron            \
 556         csh             \
 557         csplit          \
 558         ctrun           \
 559         ctstat          \
 560         ctwatch         \
 561         datadm          \
 562         date            \
 563         dc              \
 564         dcs             \
 565         dd              \
 566         deroff          \
 567         devfsadm        \
 568         dfs.cmds        \
 569         diff            \
 570         diffmk          \