查看cache信息¶
https://blog.csdn.net/ai297313/article/details/44726187
cache信息在/sys/devices/system/cpu/cpu1/cache.
有4个文件夹,分别L1数据cache,L1指令cache,L2cache,L3cache
cat level可以查看是几级cache,type则说明cache的类型,coherency_line_sizecache行的大小。
https://blog.csdn.net/ai297313/article/details/44726187
cache信息在/sys/devices/system/cpu/cpu1/cache.
有4个文件夹,分别L1数据cache,L1指令cache,L2cache,L3cache
cat level可以查看是几级cache,type则说明cache的类型,coherency_line_sizecache行的大小。