Skip to content

Commit 1ca2541

Browse files
committed
Monitor
1 parent 7dab01a commit 1ca2541

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

content/operate/rc/databases/monitor-performance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When you use the mouse to point to a smaller graph, three things appear:
3434
- A promotion icon pointing right
3535
- A summary panel showing the minimum, average, maximum, and most recent values displayed in the graph.
3636

37-
{{<image filename="images/rc/metrics-promote-graphs.png" width="50%" alt="Promoting graphs to primary positions" >}}
37+
{{<image filename="images/rc/metrics-promote-graphs.png" width="300px" alt="Promoting graphs to primary positions" >}}
3838

3939
Use the promotion icons to promote the smaller graph to one of the primary positions. The left icon promotes the smaller graph to the left position and the right icon promotes the smaller graph to the right position.
4040

@@ -58,6 +58,8 @@ Several metric graphs are available:
5858
| [Evicted objects/sec]({{< relref "/operate/rs/references/metrics/database-operations#evicted-objectssec" >}}) | Number of objects evicted from the database per second. |
5959
| [Expired objects/sec]({{< relref "/operate/rs/references/metrics/database-operations#expired-objectssec" >}}) | Number of expired objects per second. An expired object is an object with expired TTL that was deleted from the database. |
6060
| [Hit ratio]({{< relref "/operate/rs/references/metrics/database-operations#hit-ratio" >}}) | Percent of operations on existing keys out of the total number database operations |
61+
| Network Ingress bytes/sec | Amount of traffic in bytes per second entering the database network |
62+
| Network Egress bytes/sec | Amount of traffic in bytes per second exiting the database network |
6163

6264
For more detailed analysis, consider using [Redis Insight]({{< relref "/develop/tools/insight" >}}) or [Prometheus and Grafana]({{< relref "/integrate/prometheus-with-redis-cloud/" >}}).
6365

Loading
33.5 KB
Loading
1.73 KB
Loading

0 commit comments

Comments
 (0)