ViktorAksionov / memcache-top

Automatically exported from code.google.com/p/memcache-top
0 stars 0 forks source link

Not all instance showing memcache-top #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. memcache-top
2.
3.

What is the expected output? What do you see instead?
I expect 'memcache-top' to show me all instances
'memcache-top' shows me 1 instance: 127.0.0.1:11211 is DOWN
'memcache-top --instances 127.0.0.1:18941' gives me actual/live result of 18941

What version of the product are you using? On what operating system?
v0.6 linux fedora 15

Please provide any additional information below.

Original issue reported on code.google.com by rutgerge...@gmail.com on 29 Jun 2012 at 9:14

GoogleCodeExporter commented 8 years ago
I'd have thought running it without params would make it default to a single 
default instance (localhost:11211), so this looks correct to me?

Original comment by njt1...@gmail.com on 28 Nov 2012 at 4:50

GoogleCodeExporter commented 8 years ago
Yup, that's expected behavior.  You can change the configuration in-line in the 
script, or run it with options to display every server, but without telling it 
where the memcached servers are it has no way of knowing where to connect.   :)

I haven't worked on this for a while but am looking to pick it up again in the 
near future, and if so I'll seriously consider adding support for an external 
config file.  If so, you'll be able to drop that config into place to see the 
list of servers you want.

Original comment by nicholas...@gmail.com on 29 Nov 2012 at 1:14