We are using the Linux template to monitor Memory on a Linux box. Zabbix provides the following:
This list above is missing one of the most important Linux VM metrics, which is:
Without showing the Inactive Memory stat, the stats are not very useful, since most Free memory moves to Inactive memory and Linux reclaims Inactive memory when it needs to. So, the basic Linux template needs to also monitor Inactive memory.
- Buffers memory
- Cached memory
- Free memory
- Shared memory
- Total memory
This list above is missing one of the most important Linux VM metrics, which is:
- Inactive memory
Without showing the Inactive Memory stat, the stats are not very useful, since most Free memory moves to Inactive memory and Linux reclaims Inactive memory when it needs to. So, the basic Linux template needs to also monitor Inactive memory.
Comment