If you have an HTML website, it likely uses a very small amount of system resources because it is static, but this isn't the case with dynamic database-driven sites that use PHP scripts and offer much more features. This sort of sites produce load on the hosting server anytime anyone browses them, because the server requires time to execute the script, to access the database and then to provide the info requested by the visitor's web browser. A famous discussion board, as an illustration, stores all usernames and posts in a database, so some load is created any time a thread is opened or an end user looks for a given name. If many people access the forum all at once, or if every single search involves checking thousands of database entries, this could create high load and affect the performance of the site. In this regard, CPU and MySQL load stats can give you information about the site’s functionality, as you can compare the numbers with your traffic stats to make a decision if the website needs to be optimized or migrated to another kind of website hosting platform which will be able to bear the high system load in the event that the website is extremely popular.

MySQL & Load Stats in Shared Website Hosting

Our system keeps comprehensive info about the system resource usage of every shared website hosting account that is created on our top-notch cloud platform, so in case you opt to host your Internet sites with our company, you will have full access to this information via the Hepsia CP, which you will get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, as well as what amount of system memory they used. You may also see what processes produced the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load stats section will show you the number of queries to each particular database that you've created inside your shared hosting account, the total queries for the account altogether and the typical hourly rate. Comparing these numbers to the site visitor data will tell you if your Internet 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

Due to the fact that our system keeps thorough statistics for the load which every semi-dedicated server account produces, you'll be aware of how your Internet sites perform at any time. After you log in to the Hepsia Control Panel, provided with each account, you should check out the section committed to the system load. There, you can see the processing time our system spent on your scripts, the length of time it took for the scripts to be actually executed and what sorts of processes created the load - cron jobs, PHP pages, Perl scripts, etcetera. You may also see the number of queries to each and every database within your semi-dedicated account, the total daily statistics for the account in general, as well as the average hourly rate. With both the CPU and the MySQL load stats, you may always go back to past days or months and compare the efficiency of your websites after some update or after a major increase in the number of your visitors.