github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/website/source/docs/commands/quota/status.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: quota status" 4 sidebar_current: "docs-commands-quota-status" 5 description: > 6 The quota status command is used to view the status of a particular quota 7 specification. 8 --- 9 10 # Command: quota status 11 12 The `quota status` command is used to view the status of a particular quota 13 specification. 14 15 ## Usage 16 17 ``` 18 nomad quota status [options] <quota_name> 19 ``` 20 21 ## General Options 22 23 <%= partial "docs/commands/_general_options" %> 24 25 ## Examples 26 27 View the status of a quota specification: 28 29 ``` 30 $ nomad quota status default-quota 31 Name = default-quota 32 Description = Limit the shared default namespace 33 Limits = 1 34 35 Quota Limits 36 Region CPU Usage Memory Usage 37 global 500 / 2500 256 / 2000 38 ```