- Code: Select all
# getconf -a | grep CACHE_SIZE
LEVEL1_ICACHE_SIZE 0
LEVEL1_DCACHE_SIZE 0
LEVEL2_CACHE_SIZE 0
LEVEL3_CACHE_SIZE 0
LEVEL4_CACHE_SIZE 0
Also /sys/devices/system/cpu/cpu0/cache/ doesn't exist. Any other way to query the cache, just to convince myself it exists and is enabled?