From 68418cc3b50caacbdcd55c5de08c99f1c237a826 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Fri, 14 Jun 2024 23:27:53 +0300 Subject: [PATCH] Regenerate usage svg --- .github/images/usage.svg | 66 +++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/.github/images/usage.svg b/.github/images/usage.svg index 2e080bb..6bfd9f7 100644 --- a/.github/images/usage.svg +++ b/.github/images/usage.svg @@ -1,5 +1,5 @@ - - + + Redis Monitor Top Usage @@ -14,11 +14,12 @@ text { font-family: ui-monospace, 'JetBrains Mono', 'Fira Code', 'Iosevka', SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; font-size: 14px; font-display: swap; white-space: pre; } tspan { white-space: pre; } - .bold { font-weight: bold; } - .italic { font-style: italic; } - .underline { text-decoration-line: underline; } - .dim { opacity: 0.75; } - .terminal { font-weight: bold; } + .terminal { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 500; font-size: 15px; } + + tspan.BB { font-weight: bold; } + tspan.II { font-style: italic; } + tspan.UU { text-decoration-line: underline; } + tspan.DD { opacity: 0.75; } text { fill: #F5F5F5; } .terminal { fill: #DDD; } @@ -30,8 +31,8 @@ tspan.b { fill: #5C9AD8; } tspan.m { fill: #B6419E; } tspan.c { fill: #38AFC5; } - tspan.LG { fill: #AAA; } - tspan.DG { fill: #696969; } + tspan.s { fill: #AAA; } + tspan.d { fill: #696969; } tspan.R { fill: #EF5A56; } tspan.G { fill: #49E471; } tspan.Y { fill: #E3E342; } @@ -44,29 +45,32 @@ - - + + + + + + + - - - + Terminal - Terminal - Usage: redis-monitor-top {options} command - Options - --host, -h ip/host ....... Server hostname (127.0.0.1 by default) - --port, -p port .......... Server port (6379 by default) - --password, -a password .. Password to use when connecting to the server - --timeout, -t 1-300 ...... Connection timeout in seconds (3 by default) - --interval, -i 1-3600 .... Interval in seconds (60 by default) - --no-color, -nc .......... Disable colors in output - --help ................... Show this help message - --version, -v ............ Show version - Examples - redis-monitor-top -h 192.168.0.123 -p 6821 -t 15 MONITOR - Start monitoring instance on 192.168.0.123:6821 with 15 second timeout - redis-monitor-top -h 192.168.0.123 -p 6821 -i 30 MY_MONITOR - Start monitoring instance on 192.168.0.123:6821 with 30 second interval and renamed MONITOR command + Usage: redis-monitor-top {options} command + Options + --host, -h ip/host ....... Server hostname (127.0.0.1 by default) + --port, -p port .......... Server port (6379 by default) + --password, -a password .. Password to use when connecting to the server + --timeout, -t 1-300 ...... Connection timeout in seconds (3 by default) + --interval, -i 1-3600 .... Interval in seconds (60 by default) + --no-color, -nc .......... Disable colors in output + --help ................... Show this help message + --version, -v ............ Show version + Examples + redis-monitor-top -h 192.168.0.123 -p 6821 -t 15 MONITOR + Start monitoring instance on 192.168.0.123:6821 with 15 second timeout + redis-monitor-top -h 192.168.0.123 -p 6821 -i 30 MY_MONITOR + Start monitoring instance on 192.168.0.123:6821 with 30 second interval and renamed + MONITOR command - +