Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,181 @@
|
||||
{
|
||||
"overview": "Overview Info",
|
||||
"memory": "Memory Info",
|
||||
"clients": "Clients",
|
||||
"keyspace": "Keyspace",
|
||||
"stats": "Stats Info",
|
||||
"slowlog": "Slow Log",
|
||||
"loadFailed": "Failed to load monitor data",
|
||||
"loadRealtimeStatsFailed": "Failed to load realtime stats",
|
||||
"refreshSuccess": "Refresh successful",
|
||||
"autoRefreshing": "Auto-refreshing",
|
||||
"paused": "Paused",
|
||||
"featureDeveloping": "Developing...",
|
||||
"seconds": "s",
|
||||
"minutes": "mins",
|
||||
"hours": "hrs",
|
||||
"days": "days",
|
||||
"master": "Master",
|
||||
"slave": "Slave",
|
||||
"blocked": "Blocked",
|
||||
"normal": "Normal",
|
||||
"active": "Active",
|
||||
"connectedClients": "Connected Clients",
|
||||
"blockedClients": "Blocked Clients",
|
||||
"totalConnections": "Total Connections",
|
||||
"clientList": "Client List",
|
||||
"totalClientsCount": "Total {count} clients",
|
||||
"noClientConnections": "No client connections",
|
||||
"clientId": "Client ID",
|
||||
"address": "Address",
|
||||
"name": "Name",
|
||||
"database": "Database",
|
||||
"status": "Status",
|
||||
"age": "Age",
|
||||
"idle": "Idle",
|
||||
"outputBuffer": "Output Buffer",
|
||||
"lastCommand": "Last Command",
|
||||
"used": "Used",
|
||||
"queue": "Queue",
|
||||
"fieldDescription": "Field Description",
|
||||
"clientIdDesc": "Unique client identifier assigned by Redis",
|
||||
"addressDesc": "IP address and port of the client",
|
||||
"nameDesc": "Client name set via CLIENT SETNAME",
|
||||
"ageDesc": "Total duration of the client connection",
|
||||
"idleDesc": "Duration the client has been idle (no commands sent)",
|
||||
"outputBufferDesc": "Memory used by output buffer and queue length",
|
||||
"permanent": "Permanent",
|
||||
"milliseconds": "ms",
|
||||
"totalKeys": "Total Keys",
|
||||
"expiresKeys": "Expires Keys",
|
||||
"proportion": "Proportion",
|
||||
"avgTTL": "Avg TTL",
|
||||
"databaseList": "Database List",
|
||||
"totalDatabasesCount": "Total {count} databases",
|
||||
"noDatabaseInfo": "No database info",
|
||||
"keyCount": "Key Count",
|
||||
"expires": "Expires",
|
||||
"expireRate": "Expire Rate",
|
||||
"noExpireTime": "No expire time",
|
||||
"keyCountDesc": "Total number of keys stored in the database",
|
||||
"expiresDesc": "Number of keys with an expiration set",
|
||||
"avgTTLDesc": "Average time to live for all expiring keys (ms)",
|
||||
"expireRateDesc": "Percentage of keys that have an expiration set",
|
||||
"dbId": "DB ID",
|
||||
"dbIdDesc": "Redis database index (0-15)",
|
||||
"usageRateDesc": "Ratio of database keys relative to maximum capacity",
|
||||
"insufficientMemory": "Insufficient Memory",
|
||||
"moreFragmentation": "High Fragmentation",
|
||||
"memoryUsage": "Memory Usage",
|
||||
"memoryPeak": "Memory Peak",
|
||||
"memoryPeakDesc": "Historical peak memory usage",
|
||||
"fragmentationRatio": "Mem Fragmentation Ratio",
|
||||
"memoryUsageDetail": "Memory Usage Detail",
|
||||
"usedMemory": "Used Memory",
|
||||
"rssMemory": "Used Memory RSS",
|
||||
"physicalMemory": "Physical Memory",
|
||||
"totalSystemMemory": "Total System Memory",
|
||||
"system": "System",
|
||||
"datasetMemory": "Used Memory Dataset",
|
||||
"allocatorAllocated": "Allocator Allocated",
|
||||
"allocatorActive": "Allocator Active",
|
||||
"memoryPolicyConfig": "Memory Policy Config",
|
||||
"maxMemoryLimit": "Max Memory Limit",
|
||||
"noLimit": "No Limit",
|
||||
"set": "Set",
|
||||
"notLimited": "Not Limited",
|
||||
"evictionPolicy": "Eviction Policy",
|
||||
"evictionPolicyDesc": "💡 Eviction Policy Description",
|
||||
"noevictionDesc": "noeviction: return errors when memory limit is reached",
|
||||
"allkeysLruDesc": "allkeys-lru: evict any key using approximated LRU",
|
||||
"volatileLruDesc": "volatile-lru: evict keys with an expire set using approximated LRU",
|
||||
"allkeysRandomDesc": "allkeys-random: evict any key randomly",
|
||||
"volatileRandomDesc": "volatile-random: evict keys with an expire set randomly",
|
||||
"volatileTtlDesc": "volatile-ttl: evict keys with an expire set and shortest TTL",
|
||||
"memoryUsageTrend": "Memory Usage Trend",
|
||||
"recentDataPoints": "Recent {count} data points",
|
||||
"waitingForData": "Waiting for data...",
|
||||
"collectingMemoryData": "Collecting memory usage data...",
|
||||
"currentUsage": "Current Usage",
|
||||
"average": "Average",
|
||||
"highest": "Highest",
|
||||
"currentConnections": "Current Connections",
|
||||
"opsPerSec": "Ops Per Sec",
|
||||
"hitRate": "Hit Rate",
|
||||
"redisBasicInfo": "Redis Basic Info",
|
||||
"redisVersion": "Redis Version",
|
||||
"redisMode": "Redis Mode",
|
||||
"role": "Role",
|
||||
"architecture": "Architecture",
|
||||
"bits": "bits",
|
||||
"tcpPort": "TCP Port",
|
||||
"uptime": "Uptime",
|
||||
"uptimeInDays": "Uptime In Days",
|
||||
"connectionStatus": "Connection Status",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"memoryInfo": "Memory Info",
|
||||
"memoryPolicy": "Memory Policy",
|
||||
"connectionStats": "Connection Stats",
|
||||
"rejectedConnections": "Rejected Connections",
|
||||
"commandStats": "Command Stats",
|
||||
"totalCommands": "Total Commands",
|
||||
"keyspaceHits": "Keyspace Hits",
|
||||
"keyspaceMisses": "Keyspace Misses",
|
||||
"keyspaceInfo": "Keyspace Info",
|
||||
"keys": "Keys",
|
||||
"networkInput": "Network Input",
|
||||
"totalNetInput": "Total Net Input Bytes",
|
||||
"inputKbps": "Instantaneous Input Rate",
|
||||
"networkOutput": "Network Output",
|
||||
"totalNetOutput": "Total Net Output Bytes",
|
||||
"outputKbps": "Instantaneous Output Rate",
|
||||
"totalSlowLogs": "Total Slow Logs",
|
||||
"avgDuration": "Avg Duration",
|
||||
"maxDuration": "Max Duration",
|
||||
"slowLogList": "Slow Log List",
|
||||
"recentLogsCount": "Recent {count} logs",
|
||||
"noSlowLogs": "No slow logs found",
|
||||
"command": "Command",
|
||||
"clientInfo": "Client Info",
|
||||
"unnamed": "Unnamed",
|
||||
"durationProportion": "Duration Proportion",
|
||||
"relativeToMax": "Relative To Max",
|
||||
"slowLogDesc": "Slow Log Description",
|
||||
"slowLogThreshold": "Slow Log Threshold",
|
||||
"slowLogThresholdDesc": "Commands exceeding the threshold are logged",
|
||||
"executionTime": "Execution Time",
|
||||
"executionTimeDesc": "Total time taken to execute the command (μs)",
|
||||
"clientInfoDesc": "IP and name of the client that executed the command",
|
||||
"performanceOptimization": "Performance Optimization",
|
||||
"performanceOptimizationDesc": "Analyzing slow logs helps optimize Redis performance",
|
||||
"timeUnit": "Time Unit",
|
||||
"colorIndicator": "Color Indicator",
|
||||
"excellent": "Excellent",
|
||||
"good": "Good",
|
||||
"lower": "Lower",
|
||||
"veryLow": "Very Low",
|
||||
"keyPerformanceIndicators": "Key Performance Indicators",
|
||||
"cacheHitRate": "Cache Hit Rate",
|
||||
"detailedStats": "Detailed Statistics",
|
||||
"totalInputTraffic": "Total Input Traffic",
|
||||
"totalOutputTraffic": "Total Output Traffic",
|
||||
"instantaneousInputRate": "Instantaneous Input Rate",
|
||||
"instantaneousOutputRate": "Instantaneous Output Rate",
|
||||
"keyOperationStats": "Key Operation Stats",
|
||||
"evictedKeys": "Evicted Keys",
|
||||
"syncStats": "Sync Stats",
|
||||
"syncFull": "Sync Full",
|
||||
"syncPartialOk": "Sync Partial OK",
|
||||
"syncPartialErr": "Sync Partial Err",
|
||||
"pubsubChannels": "Pubsub Channels",
|
||||
"pubsubPatterns": "Pubsub Patterns",
|
||||
"latestForkUsec": "Latest Fork Usec",
|
||||
"indicatorDesc": "Indicator Description",
|
||||
"opsPerSecDesc": "Commands processed per second",
|
||||
"hitRateDesc": "Keyspace hits as a percentage of total lookups",
|
||||
"evictedKeysDesc": "Keys evicted due to memory limit",
|
||||
"rejectedConnectionsDesc": "Connections rejected due to maxclients limit",
|
||||
"syncFullDesc": "Full resynchronizations with replicas",
|
||||
"latestForkUsecDesc": "Duration of the latest fork operation (μs)"
|
||||
}
|
||||
Reference in New Issue
Block a user