Tagged Questions
0
votes
1answer
60 views
mysqlslap running very slow on a specific computer
I've recently discovered the tool mysqlslap and have run some simple tests with it. I currently have three test environments (2 Win 7, 1 Linux Ubuntu) where I can run these tests. However, running a ...
0
votes
2answers
159 views
MySQL Benchmark on FreeBSD and Ubuntu [closed]
I'd like to benchmark two db servers, one is running Ubuntu the other FreeBSD. Unfortunately we are unable to install SysBench on the FreeBSD OS. Could anyone recommend any alternatives? Or should I ...
1
vote
2answers
134 views
mysqlslap number in sql statement to change with iteration
I am trying to figure out how to increment a number in a mysqlslap query with every iteratiom.
Let me explain what I exactly mean:
I got a query:
SELECT age FROM member WHERE id = [some number]
...
2
votes
1answer
1k views
I want to know about the IOPS (I/O Per Second) and How it influences the DB CRUD operation
I want to get a dedicated server for my Database (MySQL) which runs InnoDB Engine.
There is this option in InnoDB capacity that you can define the IOPS in it. Let's say
that I have a SATA 72K-RPM HDD ...
0
votes
1answer
159 views
Why we use low numbers for concurrent in MySQL benchmarks or HTTP_LOAD? [closed]
I've seen so many times that we use numbers like 5,6 or 10 at most. What is this concurrency? Doesn't it refer to number of simultaneous users in bench?
EDIT
I'm not talking about any specific ...
2
votes
1answer
229 views
How to use the 'select benchmark' command on a procedure
I am trying to check which of my procedures is slowest and thus needs optimization.
I currently have around 160 procedures and about 30 functions.
I am using the select benchmark() to check the ...
9
votes
4answers
3k views
Are there any MySQL Benchmarking tools?
I've heard a long time ago that there is this tool that helps you tweek mysql settings for better performance but i can't seam to find it. I am aware that I can use ab for apache to simulate high ...