Hi Kevin,
You've specified 3 workers in your config:
{concurrent, 3}.
Test results are stored in CSV files located in timestamped directories
under a local "test" directory. The CSV files can be used to generate
graphs using R. More information can be found here:
http://docs.basho.com/riak/latest/cookbooks/Benchmarking/#Generating-Benchmark-Graphs
Daniel Reverri
Client Architect
Basho Technologies, Inc.
[email protected]
On Wed, Mar 20, 2013 at 1:39 PM, Kevin Burton <[email protected]>wrote:
> I got rid of the “not enough results . . .” messages by adding
> {enforce_keyrange, 1000}. To the configuration. But this leaves two
> questions:****
>
> ** **
>
> **1) **I see messages like:****
>
> ** **
>
> 15:27:06.175 [info] Using http target "172.16.33.221":8098 for worker 1***
> *
>
> 15:27:06.175 [info] Using pb target "172.16.33.221":8087 for worker 1****
>
> ** **
>
> Even though I listed 4 nodes I only see worker type messages for up to 3.
> I was expecting to see worker message for worker 4 but it is not there****
>
> ** **
>
> **2) **At the end I see:****
>
> ** **
>
> 15:27:07.195 [info] Application basho_bench started on node '
> [email protected]'****
>
> 15:28:08.214 [info] No Errors.****
>
> 15:28:08.219 [info] Application basho_bench exited with reason: stopped***
> *
>
> 15:28:08.223 [info] Test completed after 1 mins.****
>
> ** **
>
> Shouldn’t I see some kind of results? I only see that it ran with no
> errors. Are the results of the run put somewhere else?****
>
> ** **
>
> *From:* Kevin Burton [mailto:[email protected]]
> *Sent:* Wednesday, March 20, 2013 2:29 PM
> *To:* 'Dan Reverri'
> *Cc:* 'Mark Phillips'; '[email protected]'
> *Subject:* RE: Getting basho_bench to work.****
>
> ** **
>
> This is a major step forward. It actually is doing something. Thank you.
> Now the output is littered with messages like ‘not enough results . . . ‘,
> instead of results. Ideas?****
>
> ** **
>
> *From:* Dan Reverri [mailto:[email protected] <[email protected]>]
> *Sent:* Wednesday, March 20, 2013 2:17 PM
> *To:* Kevin Burton
> *Cc:* Mark Phillips; [email protected]
>
> *Subject:* Re: Getting basho_bench to work.****
>
> ** **
>
> Actually, I think the config option needs to be:****
>
> ** **
>
> "{mynode, ['[email protected]']}."****
>
>
> ****
>
> Daniel Reverri
> Client Architect
> Basho Technologies, Inc.
> [email protected]****
>
> ** **
>
> On Wed, Mar 20, 2013 at 12:12 PM, Kevin Burton <[email protected]>
> wrote:****
>
> I am not sure what 'freenode' is. But I have some time now.****
>
>
> -----Original Message-----
> From: Mark Phillips [mailto:[email protected]]
> Sent: Wednesday, March 20, 2013 1:57 PM
> To: Kevin Burton****
>
> ** **
>
> Not enough results for query_pb: 904/913/[]****
>
> Not enough results for query_http: 100/109/[<<"107">>]****
>
> Not enough results for query_http: 167/176/[<<"172">>,<<"168">>]****
>
> Not enough results for query_http: 614/623/[]****
>
> Not enough results for query_pb: 309/318/[]****
>
> Not enough results for query_pb: 605/614/[]****
>
> Not enough results for query_pb: 779/788/[]****
>
> Not enough results for query_http: 872/881/[<<"876">>]****
>
> Not enough results for query_mr: 452/461/[[<<"mybucket">>,<<"460">>]]****
>
> Not enough results for query_http: 141/150/[<<"145">>]****
>
> Not enough results for query_pb: 853/862/[]****
>
> Not enough results for query_mr: 922/931/[[<<"mybucket">>,<<"927">>]]****
>
> Not enough results for query_http: 880/889/[<<"889">>]****
>
> Not enough results for query_mr: 365/374/[[<<"mybucket">>,<<"374">>]]****
>
> Not enough results for query_http: 194/203/[<<"198">>]****
>
> Not enough results for query_mr: 621/630/[[<<"mybucket">>,<<"626">>]]****
>
> Not enough results for query_pb: 952/961/[]****
>
> Not enough results for query_http: 384/393/[<<"392">>]****
>
> Not enough results for query_http: 371/380/[<<"374">>]****
>
> Not enough results for query_pb: 359/368/[[<<"mybucket">>,<<"363">>],****
>
> [<<"mybucket">>,<<"359">>]]****
>
> ** **
>
> Cc: Roberto Aloi; [email protected]
>
> Subject: Re: Getting basho_bench to work.
>
> Hey Kevin,
>
> Any chance you can pop into #riak on freenode? We can do this
> trouble-shooting in real time. :)
>
> Mark
>
> On Wed, Mar 20, 2013 at 11:42 AM, Kevin Burton <[email protected]>
> wrote:
> > So your theory is the the 'check the configuration' is not from
> > basho_bench but from erlang. What configuration needs to change? The
> > link mentions running a deamon that maps long names to short names. Do
> > I need that? As far as I can tell I am using the "standard" naming
> > convetion ([email protected]). Do you think this is a 'long name'?
> >
> >
> >
> > From: Roberto Aloi [mailto:[email protected]]
> > Sent: Wednesday, March 20, 2013 1:16 PM
> > To: Kevin Burton
> > Cc: [email protected]
> >
> >
> > Subject: Re: Getting basho_bench to work.
> >
> >
> >
> > Hi,
> >
> >
> >
> > At a glance, it looks like the basho_bench node couldn't start
> > correctly with a longname.
> >
> > How are you starting basho_bench?
> >
> >
> >
> > This issue could be due to a misconfiguration in the hostname for your
> > machine.
> >
> > How do your /etc/hosts and /etc/hostname look like?
> >
> >
> >
> > For information about shortnames and longnames in Erlang:
> >
> >
> >
> > http://www.snookles.com/erlang-docs/R15B03/doc/reference_manual/distri
> > buted.html
> >
> >
> >
> >
> >
> > On Wed, Mar 20, 2013 at 6:36 PM, Kevin Burton
> > <[email protected]>
> > wrote:
> >
> > I reiterate the request to see what is wrong with my basho_bench
> > configuration. I have attached the configuration as well as the
> > output. Any ideas as to what is wrong would be greatly appreciated. I
> > basically used the templates in the 'examples' folder but apparently
> > there is something wrong.
> >
> >
> > _______________________________________________
> > riak-users mailing list
> > [email protected]
> > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
> >
> >
> >
> >
> >
> > --
> > Roberto Aloi
> > ---
> > Website: http://roberto-aloi.com
> > Twitter: @robertoaloi
> >
> >
> > _______________________________________________
> > riak-users mailing list
> > [email protected]
> > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
> >
>
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com****
>
> ** **
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com