治肾虚不含糖,专注内核性能优化二十年。 https://github.com/KnightKu
发布时间:2018-08-21 18:15:04
最近一段时间火焰图(flamegraph,https://github.com/brendangregg/FlameGraph)越来越火,特别是在性能分析,基本成了标配的工具,最近在定位lustre的性能问题,以前一直用自己改的基于ftrace的perf-tool(https://github.com/KnightKu/perf-tools),但是老板说要用Flamegraph展示,悲催的是Flamegraph暂时不支持ftrace。有.........【阅读全文】
发布时间:2017-09-25 18:52:43
ZZ: http://blog.csdn.net/wanthelping/article/details/504490095. Allocation 与BucketBcache将cache disk的空间线性划分为若干个bucket, 每个bucket对应的磁盘地址按bucket号线性增加,每个bucket的大小一致。bch_bucket_alloc a. 先查看当前是否.........【阅读全文】