性能 #4672 » config.json
| 1 |
{
|
|---|---|
| 2 |
"netSegment":192.168.62, |
| 3 |
"redis":{ |
| 4 |
"ip":"192.168.79.17", |
| 5 |
"port": 16379, |
| 6 |
"password":"ZTveLDMNpREbgbL1", |
| 7 |
"db":2 |
| 8 |
}, |
| 9 |
"netconf":{ |
| 10 |
"user":"netconfUser", |
| 11 |
"port": 10011, |
| 12 |
"password":"51fc1360e430563325b5ee9f596b10d12ddfd79d54d8a41fbb68cb661e16dc4c" |
| 13 |
}, |
| 14 |
"sftp":{ |
| 15 |
"user":"sftpUser", |
| 16 |
"port": 20022, |
| 17 |
"password":"2f84f38998736620097f53882a5ccb980728aa63a860d59c2794081e703a8f71" |
| 18 |
}, |
| 19 |
"disabledIp":["192.168.79.1","192.168.79.2","192.168.79.3","192.168.79.4","192.168.79.6","192.168.79.7","192.168.79.8","192.168.79.10","192.168.79.13","192.168.79.15","192.168.79.16","192.168.79.17","192.168.79.18","192.168.79.19","192.168.79.21","192.168.79.22","192.168.79.25","192.168.79.39","192.168.79.47","192.168.79.52","192.168.79.62","192.168.79.71","192.168.79.72","192.168.79.76","192.168.79.78","192.168.79.82","192.168.79.95","192.168.79.125","192.168.79.132","192.168.79.134","192.168.79.137","192.168.79.146","192.168.79.147","192.168.79.152","192.168.79.158","192.168.79.164","192.168.79.174","192.168.79.177","192.168.79.183","192.168.79.195","192.168.79.203","192.168.79.215","192.168.79.216","192.168.79.218","192.168.79.240","192.168.79.245","192.168.79.250","192.168.79.254"], |
| 20 |
"yzmmDir":"/tmp/yzmmDir", |
| 21 |
"log":{ |
| 22 |
"level":"info", |
| 23 |
"format":"logfmt", |
| 24 |
"logPath":"/var/log/simulator-agent", |
| 25 |
"fileMaxSize":100, |
| 26 |
"backupFiles":100, |
| 27 |
"keepDays":15, |
| 28 |
"isShowLine":true, |
| 29 |
"isCompress":true, |
| 30 |
"encodeLevel":"Lowercase", |
| 31 |
"stacktrace":"stack", |
| 32 |
"callerKey":"caller", |
| 33 |
"isStdout":false |
| 34 |
} |
| 35 |
}
|