摘要:
perf stat -r 5 -e cache-misses,cache-references,instructions,cycles,L1-dcache-stores,L1-dcache-store-misses -a perf record -e cache-misses 其实一般使用perf 阅读全文
摘要:
在使用ss 查socke 状态时,突然发现unix socket中存在unix|unix_dgram|unix_stream|unix_seqpacket 这三种类型,于是看了相关资料。 看了一下stackoverflow 相关知识! The main difference is that one 阅读全文