When a visitor opens your Internet site, the browser sends a request to the server, which executes it and provides the necessary content as a response. A simple HTML website uses negligible system resources for the reason that it's static, but database-driven platforms are more demanding and use a lot more processing time. Every single webpage which is served produces two kinds of load - CPU load, that depends on the time period the web server spends executing a certain script; and MySQL load, which depends on the number of database queries created by the script while the user browses the website. Larger load shall be generated if many people browse a certain website simultaneously or if a lot of database calls are made simultaneously. 2 good examples are a discussion board with tens of thousands of users or an online store where a client enters a term within a search box and a large number of items are searched. Having in depth statistics about the load which your site generates will help you boost the content or see if it is the perfect time to switch to a more powerful kind of web hosting service, if the website is simply getting extremely popular.
MySQL & Load Stats in Web Hosting
We produce in depth statistics about the system resource usage of each web hosting account, so in case you host your sites on our highly developed cloud platform, you'll be able to check the data with only a couple of clicks from your Hepsia CP. The data is offered in two different sections. The first one shall show you how much time our system spent serving your sites, the total time it took for your scripts to be executed, how much memory the sites used and what different types of processes produced the load. Stats are produced every six hours. You can see everyday and per month stats also. In the second section you will discover all of the databases which you have created inside the account and for each of them you'll see the total amount of per hour and day-to-day queries. The information will give you a definitive picture of the performance of your websites, particularly if you compare it to the daily traffic and visitor statistics.
MySQL & Load Stats in Semi-dedicated Servers
If you have a semi-dedicated server account with our company, you shall be able to access very detailed CPU and MySQL load statistics which will give you more information about the overall performance of your sites. Two sections of the Hepsia CP are dedicated to the statistics, one for every kind. Within the CPU Load section you could see the execution time of your scripts and the length of time the server processed them. Additionally you can see the different kinds of processes that were executed. Stats are produced every six hours, but if required, you may also check figures for previous days or months. The MySQL Load section shall show you the entire number of database queries each day and on an hourly basis, plus the queries to each individual database you have within your semi-dedicated account. Comparing this information to your traffic stats shall give you useful info about how your Internet sites perform and you shall see if you need to take some measures to optimize them.