-
Notifications
You must be signed in to change notification settings - Fork 689
Home
Mr Chen edited this page Aug 16, 2022
·
33 revisions
欢迎使用mdserver-web软件,请查看说明,如果你有更好的想法,请提issue。
sudo sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
apt update -y
apt install curl -y
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/swap/index.py status 1.0
cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/varnish/index.py run_info
cd /www/server/mdserver-web/plugins/php && /bin/bash install.sh install 74
cd /www/server/mdserver-web/plugins/php && sh -x /www/server/mdserver-web/plugins/php/versions/56/install.sh install
cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/php/index.py install_lib 53 {"name":"intl","version":"53","type":"1"}
负载状态图表中百分比的含意:
50% 以下 - 此时服务器正以低负载状态运行
50 ~ 90% - 服务器负载正常,用户的请求可以及时得到服务器响应
90% ~ 100% - 表示服务器资源已耗尽,无法及时响应用户请求,需尽快排查项目是否运行异常,或增加服务器配置。
影响服务器负载的因素:
1、CPU使用率
2、线程数量
3、IO使用率
4、swap使用率
5、因宿主机负载过高导致资源分配不足