|
35 | 35 | "sysRole": "System Role", |
36 | 36 | "sysUser": "System User" |
37 | 37 | }, |
38 | | - "table": { |
39 | | - "created_time": "Create Time", |
40 | | - "id": "ID", |
41 | | - "mark": "Mark", |
42 | | - "operation": "Operation", |
43 | | - "updated_time": "Update time" |
44 | | - }, |
45 | 38 | "monitor": { |
46 | 39 | "redis": { |
47 | | - "desc": { |
48 | | - "title": "Basic Information" |
49 | | - }, |
50 | 40 | "cards": { |
51 | 41 | "commands": { |
52 | 42 | "title": "Command Statistics" |
|
55 | 45 | "title": "Memory Status" |
56 | 46 | } |
57 | 47 | }, |
58 | | - "stats": { |
59 | | - "title": { |
60 | | - "used_memory": "Used Memory" |
61 | | - } |
| 48 | + "desc": { |
| 49 | + "title": "Basic Information" |
62 | 50 | }, |
63 | 51 | "info": { |
64 | | - "title": "Basic Info", |
65 | | - "version": "Version", |
66 | | - "mode": "Mode", |
67 | | - "os": "OS", |
68 | 52 | "arch": "Arch", |
69 | | - "uptime": "Uptime", |
70 | 53 | "clients": "Connections", |
71 | | - "memory_human": "Allocated Memory", |
72 | | - "connections_received": "Connections Received", |
73 | 54 | "commands_processed": "Commands Processed", |
74 | | - "rejected_connections": "Rejected Connections", |
| 55 | + "connections_received": "Connections Received", |
75 | 56 | "keys_command_stats": "Keys Stats", |
| 57 | + "keys_num": "Keys Num", |
| 58 | + "memory_human": "Allocated Memory", |
| 59 | + "mode": "Mode", |
| 60 | + "os": "OS", |
| 61 | + "rejected_connections": "Rejected Connections", |
76 | 62 | "role": "Role", |
| 63 | + "title": "Basic Info", |
| 64 | + "uptime": "Uptime", |
77 | 65 | "used_cpu": "Used CPU", |
78 | 66 | "used_cpu_children": "Used CPU Children", |
79 | | - "keys_num": "Keys Num" |
| 67 | + "version": "Version" |
| 68 | + }, |
| 69 | + "stats": { |
| 70 | + "title": { |
| 71 | + "used_memory": "Used Memory" |
| 72 | + } |
80 | 73 | } |
| 74 | + }, |
| 75 | + "server": { |
| 76 | + "cpu": { |
| 77 | + "current_freq": "Current Freq", |
| 78 | + "logical_num": "Logical Num", |
| 79 | + "physical_num": "Physical Num", |
| 80 | + "usage": "Usage" |
| 81 | + }, |
| 82 | + "disk": { |
| 83 | + "device": "Device", |
| 84 | + "dir": "Dir", |
| 85 | + "free": "Free", |
| 86 | + "title": "Disk", |
| 87 | + "total": "Total", |
| 88 | + "type": "Type", |
| 89 | + "usage": "Usage", |
| 90 | + "used": "Used" |
| 91 | + }, |
| 92 | + "memory": { |
| 93 | + "free": "Free", |
| 94 | + "title": "Memory", |
| 95 | + "total": "Total", |
| 96 | + "usage": "Usage", |
| 97 | + "used": "Used" |
| 98 | + }, |
| 99 | + "service": "Service", |
| 100 | + "system": "System" |
81 | 101 | } |
| 102 | + }, |
| 103 | + "table": { |
| 104 | + "created_time": "Created Time", |
| 105 | + "id": "ID", |
| 106 | + "mark": "Mark", |
| 107 | + "operation": "Operation", |
| 108 | + "updated_time": "Updated time" |
82 | 109 | } |
83 | 110 | } |
0 commit comments