Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

Enhancement Request - Enable "monitor cmd" to only 'tail' for specific commands being issued. #639

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?
redis_version:2.2.4, Amazon Linux AMI release 2011.02.1.1 (beta)

What is the problem you are experiencing?
While debuging, I'm looking for a specific command in a sea of commands. I'd 
like to see only the subset of commands which I'm interested in to come back 
from the "monitor" tool.

What steps will reproduce the problem?

Do you have an INFO output? Please past it here.

If it is a crash, can you please paste the stack trace that you can find in
the log file or on standard output? This is really useful for us!

Please provide any additional information below.

Original issue reported on code.google.com by nelz9999@gmail.com on 18 Aug 2011 at 6:49

GoogleCodeExporter commented 8 years ago
If it's only for debugging, why not pipe the MONITOR output through grep to 
find what you're looking for?

Original comment by pcnoordh...@gmail.com on 18 Aug 2011 at 7:05

GoogleCodeExporter commented 8 years ago
That *is* what I'm doing right now. ;-)

I just thought it might be a useful use-case within the product.

Original comment by nelz9999@gmail.com on 18 Aug 2011 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by pcnoordh...@gmail.com on 22 Aug 2011 at 3:10