Re: benchmarking

2018-08-28 Thread Jeremy Kepner
r containers on a laptop with an i7 processor (8 cores) > > with > > > > 16GB of RAM. As an example I'm running a count of all entries for a > > table > > > > with 6.3M entries with "accumulo shell -u root -p secret -e "scan -t > > > > benc

Re: benchmarking

2018-08-28 Thread guy sharon
t of all entries for a > table > > > with 6.3M entries with "accumulo shell -u root -p secret -e "scan -t > > > benchmark_table -np" | wc -l" and it takes 43 seconds. Not sure if > this is > > > reasonable or not. Seems a little slow to me. What do you think? >

Re: benchmarking

2018-08-28 Thread Mike Miller
>> with >> > 16GB of RAM. As an example I'm running a count of all entries for a >> table >> > with 6.3M entries with "accumulo shell -u root -p secret -e "scan -t >> > benchmark_table -np" | wc -l" and it takes 43 seconds. Not sure if thi

Re: benchmarking

2018-08-28 Thread guy sharon
nning a count of all entries for a table > > with 6.3M entries with "accumulo shell -u root -p secret -e "scan -t > > benchmark_table -np" | wc -l" and it takes 43 seconds. Not sure if this > is > > reasonable or not. Seems a little slow to me. What do y

Re: benchmarking

2018-08-28 Thread Michael Wall
about your setup >> and what you are seeing? >> >> https://accumulo.apache.org/papers/accumulo-benchmarking-2.1.pdf >> https://www.youtube.com/watch?v=Ae9THpmpFpM >> >> Mike >> >> >> On Sat, Aug 25, 2018 at 5:09 PM guy sharon >> wrote: >> &g

Re: benchmarking

2018-08-28 Thread Jeremy Kepner
-p secret -e "scan -t > > benchmark_table -np" | wc -l" and it takes 43 seconds. Not sure if this is > > reasonable or not. Seems a little slow to me. What do you think? > > > > BR, > > Guy. > > > > > > > > > > On Mon, Aug

Re: benchmarking

2018-08-28 Thread Sean Busbey
R, > Guy. > > > > > On Mon, Aug 27, 2018 at 4:43 PM Michael Wall wrote: > > > Hi Guy, > > > > Here are a couple links I found. Can you tell us more about your setup > > and what you are seeing? > > > > https://accumulo.apache.org/papers/

Re: benchmarking

2018-08-28 Thread guy sharon
links I found. Can you tell us more about your setup > and what you are seeing? > > https://accumulo.apache.org/papers/accumulo-benchmarking-2.1.pdf > https://www.youtube.com/watch?v=Ae9THpmpFpM > > Mike > > > On Sat, Aug 25, 2018 at 5:09 PM guy sharon > wrote: &

Re: benchmarking

2018-08-27 Thread Mike Walch
u tell us more about your setup > and what you are seeing? > > https://accumulo.apache.org/papers/accumulo-benchmarking-2.1.pdf > https://www.youtube.com/watch?v=Ae9THpmpFpM > > Mike > > > On Sat, Aug 25, 2018 at 5:09 PM guy sharon > wrote: > >> hi, >>

Re: benchmarking

2018-08-27 Thread Michael Wall
Hi Guy, Here are a couple links I found. Can you tell us more about your setup and what you are seeing? https://accumulo.apache.org/papers/accumulo-benchmarking-2.1.pdf https://www.youtube.com/watch?v=Ae9THpmpFpM Mike On Sat, Aug 25, 2018 at 5:09 PM guy sharon wrote: > hi, > >

benchmarking

2018-08-25 Thread guy sharon
hi, I've just started working with Accumulo and I think I'm experiencing slow reads/writes. I'm aware of the recommended configuration. Does anyone know of any standard benchmarks and benchmarking tools I can use to tell if the performance I'm getting is reasonable?

Re: Accumulo Caching for benchmarking

2012-08-07 Thread Steven Troxell
all, I am running a benchmarking project on accumulo looking at RDF queries for clusters with different node sizes. While I intend to look at caching for each optimizing each individual run, I do NOT want caching to interfere for example between runs involving the use of 10 and 8

Re: Accumulo Caching for benchmarking

2012-08-07 Thread Eric Newton
running a benchmarking project on accumulo looking at RDF queries for clusters with different node sizes. While I intend to look at caching for each optimizing each individual run, I do NOT want caching to interfere for example between runs involving the use of 10 and 8 tablet servers

Re: Accumulo Caching for benchmarking

2012-08-06 Thread Steven Troxell
On Fri, Aug 3, 2012 at 5:50 PM, Steven Troxell steven.trox...@gmail.com wrote: Hi all, I am running a benchmarking project on accumulo looking at RDF queries for clusters with different node sizes. While I intend to look at caching for each optimizing each individual run, I do NOT want

Re: Accumulo Caching for benchmarking

2012-08-04 Thread Eric Newton
, for analysis later. Essentially, when in doubt, take more data... --L On Fri, Aug 3, 2012 at 5:50 PM, Steven Troxell steven.trox...@gmail.com wrote: Hi all, I am running a benchmarking project on accumulo looking at RDF queries for clusters with different node sizes. While I intend

Re: Accumulo Caching for benchmarking

2012-08-03 Thread Christopher Tubbs
running a benchmarking project on accumulo looking at RDF queries for clusters with different node sizes. While I intend to look at caching for each optimizing each individual run, I do NOT want caching to interfere for example between runs involving the use of 10 and 8 tablet servers. Up

Re: Software used for benchmarking a cloud

2012-06-04 Thread William Slacum
Accumulo comes with continuous ingest and query scripts that can benchmark how many KV-pairs you have coming into and out of a cluster. On Mon, Jun 4, 2012 at 12:57 PM, Hider, Sandy sandy.hi...@jhuapl.edu wrote: All, I am wondering what others have found to help perform benchmarks of a cloud?