原创

易迁易实时运维检查(亿信)

1. 平台所有相关应用状态 http://www.ete56.com:8099/1000eStatus/
2. 时间监控状态         http://14.215.120.29:8088/cacti/showSerDate.php
3. Cacti监控状态        http://14.215.120.29:8088/cacti/index.php


系统重装,关注时间是否同步并指向222。
service ntpd status


时间同步配置
yum install ntp ntpdate -y
vi /etc/ntp.conf
---
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
#server 0.centos.pool.ntp.org iburst
#server 1.centos.pool.ntp.org iburst
#server 2.centos.pool.ntp.org iburst
#server 3.centos.pool.ntp.org iburst
server 172.16.0.222 
restrict 172.16.0.222 nomodify notrap noquery
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10


yum install -y ntpdate 
ntpdate 0.asia.pool.ntp.org //手动时间同步
service ntpd restart
hwclock --systohc
* 1/ * * * root ntpdate time.nuri.net;hwclock -w  //定时执行时间同步任务,所以我们利用crontab -e 来添加定时任务,即:每隔一个小时同步一下internet时间。


svn服务器远程登录(mstsc)
219.137.37.190:13389  (Administrator vR4zE6OpUt)


平台紧急联系人:
http://q.url.cn/s/DFbzOXm
通常联系电话:177 0191 0780
主管电话(乡建雄--系统挂了找他):189 2753 9390


redis 
redis-cli -h 192.168.1.110 -p 8379 info Replication


zookeeper
sh /opt/zkhome/zookeeper-3.3.6/bin/zkServer.sh status


查询当前整个系统已用的线程或进程数
pstree -p | wc -l


linux 查询端口连接数
netstat -nat|grep -i 80 |wc -l


查询连数最大的IP地址
netstat -na|grep ESTABLISHED|awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort


查看apacheTomcat当前并发访问数:
netstat -an | grep ESTABLISHED | wc -l


查系统支持的最大线程数
cat /proc/sys/kernel/pid_max


 查看默认的线程栈大小,单位是字节(Bytes),使用命令: ulimit -s
 
db.e1000.files.find().pretty(); --- 观察app文件上传的相关信息


查看盘linux磁盘格式 
df -T /dev/mapper/vg0-lv0
vgdisplay /dev/mapper/vg0




查找上G和T的目录并排序
find / -type f -size +1G |xargs  du -h --max-depth=1 |grep [TG] |sort


输出当前目录下各个子目录所使用的空间
du --max-depth=1 -h


管网更新维护:
网页文件:EkeSite\WebContent\view\about\Business.jsp
PNG图片:EkeSite\WebContent\image\about\history\
PNG图片尺寸:200*120
正文到此结束
本文目录