When a visitor opens your site, the web browser sends a request to the server, which in turn executes it and supplies the required information as a response. A basic HTML Internet site uses minimum resources as it's static, but database-driven platforms are more requiring and use much more processing time. Every page that's served creates 2 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 generated by the script while the end user browses the site. Bigger load will be created if loads of people surf a certain Internet site all at once or if loads of database calls are made concurrently. Two good examples are a discussion board with a huge number of users or an online store in which a visitor enters a term inside a search box and a large number of items are searched. Having in depth data about the load which your Internet site generates can help you improve the content or see if it's time to switch to a more powerful kind of hosting service, if the Internet site is simply getting really popular.

MySQL & Load Stats in Web Hosting

We generate thorough data about the system resource usage of every web hosting account, so in the event that you host your Internet sites on our advanced cloud platform, you'll be able to check the data with only a few mouse clicks from your Hepsia Control Panel. The data is offered in two different sections. The first one will show you the time our system spent serving your sites, the total time it took for your scripts to be executed, the amount of memory the sites used and what types of processes generated the load. Statistics are generated every six hours. You could see everyday and per month statistics as well. In the second section you will discover all of the databases that you have created within the account and for each of them you shall see the total amount of per hour and daily queries. The data will give you an accurate picture of the performance of your sites, particularly if you compare it to the daily traffic and visitor stats.

MySQL & Load Stats in Semi-dedicated Servers

If you need to see comprehensive stats for the load generated by your websites, it won't take more than several clicks to do that. The Hepsia hosting Control Panel, supplied with all semi-dedicated servers which we offer, features a section dedicated to the system resource usage and the info there will tell you if your Internet sites function properly and if the load they generate corresponds to the amount of received website visitors. The CPU load statistics include the script execution time and the length of time it took for the hosting server to process the requests, as well as what sorts of processes produced the load. The MySQL data shall show you how many times each database was accessed, plus everyday and by the hour statistics for the entire account. With both kinds of statistics, you are able to check the numbers for any of the past days and months, so you can easily see how the websites perform as the traffic to them increases or after you have applied some update.