mysql sql优化
摘要:-- sql执行频率 (Com_select 频率最高) SHOW GLOBAL STATUS LIKE 'Com_______' -- 慢查询日志-- OFF 关闭 ON打开-- etc/mysql.conf-- slow_query_log=1-- long_query_time=2SHOW V
阅读全文
posted @
2023-09-05 11:16
biind
阅读(2)
推荐(0) 编辑
linux http压力测试工具ab
摘要:yum -y install httpd-tools ab -n 1000 -c 100 -p ~/postfile -T application/x-www-form-urlencoded http://192.168.0.102:8080/test/test ab -n 1000 -c 100
阅读全文
posted @
2023-09-03 08:50
biind
阅读(109)
推荐(0) 编辑
linux 防火墙相关命令
摘要:主机名vim /etc/hostnamenode1.itcast.cnnode2.itcast.cn Hosts映射vim /etc/hosts192.168.0.140 node1 node1.itcast.cn192.168.0.141 node2 node2.itcast.cn 192.168
阅读全文
posted @
2023-09-03 08:21
biind
阅读(11)
推荐(0) 编辑