Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-12701

cbcollect, use numerical ports for ss / socket statistics command

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Trivial
    • None
    • 3.0, 3.0.1
    • None
    • Security Level: Public

    Description

      Follow up from MB-11671 / http://review.couchbase.org/#/c/39267/

      a better way to call ss is to use -n to prevent DNS lookups and also not try to resolve port numbers to names
      -n, --numeric
      Do not try to resolve service names..

      LinuxTask("Network socket statistics", "ss -a")
      change to
      LinuxTask("Network socket statistics", "ss -an")

      I'll add a pull request.

      Attachments

        Issue Links

          For Gerrit Dashboard: MB-12701
          # Subject Branch Project Status CR V

          Activity

            People

              pvarley Patrick Varley (Inactive)
              ianmccloy Ian McCloy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty