Whenever a visitor opens your Internet site, the browser sends a request to the hosting server, which executes it and gives the required content as a response. A simple HTML site uses very little resources as it's static, but database-driven platforms are more requiring and use a lot more processing time. Every single webpage that is served creates two types of load - CPU load, which depends on the length of time the server spends executing a particular script; and MySQL load, which depends on the amount of database queries generated by the script while the client browses the website. Higher load shall be created if a lot of people surf a given website all at once or if a considerable amount of database calls are made all at once. 2 examples are a discussion board with many users or an online store in which a customer enters a term in a search box and thousands of items are searched. Having comprehensive statistics about the load your site generates will enable you to optimize the content or see if it is the perfect time to switch to a more powerful kind of hosting service, if the Internet site is simply getting extremely popular.

MySQL & Load Stats in Hosting

If you host your sites within a hosting account with our company, you'll have access to thorough CPU and MySQL statistics that will enable you to keep an eye on their functionality. You are able to see the statistics with a few clicks inside your Hepsia CP. The CPU Load section will show you the total time frame the server spent on your scripts and just how much memory was needed, plus the time it took for the scripts to be executed. The daily view is the default one, but you'll be able to also see the stats from the preceding months. The MySQL Load section offer more info about the amount of queries to every single database that you have set up in the account. Once again, you can easily see per month, daily and hourly statistics, which will give you information that's different from the traffic or the number of visitors which you get. That way, you can identify if the websites need some optimization.

MySQL & Load Stats in Semi-dedicated Servers

Since our system keeps comprehensive stats for the load which each semi-dedicated server account generates, you shall be aware of how your websites perform at any time. As soon as you log in to the Hepsia Control Panel, supplied with every account, you can go to the section committed to the system load. There, you can see the processing time our system spent on your scripts, the amount of time it took for the scripts to be actually executed and what types of processes created the load - cron jobs, PHP pages, Perl scripts, etc. You can also see the number of queries to each database in your semi-dedicated account, the total daily figures for the account in general, plus the average hourly rate. With both the CPU and the MySQL load stats, you may always go back to past days or months and examine the functionality of your websites after some update or after a significant boost in the number of your website visitors.