[Databend] 使用 hyperfine 通过 MySQL 客户端执行基准测试 2022-07-24 databend 461 words 1 min read Databend 是一款开源、弹性、低成本,基于对象存储也可以做实时分析的新式数仓。 部署Databend 参照 Docs - Deploy Databend 完成部署。 安装 hyperfine 根据 hyperfine - installation 的提示安装 hy Read more...
[YCSB] 使用YCSB对数据库性能测试 2022-07-23 mysql 1249 words 3 mins read Yahoo! Cloud Serving Benchmark (YCSB) 是一个Java语言实现的主要用于云端或者服务器端的数据库性能测试工具。 下载YCSB 下载最新版本的YCSB 1 2 3 curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.17.0/ycsb-0.17.0.tar.gz tar xfvz ycsb-0.17.0.tar.gz cd ycsb-0.17.0 查 Read more...
[Linux] NTP时间服务器 2022-07-16 linux 1107 words 3 mins read NTP(Network Time Protocol) 网络时间协议,工作在UDP的123端口上 是用来使计算机时间同步化的一种协议,它可以使计算机对其服务器或时钟源(如石英钟,GPS等等)做 Read more...
[MobaXterm] Windows 上的终端工具 2022-07-15 MobaXterm 203 words 1 min read MobaXterm是一款Windows上的全能型终端软件 优点 功能十分强大,支持SSH,FTP,串口,VNC,X server等功能 支持标签,切 Read more...
[MySQLSlap] mysqlslap 对 MySQL 进行压力测试 2022-07-15 mysql 771 words 2 mins read mysqlslap是mysql自带的基准测试工具,可以模拟多个客户端同时向服务器发起请求 mysqlslap 常用参数 1 2 3 4 5 6 7 8 9 10 11 12 --concurrency 并发数量,多个可 Read more...