redis_database_get_stats
Retrieve sampled usage statistics for an Upstash Redis database to monitor read/write latency, throughput, keyspace, and disk usage over specified periods (1h to 7d). Ideal for identifying peak usage and performance issues.
Instructions
Get SAMPLED usage statistics of an Upstash redis database over a period of time (1h, 3h, 12h, 1d, 3d, 7d). Use this to check for peak usages and latency problems. Includes: read_latency_mean, write_latency_mean, keyspace, throughput (cmds/sec), diskusage NOTE: If the user does not specify which stat to get, use throughput as default.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of your database. | |
period | Yes | The period of the stats. | |
type | Yes | The type of stat to get |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Upstash MCP Server
- redis_database_create_backup
- redis_database_create_new
- redis_database_delete
- redis_database_delete_backup
- redis_database_get_details
- redis_database_get_stats
- redis_database_get_usage_last_5_days
- redis_database_list_backups
- redis_database_list_databases
- redis_database_reset_password
- redis_database_restore_backup
- redis_database_run_multiple_redis_commands
- redis_database_run_single_redis_command
- redis_database_set_daily_backup
- redis_database_update_regions
- timestamps_to_date
Related Tools
- @upstash/mcp-server
- @upstash/mcp-server
- @upstash/mcp-server
- @upstash/mcp-server
- @upstash/mcp-server