Please tell me how to view meminfo.

Asked 2 years ago, Updated 2 years ago, 57 views

I want to calculate the memory utilization on the server, so I'm looking at the meminfo value.
What is MemAvailable?
Can I look at it as a total of available (released) memory?

linux centos

2022-09-30 19:26

1 Answers

I think it's good to understand how much memory can be allocated to the program.

Allocatable memory, includes memory used in file caches, etc.
For more information, [RHEL] Illustrate the relationship between free and meminfo in linux memory and explain how to calculate utilization.


2022-09-30 19:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.