Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

getconf显示的大小数据单位为byte
所有CACHE相关的参数

getconf -a | grep CACHE

cache line大小

getconf -a | grep CACHE_LINESIZE

Intel的一般是64字节:

LEVEL1_ICACHE_LINESIZE             64
LEVEL1_DCACHE_LINESIZE             64
LEVEL2_CACHE_LINESIZE              64
LEVEL3_CACHE_LINESIZE              64
LEVEL4_CACHE_LINESIZE              0

评论