02 2022 档案
摘要:[root@VM-12-14-centos ~]# cat 3.txt This is Test file !!!! # 第二行后追加 Do you know?anything is possible [root@VM-12-14-centos ~]# sed '2a Do you know?any
阅读全文
摘要:1.网络性能指标: 带宽:表示链路的最大传输速度,单位通常为b/s 即 比特/秒。 吞吐量:表示单位时间内成功传输的数据量,单位通常为b/s or B/s。 网络使用率:吞吐量/带宽 延时:表示从网络请求发出到远端响应,所需要的时间延迟。需要具体看,例如TCP的握手延时,例如一个数据包往返所需要的时
阅读全文
摘要:1.绑定固定IP+端口,http协议请求测试及响应。 kevin@192 GitHubOfkevinsu % curl -I "http://static.kevinsu.club/" -x 124.222.20.242:80 HTTP/1.1 200 OK Server: nginx Date:
阅读全文