摘要:
【环境】 1)机器:ubuntu2004-glibc 2)libc位置 ll /lib/x86_64-linux-gnu/libc.so.6 lrwxrwxrwx 1 root root 12 Apr 7 2022 /lib/x86_64-linux-gnu/libc.so.6 -> libc-2. 阅读全文
摘要:
tpcc.xmind 阅读全文
摘要:
【问题描述】 平均调用要3us 【内部耗时】 主要是futex_wait系统调用 【ftrace】 参考https://blog.csdn.net/weixin_44410537/article/details/103587609 sudo trace-cmd record -p function_ 阅读全文
摘要:
【问题描述】 10个生产者malloc(50KB),1个消费者(模拟业务,1ms后free) 调用malloc接口大概13us,分析耗时 【调用栈】 【编译调试】 root@jch:~/glibc_test/glibc-2.31/build# make install -sj;gcc -g -L / 阅读全文
摘要:
【pg安装】 https://www.cnblogs.com/TangKnife/p/16053486.html 【tpcc客户端程序】 https://blog.csdn.net/twi_twi/article/details/128270884 【pg-waldump】 https://www. 阅读全文
摘要:
【参考】 https://www.jianshu.com/p/769611dd86b7 【备注】 TPC 是一系列事务处理和数据库基准测试的规范 TPC-C(Transaction Processing Performance Council)是针对 OLTP 的基准测试模型 tpmC 值(Tran 阅读全文