Filter by Category
Filter by Tags
Installing iostat on Proxmox VE To monitor disk I/O on Proxmox VE, you must install the iostat program. On Proxmox VE, you can install the iostat program with the following commands: Checking for Disk/IO Statistics on Proxmox VE You can check for read/write statistics for all the disks on Proxmox…
Checking the Current Swap Disk Size and Swapfile Location You can check the current swap disk size with the following command: As you can see, currently my computer has 512MB of swap disk space configured. It’s using a file-based swap and the swap file path is /swapfile. Disabling the Current…
For hibernate to work, you must have swap disk configured on your computer. The swap disk size should be 2 times the memory (RAM) size installed on your computer. So, if you have 8GB of memory installed on your computer, your swap disk size should be 16GB. Checking Installed Memory…