atop + what is the PAG in the atop

yae*_*ael 7 linux rhel atop

when I run the atop -r /var/log/atop/...

I see from the atop screen this

 PAG | scan  641376 |  steal 635209 | stall
Run Code Online (Sandbox Code Playgroud)

the PAG is colored with red

can someone explain what PAG explain from the atop , and what this problem means ?

zep*_*lin 8

顶上的人

PAG 寻呼频率。由于空闲内存低于特定阈值这一事实,该行包含扫描页面的数量(“扫描”)以及内核因紧急需要(“停顿”)而尝试回收页面的次数。

还显示了系统从交换空间 ('swin') 读取的内存页数 > 以及系统写入交换空间 ('swout') > 的内存页数。

基本上,它(通常)表示您的系统内存不足,这不是一件好事,因此它是红色的。