S
S
Sergey2014-12-27 21:48:12
linux
Sergey, 2014-12-27 21:48:12

Are there any scripts to check hosting speed?

Bitrix has a module for hosting benchmarking, which shows the number of operations in the CPU, the speed of the HDD, measures mysql for reading, writing, deleting. Checks which php settings need to be changed for better performance.
Is there such a script so that it can be run on a hosting?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
protven, 2014-12-28
@protven

Well, just like that - no. There is https://code.google.com/p/byte-unixbench/ , tests I/O, CPU, HDD, etc.
Like this

wget dl.getipaddr.net/speedtest.sh 2>/dev/null -O- | bash
you can test your channel.
There is also a benchmark from serverbear.com/about , but I have not run it, I can not say anything. The first two, IMHO, are enough for the eyes.

S
Sergey Nalomenko, 2014-12-27
@nalomenko

There are separate pieces of code and scripts for various kinds of tests. For example, here for PHP performance testing, and here for MySQL benchmarking.
If you google, you can find similar tests to determine the performance of the file system.
From all these resources, you can quite quickly assemble the necessary benchmark for your goals with your hands.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question