If you have an HTML site, it likely uses a small amount of system resources as it is static, but this isn't the case with dynamic database-driven websites that use PHP scripts and offer much more capabilities. This type of sites generate load on the hosting server each time anyone browses them, as the server requires time to execute the script, to access the database and then to provide the data requested by the visitor's browser. A famous discussion board, for instance, stores all usernames and posts in a database, so some load is generated every single time a thread is opened or a user looks for a certain phrase. If many people access the forum simultaneously, or if each and every search involves checking thousands of database entries, this could create high load and affect the overall performance of the site. In this regard, CPU and MySQL load stats can give you data about the site’s performance, as you can compare the numbers with your traffic stats to determine if the website should be optimized or transferred to a new type of website hosting platform that'll be able to bear the high system load if the website is popular.

MySQL & Load Stats in Shared Hosting

Our system keeps comprehensive info about the system resource usage of each shared hosting account that is created on our top-notch cloud platform, so given that you opt to host your sites with us, you shall have full access to this info via the Hepsia Control Panel, which you shall get with the account. The CPU load statistics include the CPU time and the actual execution time of your scripts, and how much 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 statistics section will show you the number of queries to each individual database you have created in your shared hosting account, the total queries for the account altogether and the typical hourly rate. Comparing these figures to the site visitor data shall tell you if your Internet sites perform the way they should or if they need some optimization, that'll improve their functionality and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces thorough stats about the two different kinds of load, so if you acquire a semi-dedicated server for your sites, you can access the data with just a couple of clicks within your Hepsia hosting Control Panel. Every type of information is listed in its own section. The CPU Load section will tell you exactly what processes created the load and the span of time it took for the web server to execute all the requests. Although statistics are created every 6 hours, you can see day-to-day and per month stats too. In the MySQL Load section you'll find a list of all the databases generated in your semi-dedicated account manually and automatically, how many queries were sent to each one of them, the total day-to-day queries for the account overall, plus the average per hour rate. This data shall help you determine how well your sites perform and if any of them requires optimization of some type.