Cache effects
Obtaining cache information:
Linux
grep . /sys/devices/system/cpu/cpu0/cache/index*/*
getconf -a | grep CACHE
lscup --caches
-
lstopo
Attention:lscpu | grep cache
may actually display the cache of all processors together and not only of a single processor.