服务器
服务器 | 地址 | 用户名 | 密码 | OS |
---|---|---|---|---|
68 | 121.43.193.68 | administrator | FuerzX11@ | Windows |
80 | 192.168.3.80:3389 | administrator | joinhealth123 | Windows |
201 | 192.168.3.201 | root | JHgw3@2019# | Linux |
测试环境
地址 | 路径 | 数据库 |
---|---|---|
192.168.3.67:3109 (2.5) | /home/joinhealth/test04 | 120.55.188.44:3306 cloud_followup_v2 |
192.168.3.67:3103 (2.3) | /home/joinhealth/test01/fllow-01 | 120.55.188.44:3306 cloud_followup_sf25 |
192.168.3.67:3203 (2.5) | /home/joinhealth/test02/fllow-02 | 120.55.188.44:3306 cloud_followup_v2_67_02 |
192.168.3.67:8510 (2.5) | /home/joinhealth/test03/sf_saas | 120.55.188.44:3306 cloud_followup_sf_saas |
192.168.3.68:8510 (2.3) | /home/fllow | 120.55.188.44:3306 cloud_followup_tnew_2 |
常用命令
切割日志
1 | sed -n '/2020-04-30 02:00:[0-9][0-9]/,/2020-04-30 03:00:[0-9][0-9]/p' /mnt/hug/service/server/service-server.log>/mnt/hug/service/server/lj0430.txt |
查询日志关键字
1 | cat 日志文件名.log | grep "关键字" |
JVM堆栈信息dump及问题排查
1 | #dump 方法栈信息 |
kafka
1 | #获取group列表 |