Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shutting down... #89

Open
JarvisZhu opened this issue Oct 11, 2016 · 5 comments
Open

shutting down... #89

JarvisZhu opened this issue Oct 11, 2016 · 5 comments

Comments

@JarvisZhu
Copy link

Centos6.2,python2.6,Redis3.2,the redis-live.conf file like this:
{
"RedisServers":
[
{
"server": "127.0.0.1",
"port" : 6379
}
],

"DataStoreType" : "sqlite",

"SqliteStatsStore" :
{
    "path":  "/home/zhudf/RedisLive/sqlite/redis.sqlite"
}

}
when I execute the command "./redis-monitor.py --duration=10", after some seconds, it shows:
shutting down...
just this, how to slove this problem please?

@BambooGreen
Copy link

I encounter the same error:-(

@snowcrumble
Copy link

I encounter the same error too :-(

@Ivlyth
Copy link

Ivlyth commented Jun 16, 2017

I encounter the same error too too too 。。。 :-(

@hornsey
Copy link

hornsey commented Sep 8, 2017

I think it's normal。

    t = Timer(duration, self.stop)
     t.start()

274 def stop(self):
275 """Stops the monitor and all associated threads.
276 """
277 if args.quiet==False:
278 print "shutting down..."
279 for t in self.threads:
280 t.stop()
281 self.active = False

@zhangjianpinghik
Copy link

I encounter the same error too :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants