Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/cloud/cli/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ description: "CLI commands to check your cluster usage status"

Query the CPU and memory usage of your SPUs.

## `fluvio cloud usage`
## `fluvio cloud cluster usage`

Example usage:

```bash
$ fluvio cloud usage
SPU CPU Memory
main-0 1066037n 3168Ki
```bash copy="fl"
$ fluvio cloud cluster usage
Current organization: inf-ops
Using cluster inf-dashboard based on Fluvio Profile

SPU CPU Memory
main-0 0.06% 4560Ki

Note: CPU usage is expressed in nanocores. 1 nanocore is equal to 1 billionth of 1 core.
```