open-nomad/website/pages/docs/commands/quota/status.mdx
Jeff Escalante 6c8f079d24
new website
2020-02-06 18:45:31 -05:00

42 lines
815 B
Plaintext

---
layout: docs
page_title: 'Commands: quota status'
sidebar_title: status
description: >
The quota status command is used to view the status of a particular quota
specification.
---
# Command: quota status
The `quota status` command is used to view the status of a particular quota
specification.
~> Quota commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
## Usage
```plaintext
nomad quota status [options] <quota_name>
```
## General Options
@include 'general_options.mdx'
## Examples
View the status of a quota specification:
```shell
$ nomad quota status default-quota
Name = default-quota
Description = Limit the shared default namespace
Limits = 1
Quota Limits
Region CPU Usage Memory Usage Network Usage
global 500 / 2500 256 / 2000 30 / 50
```