Linux HugePages /proc/meminfo輸出行的含義
[root@dbser1 sysconfig]# grep Huge /proc/meminfo
HugePages_Total: 10250
HugePages_Free: 32
HugePages_Rsvd: 23
HugePages_Surp: 0
Hugepagesize: 2048 kB
The output of "cat /proc/meminfo" will include lines like:
.....
HugePages_Total: vvv
HugePages_Free: www
HugePages_Rsvd: xxx
HugePages_Surp: yyy
Hugepagesize: zzz kB
where:
HugePages_Total is the size of the pool of huge pages.
HugePages_Free is the number of huge pages in the pool that are not yet
allocated.
HugePages_Rsvd is short for "reserved," and is the number of huge pages for
which a commitment to allocate from the pool has been made,
but no allocation has yet been made. Reserved huge pages
guarantee that an application will be able to allocate a
huge page from the pool of huge pages at fault time.
HugePages_Surp is short for "surplus," and is the number of huge pages in
the pool above the value in /proc/sys/vm/nr_hugepages. The
maximum number of surplus huge pages is controlled by
/proc/sys/vm/nr_overcommit_hugepages.
更多詳細資訊請參考文件:http://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-752655/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux下/proc/meminfo解讀Linux
- /proc/loadavg 各項資料的含義
- HugePages on LinuxLinux
- Linux HugepagesLinux
- Linux Hugepages的使用(引用)Linux
- linux $# $0 $1 $2 $@ $* $$ $?的含義Linux
- Linux Hugepages[轉]Linux
- Linux版本號含義Linux
- Linux的load average的含義Linux
- Linux shell中2>&1的含義Linux
- Linux各種變數的含義Linux變數
- Linux shell下的顏色含義Linux
- linux記憶體的真正含義Linux記憶體
- Linux 下配置 HugePagesLinux
- linux top命令欄位含義Linux
- linux配置大頁HugePagesLinux
- 黑客的含義黑客
- ITL的含義
- Promise的含義Promise
- Linux中的特殊符號含義及作用!Linux符號
- Linux中變數$#,$@,$0,$1,$2,$*,$$,$?的含義Linux變數
- Linux核心模組程式設計-將/proc作為輸入(轉)Linux程式設計
- PyTorch基礎——輸入batch第0維含義PyTorchBAT
- Oracle Linux 7禁用Transparent HugePagesOracleLinux
- linux top命令VIRT,RES,SHR,DA他的含義Linux
- Linux上shmmax引數的設定及含義LinuxHMM
- [STAThread]的含義thread
- restrict session的含義RESTSession
- 閉包的含義
- linux proc/loadavgLinux
- Linux /proc、/dev PrincipleLinuxdev
- linux上Oracle的sga(HugePages)分配問題LinuxOracle
- Linux之相關英文縮寫含義Linux
- linux常用指令含義及使用方法Linux
- Linux Shell 1>/dev/null 2>&1 含義LinuxdevNull
- Linux學習——3 常用目錄含義Linux
- bootstrap含義boot
- Linux 下檔案和目錄的顏色含義Linux