If you have an HTML Internet site, it probably uses a very small amount of system resources because it's static, but that isn't the case with dynamic database-driven websites that use PHP scripts and provide far more functions. Such Internet sites generate load on the hosting server each time somebody browses them, as the server needs time to execute the script, to access the database and then to provide the content requested by the visitor's browser. A widely used discussion board, for example, stores all usernames and posts inside a database, so some load is generated any time a thread is opened or an end user searches for a particular word. If a lot of people connect to the forum concurrently, or if each search involves checking a large number of database entries, this can produce high load and affect the efficiency of the Internet site. In this regard, CPU and MySQL load stats can provide you with data about the site’s functionality, as you can compare the numbers with your traffic statistics to decide if the site should be optimized or migrated to a different sort of website hosting platform that will be able to bear the high system load in the event that the Internet site is really popular.
MySQL & Load Stats in Cloud Hosting
If you host your Internet sites in a cloud hosting account with our company, you will have access to thorough CPU and MySQL statistics that will allow you to keep track of their overall performance. You could see the statistics with several clicks within your Hepsia CP. The CPU Load section will show you the total time period the server spent on your scripts and just how much memory was required, as well as the time it took for the scripts to be executed. The day-to-day view is the standard one, but you could also see the stats from the past months. The MySQL Load section offer you more details about the amount of queries to each database that you have set up inside the account. Once again, you are able to see per month, day-to-day and per hour statistics, that will give you info that's different from the traffic or the number of visitors which you get. That way, you can identify if the websites require some optimization.