zoukankan      html  css  js  c++  java
  • connect 数据库信息

    connectinfo 字典信息:
    
    	
    	
    	"connectinfo": {
    		"esbdb2": {
    		    "instance_name":"esbdb2",
    			"dbip": "1.1.120.142",
    			"AVAILABILITY_STATUS": "green",
    			"systag": "ESB数据库",
    			"dbstatus": "open"
    		},
    		"mobilebank02": {
    			"dbstatus": "open",
    			"instance_name":"mobilebank02",
    			"dbip": "1.1.121.32",
    			"AVAILABILITY_STATUS": "green",
    			"systag": "移动平台数据库"
    		},
    		"ecifdb2": {
    			"AVAILABILITY_STATUS": "red",
    			"instance_name":"ecifdb2",
    			"systag": "ECIF数据库",
    			"dbip": "1.1.120.152",
    			"dbstatus": "died"
    		},
    		"ecifdb1": {
    			"AVAILABILITY_STATUS": "red",
    			"instance_name":"ecifdb1",
    			"systag": "ECIF数据库",
    			"dbip": "1.1.120.151",
    			"dbstatus": "died"
    		},
    		"tllspj2": {
    			"dbip": "2.2.249.24",
    			"instance_name":"tllspj2",
    			"systag": "征信数据库",
    			"AVAILABILITY_STATUS": "green",
    			"dbstatus": "open"
    		}
    	}
    	
    	
    
    
    ​
    ecifdb1: {…}
    ​​
    AVAILABILITY_STATUS: "red"
    ​​
    dbip: "1.1.120.151"
    ​​
    dbstatus: "died"
    ​​
    instance_name: "ecifdb1"
    ​​
    status: "error"
    ​​
    systag: "ECIF数据库"
    ​​
    waitevent: Array []
    ​​
    <prototype>: Object { … }
    ​
    ecifdb2: {…}
    ​​
    AVAILABILITY_STATUS: "red"
    ​​
    dbip: "1.1.120.152"
    ​​
    dbstatus: "died"
    ​​
    instance_name: "ecifdb2"
    ​​
    status: "error"
    ​​
    systag: "ECIF数据库"
    ​​
    waitevent: Array []
    ​​
    <prototype>: Object { … }
    ​
    esbdb2: {…}
    ​​
    AVAILABILITY_STATUS: "green"
    ​​
    SESSIONTHRESHOLD: "120"
    ​​
    dbip: "1.1.120.142"
    ​​
    dbstatus: "open"
    ​​
    instance_name: "esbdb2"
    ​​
    sessioncount: "79"
    ​​
    sessioninfo_status: "green"
    ​​
    systag: "ESB数据库"
    ​​
    waitevent: Array [ {…}, {…} ]
    ​​
    <prototype>: Object { … }
    ​
    mobilebank02: {…}
    ​​
    AVAILABILITY_STATUS: "green"
    ​​
    SESSIONTHRESHOLD: "100"
    ​​
    dbip: "1.1.121.32"
    ​​
    dbstatus: "open"
    ​​
    instance_name: "mobilebank02"
    ​​
    sessioncount: "122"
    ​​
    sessioninfo_status: "green"
    ​​
    systag: "移动平台数据库"
    ​​
    waitevent: Array [ {…} ]
    ​​
    <prototype>: Object { … }
    ​
    tllspj2: Object { instance_name: "tllspj2", AVAILABILITY_STATUS: "green", systag: "征信数据库", … }
    ​
    AVAILABILITY_STATUS: "green"
    ​​
    SESSIONTHRESHOLD: "400"
    ​​
    dbip: "2.2.249.24"
    ​​
    dbstatus: "open"
    ​​
    instance_name: "tllspj2"
    ​​
    sessioncount: "423"
    ​​
    sessioninfo_status: "yellow"
    ​​
    systag: "征信数据库"
    ​​
    
  • 相关阅读:
    linux可执行文件添加到PATH环境变量的方法
    PHPExcel所遇到问题的知识点总结
    如何查看已经安装的nginx、apache、mysql和php的编译参数
    oracle 创建用户及表空间命令
    datetimepicker 设置日期格式、初始化
    Linux 修改系统时间(自动同步)
    Nginx 负载均衡配置
    CenterOS7 安装 Nginx【转】
    java https post请求并忽略证书,参数放在body中
    将.cer证书导入java密钥库?
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13348730.html
Copyright © 2011-2022 走看看