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
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
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
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
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
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
__
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
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
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