redis report

This commit is contained in:
Kenneth Kehl
2025-01-22 13:34:34 -08:00
parent a4f6dd7100
commit cfb966ce53
2 changed files with 3 additions and 3 deletions

View File

@@ -158,12 +158,11 @@ def get_redis_report():
writer.writerow([])
writer.writerow(["Memory"])
writer.writerow(["", "Metric", "Value"])
writer.writerow(["", "Memory Used", memory_used])
writer.writerow(["", "Max Memory", max_memory])
writer.writerow(["", "Memory Fragmentation Ratio", mem_fragmentation])
writer.writerow(["", "Memory Fragmentation Quality", frag_quality])
writer.writerow(["", "Memory Fragmentation Note", frag_note])
writer.writerow(["", "Memory Fragmentation Quality", frag_quality, frag_note])
#writer.writerow(["", "Memory Fragmentation Note", frag_note])
writer.writerow([])
writer.writerow(["Keys Overview"])

View File

@@ -107,6 +107,7 @@ EXCLUDED_ENDPOINTS = tuple(
"get_volumes_by_service",
"get_example_csv",
"get_notifications_as_json",
"get_redis_report",
"get_started",
"get_started_old",
"go_to_dashboard_after_tour",