Jed:<br><br>If you are analyizing for attacks, it would be easier to do a real time analysis with memcached, because at that point you will have the IP address you are looking for -- do a hit to memcache to get its counter and act accordingly (saving it to the database for later analysis if it hits a certain threshold for instance.&nbsp; This way you will not have to do scanning of memcache and post processing.
<br><br>-- Jason Pirkey (<a href="mailto:jason@pirkplace.com">jason@pirkplace.com</a>)<br><br><div><span class="gmail_quote"><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>---------- Forwarded message ----------<br>From:&nbsp;Jed Reynolds &lt;<a href="mailto:lists@benrey.is-a-geek.net">lists@benrey.is-a-geek.net</a>&gt;<br>To:&nbsp;Brian Moon &lt;<a href="mailto:brianm@dealnews.com">brianm@dealnews.com
</a>&gt;<br>Date:&nbsp;Mon, 04 Dec 2006 13:19:39 -0800<br>Subject:&nbsp;Re: How to get all the keys from servers?<br>Brian Moon wrote:<br>&gt; Jed Reynolds wrote:<br>&gt;&gt; I'd have a use for a method to get all keys as well. For instance, if I
<br>&gt;&gt; wanted to store all the IPs that hit my webserver, and how many times,<br>&gt;<br>&gt; Isn't that what web logs are for?<br>&gt;<br>Grepping, awking and sorting thru gigs of logfiles isn't as quick as I'd<br>
like it to be. I've also considered piping apache logs thru syslog-ng<br>and running it thru a filter. There's a lot of ways to analyze traffic.<br>Memcache might fill a need pretty easily. Otherwise I'd have to write a<br>
PHP daemon or something and have to deal with sockets and timing out<br>data and that's hardly worth the distraction.<br><br>Jed<br><br><br><br>_______________________________________________<br>memcached mailing list<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:memcached@lists.danga.com">memcached@lists.danga.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.danga.com/mailman/listinfo/memcached" target="_blank">
http://lists.danga.com/mailman/listinfo/memcached</a><br><br><br><br clear="all"></blockquote></div><br>