When a visitor opens your site, the browser sends a request to the hosting server, which executes it and gives the desired data as a response. A basic HTML website uses negligible system resources because it is static, but database-driven platforms are more requiring and use a lot more processing time. Every single webpage that is served generates 2 forms of load - CPU load, which depends on the time period the server spends executing a certain script; and MySQL load, that depends on the amount of database queries produced by the script while the end user browses the website. Greater load will be produced if a considerable amount of people browse a certain site at the same time or if a considerable amount of database calls are made concurrently. 2 good examples are a discussion board with tens of thousands of users or an online store in which a visitor enters a term inside a search box and thousands of items are searched. Having thorough statistics about the load that your Internet site generates will enable you to optimize the content or see if it's time to switch to a more powerful type of hosting service, if the website is simply getting extremely popular.

MySQL & Load Stats in Hosting

We create comprehensive stats about the system resource usage of every single hosting account, so if you host your Internet sites on our highly developed cloud platform, you shall be able to check out the statistics with only a couple of clicks from your Hepsia Control Panel. The data is provided in 2 different sections. The first one will show you the amount of time our system spent serving your Internet sites, the total time it took for your scripts to be executed, the amount of memory Internet sites used and what types of processes generated the load. Stats are generated every 6 hours. You're able to see day-to-day and month-to-month data too. In the second section you'll find all the databases which you have created inside the account and for each one of them you will see the number of hourly and day-to-day queries. The data shall give you a definitive picture of the efficiency of your Internet sites, specifically if you compare it to the daily traffic and visitor stats.

MySQL & Load Stats in Semi-dedicated Servers

Since our system keeps thorough statistics for the load that each semi-dedicated server account generates, you will be aware of how your websites perform at any time. As soon as you log in to the Hepsia CP, included with every single account, you can go to the section dedicated to the system load. There, you can easily see the processing time our system spent on your scripts, the span of time it took for the scripts to be actually executed and what sorts of processes generated the load - cron jobs, PHP pages, Perl scripts, etcetera. Additionally you can see the total number of queries to each and every database within your semi-dedicated account, the total day-to-day figures for the account overall, along with the average hourly rate. With both the CPU and the MySQL load stats, you could always go back to past days or months and compare the overall performance of your websites after some update or after a major boost in the number of your visitors.