{
"pgsql": {
"cache": {
"blocks_hit": 0,
"blocks_read": 0,
"hit_ratio": 0,
"temp_bytes": 0,
"temp_files": 0
},
"connections": {
"active": 0,
"idle": 0,
"idle_in_tx": 0,
"max_conn": 0,
"total": 0,
"usage_percent": 0,
"waiting": 0
},
"database": {
"index_size": 0,
"size": 0,
"table_count": 0,
"table_size": 0
},
"locks": {
"access_share": 0,
"deadlocks": 0,
"row_excl": 0,
"row_share": 0,
"total": 0,
"waiting": 0
},
"replication": {
"is_replica": true,
"lag_bytes": 0,
"replica_count": 0
},
"transaction": {
"committed": 0,
"rolled_back": 0,
"tps": 0
}
},
"redis": {
"connections": {
"blocked": 0,
"connected": 0,
"max_clients": 0,
"rejected_conns": 0,
"total_connections": 0
},
"keyspace": {
"avg_ttl": 0,
"expires_keys": 0,
"total_keys": 0
},
"memory": {
"fragmentation_ratio": 0,
"max_memory": 0,
"usage_percent": 0,
"used": 0,
"used_peak": 0,
"used_rss": 0
},
"operations": {
"evicted_keys": 0,
"expired_keys": 0,
"hit_rate": 0,
"hits": 0,
"misses": 0,
"ops_per_sec": 0,
"total_commands": 0
},
"persistence": {
"aof_current_size": 0,
"aof_enabled": true,
"aof_rewrite_in_prog": true,
"rdb_changes_since": 0,
"rdb_last_save_time": 0
},
"replication": {
"connected_slaves": 0,
"master_last_io": 0,
"master_link_status": "string",
"role": "string"
}
},
"system": {
"cpu": {
"cores": 0,
"idle_percent": 0,
"system_percent": 0,
"usage_percent": 0,
"user_percent": 0
},
"disk": {
"free": 0,
"read_bytes": 0,
"read_count": 0,
"total": 0,
"usage_percent": 0,
"used": 0,
"write_bytes": 0,
"write_count": 0
},
"load": {
"load1": 0,
"load15": 0,
"load5": 0
},
"memory": {
"available": 0,
"swap_percent": 0,
"swap_total": 0,
"swap_used": 0,
"total": 0,
"usage_percent": 0,
"used": 0
},
"network": {
"bytes_recv": 0,
"bytes_sent": 0,
"connections": 0,
"drop_in": 0,
"drop_out": 0,
"err_in": 0,
"err_out": 0,
"packets_recv": 0,
"packets_sent": 0
}
},
"timestamp": 0
}