open-nomad/website/pages/docs/commands/namespace/status.mdx

42 lines
796 B
Plaintext
Raw Normal View History

2017-10-13 23:26:39 +00:00
---
2020-02-06 23:45:31 +00:00
layout: docs
page_title: 'Commands: namespace status'
sidebar_title: status
2017-10-13 23:26:39 +00:00
description: >
The namespace status command is used to view the status of a particular
namespace.
---
# Command: namespace status
The `namespace status` command is used to view the status of a particular
namespace.
2018-03-22 20:39:18 +00:00
~> Namespace commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
2017-10-13 23:26:39 +00:00
## Usage
```plaintext
2017-10-13 23:26:39 +00:00
nomad namespace status [options] <namespace_name>
```
## General Options
2020-02-06 23:45:31 +00:00
@include 'general_options.mdx'
2017-10-13 23:26:39 +00:00
## Examples
View the status of a namespace:
2020-05-18 20:53:06 +00:00
```shell-session
$ nomad namespace status default
2017-10-13 23:26:39 +00:00
Name = default
Description = Default shared namespace
Quota = shared-default-quota
Quota Limits
Region CPU Usage Memory Usage
global 500 / 2500 256 / 2000
```