摘要:Calculating IO's Per Second每个I/O请求到磁盘都需要若干时间.主要是因为磁盘的盘边必须旋转,机头必须寻道.磁盘的旋转常常被称为"rotational delay"(RD),机头的移动称为"disk seek"(DS).一个I/O请求所需的时间计算就是DS加上RD.磁盘的R...
阅读全文
涛子 - 简单就是美成单纯魁增,永继振国兴,克复宗清政,广开家必升 |
|
10 2014 档案
摘要:Calculating IO's Per Second每个I/O请求到磁盘都需要若干时间.主要是因为磁盘的盘边必须旋转,机头必须寻道.磁盘的旋转常常被称为"rotational delay"(RD),机头的移动称为"disk seek"(DS).一个I/O请求所需的时间计算就是DS加上RD.磁盘的R...
阅读全文
摘要:*generate_url.py*```python#!/usr/bin/env pythonimport randomimport os, syschannels = [ \ "BTV2", "BTV3", "BTV4", "BTV5", "BTV6", "BTV7", "BTV8", "B...
阅读全文
摘要:参考 [Best Monitoring Solution - OMD (Nagios + Check_MK)](http://blog.unicsolution.com/2013/11/best-monitoring-solution-omd-nagios.html)官网[mathias-kettn...
阅读全文
摘要:Basic DoS Protection https://github.com/MPOS/php-mpos/wiki/Basic-DoS-Protection```bash# Rule 1: Limit New Connections To Something Sane.iptables -A IN...
阅读全文
摘要:*How to block an IP using iptables?*```bashiptables -A INPUT -s xx.xx.xx.xx -j DROP```*How to block an IP for a specific port:*```bashiptables -A INPU...
阅读全文
摘要:[redhat official documentation 英文](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/index.html)[redhat official documentation ...
阅读全文
摘要:使用环境 服务器处于内网,需要更新 网络资源紧张,节约带宽 建立yum目录 rsync服务器列表 "centos mirrors" "epel mirrors" "rpmforge mirrors" 同步脚本 /opt/opmgmt/yum/rsync_centos.sh /opt/opmgmt/y
阅读全文
摘要:DELL iDRAC (Integrated Dell™ Remote Access Controller )是 Dell PowerEdge 系列服务器上的远程管理方案, 11代 12代服务器已经集成此管理卡,用户无须购置其它任何设备即可实现服务器底层管理,如系统崩溃恢复,电源控制 ,BIOS 设...
阅读全文
摘要:典型的高可用负载均衡 1)lvs + ldirectord + heartbeat lvs(ipvsadmin) 调度器,将用户请求分发到后端真实服务器,不负责健康检查 ldirectord 服务监控,真实服务器的服务异常,将其从lvs节点表中去除,恢复后添加 heartbeat 高可用,监控lvs
阅读全文
摘要:新服务器配置流程 https://github.com/alces software/knowledgebase/wiki/server dell rseries r630 dell DTK(syscfg, raidcfg) http://www.dell.com/support/manuals/u
阅读全文
摘要:/etc/sysconfig/iptables /etc/init.d/iptables {start|stop|restart|condrestart|status|panic|save} iptables L iptables t nat L 单网卡 /etc/sysconfig/iptable
阅读全文
摘要:定制部分硬盘分区root密码网络地址公共部分%pre%%post%tcp调优集中配置程序(ansible)sudo配置
阅读全文
摘要:系统级监控```cpu (system, user)memory (cache, buffer, use)(MB)load (cpu core)diskspace (used, inode)(GB)diskio (read, write, io)traffic (in, out)(Mb)```应用级...
阅读全文
摘要:#### servercat /etc/sysconfig/network-scripts/ifcfg-bond0```bash DEVICE=bond0IPADDR=211.98.243.231NETMASK=255.255.255.224ONBOOT=yesBOOTPROTO=noneUSERC...
阅读全文
|