diff --git a/docs/cloud/cli/usage.mdx b/docs/cloud/cli/usage.mdx index 80c25dbe..ee515f0c 100644 --- a/docs/cloud/cli/usage.mdx +++ b/docs/cloud/cli/usage.mdx @@ -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. ```