You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by sleepy <wa...@gmail.com> on 2010/11/25 19:04:02 UTC

About QoS management

Is there a way to get Quality of Service data like page view or latency
histogram from CouchDB?

Re: About QoS management

Posted by Paul Davis <pa...@gmail.com>.
On Thu, Nov 25, 2010 at 1:28 PM, sleepy <wa...@gmail.com> wrote:
> Thanks, I need to produce some charts from those logs like GAE
> features mentioned in this article
> http://grack.com/blog/2010/11/23/why-were-really-happy-with-appengine-and-not-going-anywhere-else/
>
> <http://grack.com/blog/2010/11/23/why-were-really-happy-with-appengine-and-not-going-anywhere-else/>I
> think it's essential for a web service.
> Hope CouchDB will have build-in features like that someday! :)
>

Patches welcome :D

> 2010/11/26 Stephen Lewis <st...@yourgolftravel.com>
>
>> On 25 November 2010 18:04, sleepy <wa...@gmail.com> wrote:
>> > Is there a way to get Quality of Service data like page view or latency
>> > histogram from CouchDB?
>>
>> Yep - this page explains what CouchDB offers better than I could:
>>
>> http://wiki.apache.org/couchdb/Runtime_Statistics
>>
>> I suspect you'll need to do some post-processing to get exactly what
>> you want, but the raw materials will be there.
>>
>> Stephen
>>
>

Re: About QoS management

Posted by sleepy <wa...@gmail.com>.
Thanks, I need to produce some charts from those logs like GAE
features mentioned in this article
http://grack.com/blog/2010/11/23/why-were-really-happy-with-appengine-and-not-going-anywhere-else/

<http://grack.com/blog/2010/11/23/why-were-really-happy-with-appengine-and-not-going-anywhere-else/>I
think it's essential for a web service.
Hope CouchDB will have build-in features like that someday! :)

2010/11/26 Stephen Lewis <st...@yourgolftravel.com>

> On 25 November 2010 18:04, sleepy <wa...@gmail.com> wrote:
> > Is there a way to get Quality of Service data like page view or latency
> > histogram from CouchDB?
>
> Yep - this page explains what CouchDB offers better than I could:
>
> http://wiki.apache.org/couchdb/Runtime_Statistics
>
> I suspect you'll need to do some post-processing to get exactly what
> you want, but the raw materials will be there.
>
> Stephen
>

Re: About QoS management

Posted by Stephen Lewis <st...@yourgolftravel.com>.
On 25 November 2010 18:04, sleepy <wa...@gmail.com> wrote:
> Is there a way to get Quality of Service data like page view or latency
> histogram from CouchDB?

Yep - this page explains what CouchDB offers better than I could:

http://wiki.apache.org/couchdb/Runtime_Statistics

I suspect you'll need to do some post-processing to get exactly what
you want, but the raw materials will be there.

Stephen