If you have an HTML site, it probably uses a really small amount of system resources because it is static, but this isn't the case with dynamic database-driven websites that use PHP scripts and provide you with a lot more features. This type of sites create load on the website hosting server when anyone browses them, since the web server requires time to execute the script, to access the database and then to provide the information requested by the visitor's web browser. A famous discussion board, as an illustration, stores all usernames and posts inside a database, so some load is produced every time a thread is opened or a user searches for a certain term. If a lot of people access the forum at the same time, or if each search involves checking hundreds of thousands of database entries, this may produce high load and affect the efficiency of the site. In this regard, CPU and MySQL load stats can present you with data about the site’s overall performance, as you can compare the numbers with your traffic statistics to make a decision if the site should be optimized or moved to a new type of web hosting platform that'll be able to bear the high system load in case the Internet site is extremely popular.

MySQL & Load Stats in Shared Hosting

Our system keeps detailed info about the system resource usage of every shared hosting account which is set up on our top-notch cloud platform, so if you decide to host your Internet sites with our company, you'll have full access to this info through the Hepsia CP, which you'll get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, along with what amount of system memory they used. You may also see what processes created the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load data section will show you the amount of queries to each specific database that you have created inside your shared hosting account, the total queries for the account overall and the typical hourly rate. Comparing these statistics to the site visitor stats shall tell you if your sites perform the way they should or if they require some optimization, that will improve their overall performance and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Servers

Our system produces detailed statistics about both kinds of load, so if you acquire a semi-dedicated server for your Internet sites, you can access the information with just a few mouse clicks inside your Hepsia hosting Control Panel. Every type of data is listed in its own section. The CPU Load section shall tell you exactly what processes produced the load and the length of time it took for the server to execute all the requests. Though statistics are generated every six hours, you can see day by day and per month statistics as well. In the MySQL Load section you'll find a list of all the databases produced in your semi-dedicated account manually and automatically, the amount of queries were sent to every one of them, the total everyday queries for the account overall, as well as the average hourly rate. This data will help you figure out how well your sites perform and if any of them requires optimization of some kind.