摘要:
1、下载iperf https://iperf.fr/iperf-download.php#fedora 2、centos安装 rpm -i iperf3-3.1.3-1.fc24.x86_64.rpm 3、性能测试 3.1 server监听: iperf -s 3.2 client发送数据: ip 阅读全文
摘要:
OLTP(on-line transaction processing)联机事务处理, OLAP(On-Line Analytical Processing)联机分析处理 场景: OLTP主要是对数据的增删改。业务系统如ERP,CRM,OA等系统都属于OLTP。 OLAP是对数据的查询。如运营或老板 阅读全文