You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,22 +43,33 @@ Copy your service account .json files in the root directory of the project:
43
43
cp path/to/service_account.json .
44
44
```
45
45
46
-
Execute
46
+
### Run the msstats.py script
47
+
48
+
This script only retrieves information and metrics for Redis standalone instances. It does not capture information about Valkey or Redis Cluster instances. If you have Valkey or Redis Cluster instances, run the `memorystore.py` script instead.
47
49
48
50
```
49
-
# To use the copied service-account:
50
51
python msstats.py
51
-
52
-
# or, to use the `gcloud` user (then, you _need_ to give a precise project):
This generates a file named <yourproject>.xlsx. You need to get that file and send it to Redis.
55
+
56
+
57
+
### Run the memorystore.py script
58
+
59
+
This script retrieves information and metrics for Redis, Valkey and Redis Cluster instances. It leverages logic from the `msstats.py` script to consolidate and package the metrics.
0 commit comments