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

cbcollect_info drops Cpus(s) info from top output

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.1.0
    • 1.8.1, 2.0
    • tools
    • Security Level: Public
    • None
    • top -b -n1 | egrep 'moxi|memcached|vbucketmigrator|CPU|load|Mem:|Swap:|Cpu(s)'

    Description

      The cbcollect_info tool has a command like this:

      top -b -n1 | egrep 'moxi|memcached|vbucketmigrator|CPU|load|Mem:|Swap:|Cpu(s)'

      The egrep misses the Cpu(s) line because the parens aren't properly escaped. It should be:

      top -b -n1 | egrep 'moxi|memcached|vbucketmigrator|CPU|load|Mem:|Swap:|Cpu(s)'

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Chisheng Chisheng Hong (Inactive)
            TimSmith Tim Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty