apt镜像
科大源
1 | sudo sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list |
1 | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4052245BD4284CDD |
很重要的一节。
实验目的:让大家认识到 Buffer 是对磁盘数据的缓冲,Cache是对文件数据的缓存。它们既会被用在读中,也会被用在写中。
1 | ykg@perf:~$ ps aux|grep sshd |
1 | docker run --name nginx -p 10000:80 -itd feisky/nginx:sp |
1 | docker run --name nginx -p 10000:80 -itd feisky/nginx |
跟着极客时间上买的《Linux性能优化实战》课程,在Azure上新建一个2c8g的ubuntu 18.04
atop一看这个b2ms型、max iops 2400的机器,avio还是高达几十ms到200+ms,对比最早的一个sgp机器,avio只有1~4ms。而那台hk机器,avio高达上千ms。换到max iops 3200的,avio居然到2000+ms了,还是换回2400的,省点钱。