10 2022 档案

摘要:1 https://www.linux-kvm.org/page/Perf_events 2 https://man7.org/linux/man-pages/man1/perf-kvm.1.html 阅读全文
posted @ 2022-10-27 10:08 maojun1998 阅读(37) 评论(0) 推荐(0) 编辑
摘要:1 $3 = {name = 0x7ffff76fb5dd "remote", connectURIProbe = 0x0, connectOpen = 0x7ffff7631f00 <remoteConnectOpen>, connectClose = 0x7ffff762e7c0 <remote 阅读全文
posted @ 2022-10-11 13:56 maojun1998 阅读(50) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 # 3 # ./changeport.sh 4443 4 # 5 PORT=$1 6 if [ "$PORT" == "" ]; then 7 echo "port empty" 8 exit 0 9 fi 10 if [ "$(netstat -anp | grep 阅读全文
posted @ 2022-10-11 13:50 maojun1998 阅读(20) 评论(0) 推荐(0) 编辑