Just some useful commands for Proxmox Virtual Environment.
Watch system processes:
bash
|
|
Show disk usage:
bash
|
|
Show root filesystem:
bash
|
|
Check RAM:
bash
|
|
Enable memory overcommit vor Virtual Machines:
bash
|
|
Check Swap:
bash
|
|
Change swappiness:
bash
|
|
Check swappiness:
bash
|
|
Flushes swap usage and clears old RAM pages (without reboot)
bash
|
|
Shows all active swaps:
bash
|
|
Start swap with priority:
bash
|
|
Check for zram and load it with modprobe if not showing up:
bash
|
|
Shows zram compression:
bash
|
|
Restart zram:
bash
|
|
Container config:
bash
|
|
Check for oom issues: e.g. killing a process because of low RAM
bash
|
|
Set correct access privilges for the storage (so containers can access it)
bash
|
|