Closed GoogleCodeExporter closed 8 years ago
Do you have an instance in production that's ready to graph?
Original comment by baron.schwartz
on 16 Nov 2009 at 8:53
Let's just wait for a response on
http://code.google.com/p/redis/issues/detail?id=99
before going ahead?
Original comment by ryan.a.l...@gmail.com
on 16 Nov 2009 at 8:59
This is sponsored by Percona customer issue 9590.
Original comment by baron.schwartz
on 17 Mar 2010 at 2:48
This issue was closed by revision r422.
Original comment by baron.schwartz
on 17 Mar 2010 at 3:51
This issue was updated by revision r424.
Add code to get info directly, bypassing the SSH command. Will probably merge
this with contributed code from others at some time too.
Original comment by baron.schwartz
on 18 Mar 2010 at 2:22
I've made some broader changes to the SSH script (redis_get) in r424, and need
to
document that before I close this issue.
Original comment by baron.schwartz
on 18 Mar 2010 at 2:38
This issue was updated by revision r426.
Add --port2 option to the definition
Original comment by baron.schwartz
on 19 Mar 2010 at 11:55
It turns out that there's undocumented output from INFO.
$409
redis_version:1.2.2
arch_bits:32
multiplexing_api:epoll
uptime_in_seconds:946174
uptime_in_days:10
connected_clients:1
connected_slaves:0
used_memory:4386767
used_memory_human:4.18M
changes_since_last_save:12
bgsave_in_progress:0
last_save_time:1269039215
bgrewriteaof_in_progress:0
total_connections_received:159491
total_commands_processed:29804190
role:master
db0:keys=16796,expires=16502
The last line there is the bit I wasn't expecting. I don't know what it means,
but I
can guess. I don't know if there could be multiple such lines, either. (What
is db0?)
Original comment by baron.schwartz
on 20 Mar 2010 at 1:19
Removing unused labels.
Original comment by baron.schwartz
on 16 Apr 2010 at 2:14
The changes in r424 are documented in CreatingGraphs wiki page now.
Original comment by baron.schwartz
on 21 Apr 2010 at 2:14
Original issue reported on code.google.com by
ryan.a.l...@gmail.com
on 16 Nov 2009 at 6:38