Skip to content

Commit

Permalink
redis report
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Jan 22, 2025
1 parent a4f6dd7 commit cfb966c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/main/views/platform_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down
1 change: 1 addition & 0 deletions tests/app/test_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"get_volumes_by_service",
"get_example_csv",
"get_notifications_as_json",
"get_redis_report",
"get_started",
"get_started_old",
"go_to_dashboard_after_tour",
Expand Down

0 comments on commit cfb966c

Please sign in to comment.