nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.
http://www.nkrode.com/article/real-time-dashboard-for-redis
MIT License
3.07k stars 644 forks source link

When there are errors with communication with other instances display stays same #42

Open digitalrinaldo opened 12 years ago

digitalrinaldo commented 12 years ago

Thanks for the very nice application. When there is an error with a remote instance and you select a new server with the pull down. The display still shows the prior display.

kumarnitin commented 12 years ago

When there is an error and you change the selected server from the dropdown, it should take a couple of seconds for the display to refresh. Isn't that what you are noticing? If not, then please send a log of the errors you might be seeing in the javascript console.

digitalrinaldo commented 12 years ago

Hi,

I would like to help. I have not used python for many years. Can you provide some background so I can figure out how to at least debug some of it.

1) What is the Graphics library -- did you write it?

2) Does one need to run the monitor if they are running the web server? It is not clear if you need to run both?

Rinaldo

On Oct 29, 2012, at 2:43 PM, Nitin Kumar notifications@github.com wrote:

When there is an error and you change the selected server from the dropdown, it should take a couple of seconds for the display to refresh. Isn't that what you are noticing? If not, then please send a log of the errors you might be seeing in the javascript console.

— Reply to this email directly or view it on GitHub.

kumarnitin commented 12 years ago
  1. I used Google Charts.
  2. Yes monitor needs to run to capture the data. The web server is just a window to the data that is captured by monitor, if you don't run monitor then you won't see any data in the widgets. That might explain your issue, you are not running monitor?
knightsamar commented 11 years ago

@digitalrinaldo I too have observed this issue even while the Redis monitor was running and gathering data from other instances.

kumarnitin commented 11 years ago

Can you guys send a log from the javascript console, there should be errors logged in the console.