Hi,
I found this blog quite helpful:
https://www.instaclustr.com/deep-diving-into-cassandra-stress-part-1/
on 1, not sure if I understand your question correctly, but I would not
start the stress test process on a Cassandra node which will be under test.
on 3, the tool has already with an option t
Have you read through the docs for stress? You can have it use your own
queries and data model.
http://cassandra.apache.org/doc/latest/tools/cassandra_stress.html
On Sun, Nov 26, 2017 at 1:02 AM Akshit Jain wrote:
> Hi,
> What is the best way to stress test the cassandra cluster with real life
>
The user and password should be in -mode section, for example:
./cassandra-stress user profile=table.yaml ops\(insert=1\) -mode native
cql3 user=** password=**
http://docs.datastax.com/en/cassandra/3.0/cassandra/tools/toolsCStress.html
/Jay
On 7/27/17 2:46 PM, Greg Lloyd wrote:
> I am trying to
Thank you Jonathan.. :)
On 26 July 2011 20:08, Jonathan Ellis wrote:
> cassandra.db.Caches
>
> On Tue, Jul 26, 2011 at 2:11 AM, Nilabja Banerjee
> wrote:
> > Thank you every one it is working fine.
> >
> > I was watching jconsole behavior...can tell me where exactly I can find "
> > Rece
cassandra.db.Caches
On Tue, Jul 26, 2011 at 2:11 AM, Nilabja Banerjee
wrote:
> Thank you every one it is working fine.
>
> I was watching jconsole behavior...can tell me where exactly I can find "
> RecentHitRates" :
>
> Tuning for Optimal Caching:
>
> Here they have given one example of that
Thank you every one it is working fine.
I was watching jconsole behavior...can tell me where exactly I can
find " *RecentHitRates"
:
*Tuning for Optimal Caching:
Here they have given one example of that *
http://www.datastax.com/docs/0.8/operations/cache_tuning#configuring-key-and-row-caches
It's in the source distribution under tools/stress see the instructions in the
README file and then look at the command line help (bin/stress --help).
Cheers
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com
On 26 Jul 2011, at 19:40, CASSAND
Hi,,
I too wanna know what this stress tool do? What is the usage of this tool...
Please explain
On Fri, Jul 22, 2011 at 6:39 PM, Jonathan Ellis wrote:
> What does nodetool ring say?
>
> On Fri, Jul 22, 2011 at 12:43 AM, Nilabja Banerjee
> wrote:
> > Hi All,
> >
> > I am following this foll
What does nodetool ring say?
On Fri, Jul 22, 2011 at 12:43 AM, Nilabja Banerjee
wrote:
> Hi All,
>
> I am following this following link "
> http://www.datastax.com/docs/0.7/utilities/stress_java " for a stress test.
> I am getting this notification after running this command
>
> xxx.xxx.xxx.xx= m
Running only one node. I dnt think it is coming for the replication
factor... I will try to sort this out Any other suggestions from your
side is always be helpful..
:) Thank you
On 22 July 2011 14:36, aaron morton wrote:
> UnavailableException is raised server side when there is les
UnavailableException is raised server side when there is less than CL nodes UP
when the request starts.
It seems odd to get it in this case because the default replication factor used
by stress test is 1. How many nodes do you have and have you made any changes
to the RF ?
Also check the serv
Have you checked the logs on the nodes to see if there are any
errors?
On 7/21/11 10:43 PM, Nilabja Banerjee wrote:
Hi All,
I am following this following link " http://www.datastax.com/docs/0.7/utilities/stress_java
" for a stress test. I am getting th
I returned to periodic commit log fsync.
Jonathan Shook gmail.com> writes:
>
> Would you share with us the changes you made, or problems you found?
>
Would you share with us the changes you made, or problems you found?
On Wed, Jan 26, 2011 at 10:41 AM, Oleg Proudnikov wrote:
> Hi All,
>
> I was able to run contrib/stress at a very impressive throughput. Single
> threaded client was able to pump 2,000 inserts per second with 0.4 ms latency.
> M
Hi All,
I was able to run contrib/stress at a very impressive throughput. Single
threaded client was able to pump 2,000 inserts per second with 0.4 ms latency.
Multithreaded client was able to pump 7,000 inserts per second with 7ms latency.
Thank you very much for your help!
Oleg
Look at iostat -x 10 10 when he active par tof your test is running. there
should be something called svc_t - that should be in the 10ms range, and
await should be low.
Will tell you if IO is slow, or if IO is not being issued.
Also, ensure that you ain't swapping with something like "swapon -s"
buddhasystem bnl.gov> writes:
>
>
> Oleg,
>
> I'm a novice at this, but for what it's worth I can't imagine you can have a
> _sustained_ 1kHz insertion rate on a single machine which also does some
> reads. If I'm wrong, I'll be glad to learn that I was. It just doesn't seem
> to square with a
Brandon Williams gmail.com> writes:
>
> On Tue, Jan 25, 2011 at 1:23 PM, Oleg Proudnikov cloudorange.com>
wrote:
>
> When I run contrib/stress with a higher thread count, the server does scale to
> 200 inserts a second with latency of 200ms. At the same time Windows desktop
> scales to 900 ins
On Tue, Jan 25, 2011 at 1:23 PM, Oleg Proudnikov wrote:
> When I run contrib/stress with a higher thread count, the server does scale
> to
> 200 inserts a second with latency of 200ms. At the same time Windows
> desktop
> scales to 900 inserts a second and latency of 120ms. There is a huge
> diffe
Oleg,
I'm a novice at this, but for what it's worth I can't imagine you can have a
_sustained_ 1kHz insertion rate on a single machine which also does some
reads. If I'm wrong, I'll be glad to learn that I was. It just doesn't seem
to square with a typical seek time on a hard drive.
Maxim
--
V
Tyler Hobbs riptano.com> writes:
> Try using something higher than -t 1, like -t 100.- Tyler
>
Thank you, Tyler!
When I run contrib/stress with a higher thread count, the server does scale to
200 inserts a second with latency of 200ms. At the same time Windows desktop
scales to 900 inserts a s
Try using something higher than -t 1, like -t 100.
- Tyler
On Mon, Jan 24, 2011 at 9:38 PM, Oleg Proudnikov wrote:
> Hi All,
>
> I am struggling to make sense of a simple stress test I ran against the
> latest
> Cassandra 0.7. My server performs very poorly compared to a desktop and
> even a
> n
22 matches
Mail list logo