with one click
vmstat
Report virtual memory and system statistics
Menu
Report virtual memory and system statistics
| name | vmstat |
| description | Report virtual memory and system statistics |
Report virtual memory, processes, CPU, I/O, and system statistics.
# One-shot system statistics
vmstat
# Continuous monitoring (every 2 seconds, 5 times)
vmstat 2 5
# Show active/inactive memory
vmstat -a
# Disk statistics
vmstat -d
# Disk summary
vmstat -D
# Partition read/write stats
vmstat -p sda1
# Slab allocator statistics
vmstat -s
# Show version
vmstat --version
| Flag | Description |
|---|---|
-a | Show active/inactive memory |
-d | Disk statistics (read/write per disk) |
-D | Disk summary statistics |
-p | Partition-specific statistics |
-s | Slab allocator statistics |
-t | Timestamp on each line |
-S | Unit (k/K/m/M) |
-w | Wide output |
| Field | Description |
|---|---|
| r | Processes waiting for CPU |
| b | Processes in uninterruptible sleep |
| swpd | Used swap memory |
| free | Free memory |
| buff | Buffer cache |
| cache | Page cache |
| si/so | Swap in/out |
| bi/bo | Block in/out |
| us/sy/id/wa | CPU time percentages |
delay and count for real-time monitoringwa (wait) indicates I/O bottlenecksi/so indicates swapping pressure (needs more RAM)Use this skill when the user needs to discover, browse, or learn about OpenClaw agent capabilities. Provides access to 4,957 curated skills across 30 categories via a remote GitHub repository.
Use this skill when the user needs to view login history, track user sessions, or review system reboots and shutdowns.
Use this skill when the user needs to search manual page names and descriptions for keywords.
Safely edit the sudoers file with syntax validation
Interact with EasyRedmine (Simpliciti) via the Redmine API — read issues, post comments, edit descriptions, change status, assign users, search project members, self-update, and smart-search across all open issues.
Use this skill when the user wants to upload data to Charm Cloud, download from Charm Cloud, encrypt/decrypt data, or identify terminal capabilities.