> For the complete documentation index, see [llms.txt](https://docs.acecloud.ai/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecloud.ai/knowledge-base/cli/monitoring.md).

# Monitoring

AceCloud provides several commands for monitoring your resource usage, checking quotas, viewing pricing, and getting a dashboard overview of all provisioned resources.

## Command Structure

```
ace quota all                   # View all quotas
ace quota compute               # View compute quotas
ace quota storage               # View storage quotas
ace quota network               # View network quotas

ace pricing                     # View resource pricing
ace pricing --currency USD      # View pricing in specific currency

ace get-all                     # Dashboard of all resources
```

## Quick Start

```bash
# Check what you are using vs. your limits
ace quota all

# Check pricing in your region
ace pricing

# Get a full dashboard of all resources
ace get-all
```

## Topics

* [**Quotas**](/knowledge-base/cli/monitoring/quotas.md) -- View compute, storage, and network resource quotas
* [**Pricing**](/knowledge-base/cli/monitoring/pricing.md) -- View regional pricing for compute and storage
* [**Resource Overview**](/knowledge-base/cli/monitoring/resource-overview.md) -- Dashboard of all provisioned resources
