# stat Show resource usage for the current workspace. ## Usage ```console coder stat [flags] ``` ## Subcommands | Name | Purpose | |-------------------------------------|----------------------------------| | [cpu](./stat_cpu.md) | Show CPU usage, in cores. | | [mem](./stat_mem.md) | Show memory usage, in gigabytes. | | [disk](./stat_disk.md) | Show disk usage, in gigabytes. | ## Options ### -c, --column | | | |---------|----------------------------------------------------------------------------------| | Type | [host cpu\|host memory\|home disk\|container cpu\|container memory] | | Default | host cpu,host memory,home disk,container cpu,container memory | Columns to display in table output. ### -o, --output | | | |---------|--------------------------| | Type | table\|json | | Default | table | Output format.