随笔 - 240  文章 - 0  评论 - 8  阅读 - 13万
09 2023 档案
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) 推荐(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) 推荐(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) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示