When a visitor opens your Internet site, the browser sends a request to the web server, which in turn executes it and supplies the required information as a response. A standard HTML Internet site uses minimal system resources as it is static, but database-driven platforms are more requiring and use much more processing time. Every page that's served produces two kinds of load - CPU load, which depends on the amount of time the web server spends executing a particular script; and MySQL load, that depends on the total number of database queries produced by the script while the end user browses the site. Bigger load will be produced if many people look through a certain site concurrently or if loads of database calls are made all at once. Two examples are a discussion board with many users or an online store where a visitor enters a term in a search box and tens of thousands of items are searched. Having detailed stats about the load your website generates will help you optimize the content or see if it's time for you to switch to a more powerful type of website hosting service, if the Internet site is simply getting very popular.

MySQL & Load Stats in Cloud Hosting

If you host your sites in a cloud hosting account with us, you will have access to in depth CPU and MySQL data that will allow you to monitor their overall performance. You are able to see the stats with several mouse clicks within your Hepsia Control Panel. The CPU Load section will reveal to you the total time period the server spent on your scripts and how much memory was required, along with the time it took for the scripts to be executed. The everyday view is the standard one, but you may also see the numbers from the past months. The MySQL Load section offer you more info about the total amount of queries to each and every database that you have set up in the account. Once again, you are able to see monthly, daily and per hour data, which will give you data that's different from the traffic or the number of visitors which you get. That way, you can see if the Internet sites require some optimization.

MySQL & Load Stats in Semi-dedicated Servers

Due to the fact that our system keeps thorough statistics for the load which each semi-dedicated server account produces, you'll be aware of how your websites perform at any time. After you log in to the Hepsia CP, which comes with every single account, you can go to the section committed to the system load. There, you will 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 generated the load - cron jobs, PHP pages, Perl scripts, and so forth. Additionally you can see the number of queries to every single database within your semi-dedicated account, the total daily statistics for the account overall, plus the average hourly rate. With both the CPU and the MySQL load data, you may always go back to past days or months and review the functionality of your sites after some update or after a considerable increase in the number of your website visitors.