You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
844 B
39 lines
844 B
# |
|
# pcp-htop(1) configuration file - see pcp-htop(5) |
|
# |
|
|
|
[redisxact] |
|
caption = Redis xact |
|
description = Redis transactions |
|
tps.metric = redis.instantaneous_ops_per_sec |
|
tps.color = green |
|
|
|
[redismem] |
|
caption = Redis mem |
|
description = Redis memory |
|
lua.metric = redis.used_memory_lua |
|
lua.color = magenta |
|
used.metric = redis.used_memory |
|
used.color = blue |
|
|
|
[redisclient] |
|
caption = Redis clients |
|
description = Redis clients |
|
type = bar |
|
blocked.metric = redis.blocked_clients |
|
blocked.color = blue |
|
blocked.label = blk |
|
clients.metric = redis.connected_clients |
|
clients.color = green |
|
clients.label = conn |
|
|
|
[redisconn] |
|
caption = Redis conn |
|
description = Redis connections |
|
type = bar |
|
reject.metric = redis.rejected_connections |
|
reject.color = magenta |
|
reject.label = fail/s |
|
total.metric = redis.total_connections_received |
|
total.color = blue |
|
total.label = conn/s
|
|
|