vmstat
vmstat reports information about processes, memory, paging, block IO, traps, and cpu activity.[1]
Documentation
- man 8 'vmstat' [EN]
Further Information
- System insights with command-line tools: free and vmstat (23.06.2025) [EN] @ Fedora Magazine
Syntax
vmstat [PARAMETER ...] [INTERVAL [COUNT]]
Parameters
- -S UNIT, --unit UNIT
- Switches outputs between 1000 (k), 1024 (K), 1000000 (m), or 1048576 (M) bytes.
- NOTE:This does not change the swap (si/so) or block (bi/bo) fields.
References
- ↑ man 8 'vmstat'