GET
/
v2
/
redis
/
stats
/
{id}

URL Parameters

id
string
required

The ID of the database

Response Parameters

connection_count
Object
keyspace
Object
throughput
Object
produce_throughput
Object
consume_throughput
Object
diskusage
Object
latencymax
Object
latencymin
Object
read_latency_mean
Object
read_latency_99
Object
write_latency_mean
Object
write_latency_99
Object
hits
Object
misses
Object
read
Object
write
Object
dailyrequests
Object
dailybandwidth
int

The total daily bandwidth usage (in bytes).

bandwidths
Object
days
Array<string>

A list of the days of the week for the measurement

dailybilling
Object
dailyproduce
int

Total number of daily produced commands

dailyconsume
int

Total number of daily consumed commands

total_monthly_requests
int

The total number of requests made in the current month.

total_monthly_read_requests
int

The total number of read requests made in the current month.

total_monthly_write_requests
int

The total number of write requests made in the current month.

total_monthly_storage
int

The total amount of storage used (in bytes) in the current month.

total_monthly_billing
int

Total cost of the database in the current month

total_monthly_produce
int

Total number of produce commands in the current month

total_monthly_consume
int

Total number of consume commands in the current month