github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  ## Usage
    16  
    17  ```
    18  nomad namespace status [options] <namespace_name>
    19  ```
    20  
    21  ## General Options
    22  
    23  <%= partial "docs/commands/_general_options" %>
    24  
    25  ## Examples
    26  
    27  View the status of a namespace:
    28  
    29  ```
    30  $ nomad namespace status default
    31  Name        = default
    32  Description = Default shared namespace
    33  Quota       = shared-default-quota
    34  
    35  Quota Limits
    36  Region  CPU Usage   Memory Usage
    37  global  500 / 2500  256 / 2000
    38  ```