github.com/smintz/nomad@v0.8.3/website/source/docs/commands/namespace/status.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: namespace status"
     4  sidebar_current: "docs-commands-namespace-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  ```
    21  nomad namespace status [options] <namespace_name>
    22  ```
    23  
    24  ## General Options
    25  
    26  <%= partial "docs/commands/_general_options" %>
    27  
    28  ## Examples
    29  
    30  View the status of a namespace:
    31  
    32  ```
    33  $ nomad namespace status default
    34  Name        = default
    35  Description = Default shared namespace
    36  Quota       = shared-default-quota
    37  
    38  Quota Limits
    39  Region  CPU Usage   Memory Usage
    40  global  500 / 2500  256 / 2000
    41  ```