Re: Stats

2014-02-05 Thread Bryce Verdier
Thank you Hector & Shane for the quick answers! I really appreciate it. Bryce On 02/05/2014 06:28 AM, Hector Castro wrote: Bryce, `node_gets` + `node_puts` give you the number of operations per minute (for that node). In order to get operations per second, you can simply divide that result by

Re: Stats

2014-02-05 Thread Hector Castro
Bryce, `node_gets` + `node_puts` give you the number of operations per minute (for that node). In order to get operations per second, you can simply divide that result by 60. -- Hector On Wed, Feb 5, 2014 at 12:10 AM, Bryce wrote: > Hey all, > > Within all the /stats url, is something equivale

Re: Stats bug in riak 1.3.1

2013-04-05 Thread Chris Read
I've check the 1.3.0 logs (tried the upgrade in our test env with no config change) and we didn't see it there... Chris On Fri, Apr 5, 2013 at 1:25 PM, Russell Brown wrote: > That is indeed a bug. I guess you would have seen it in 1.3.0 too, if you > called the '/stats/ endpoint. > > I've open

Re: Stats bug in riak 1.3.1

2013-04-05 Thread Russell Brown
That is indeed a bug. I guess you would have seen it in 1.3.0 too, if you called the '/stats/ endpoint. I've opened an issue here https://github.com/basho/riak_kv/issues/528 Thanks for letting us now, I'll get a patch as soon as I can. Cheers Russell On 5 Apr 2013, at 13:15, Chris Read wrote

Re: stats

2012-10-23 Thread Steve Vinoski
On Sun, Sep 23, 2012 at 2:23 PM, stimorol wrote: > Hello, > after a 4 nodes Riak installation running on Ubuntu 12.04, i wanted to > check > the stats with : > curl -H "Accept: text/plain" http://127.0.0.1:8091/stats > I got the following trace : > > 500 Internal Server Error > Internal Server Er

Re: Stats for MR jobs and Riak Search

2012-01-12 Thread David Smith
Elias, +1, especially when it comes to search. Figuring out how to measure MR, where you'd really only have per-node stats, is a bit of a challenge. Do you have any specific stats you'd like to see? D. -- Dave Smith Director, Engineering Basho Technologies, Inc. diz...@basho.com __

Re: /stats on Riak server

2011-07-11 Thread Mathias Meyer
Jon, The erldocs already pointed to by Jeff are a good start to find out what the values represent, and I made a note to improve our documentation to go into more detail on monitoring and the stats too. the most important stats to look out for are usually the fsm times and their percentiles (n

Re: /stats on Riak server

2011-07-09 Thread Jeff Pollard
Hey Jon, Best I found was actually taking a look at the Riak source: https://github.com/basho/riak_kv/blob/master/src/riak_kv_stat.erl You can generate EDocs if you want a prettier looking version, i.e.: http://doc.erlagner.org/riak_kv/riak_kv_stat.html?i=876 On Fri, Jul 8, 2011 at 9:07 PM, Jo

Re: /stats throws a 500 error

2011-03-09 Thread David Smith
There was a bug fixed in 0.14.1 release: https://issues.basho.com/show_bug.cgi?id=971 which has this symptom. Without knowing what version of Riak, the amount of load you are exerting on the server, etc. it's hard to say definitively if you are experiencing this specific issue. :) D. On Tue, Ma