github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/namespace/status.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: namespace status'
     4  sidebar_title: status
     5  description: >
     6    The namespace status command is used to view the status of a particular
     7    namespace.
     8  ---
     9  
    10  # Command: namespace status
    11  
    12  The `namespace status` command is used to view the status of a particular
    13  namespace.
    14  
    15  ~> Namespace commands are new in Nomad 0.7 and are only available with Nomad
    16  Enterprise.
    17  
    18  ## Usage
    19  
    20  ```plaintext
    21  nomad namespace status [options] <namespace_name>
    22  ```
    23  
    24  ## General Options
    25  
    26  @include 'general_options.mdx'
    27  
    28  ## Examples
    29  
    30  View the status of a namespace:
    31  
    32  ```shell-sessionnomad namespace status default
    33  Name        = default
    34  Description = Default shared namespace
    35  Quota       = shared-default-quota
    36  
    37  Quota Limits
    38  Region  CPU Usage   Memory Usage
    39  global  500 / 2500  256 / 2000
    40  ```