Whenever a visitor opens your Internet site, the web browser sends a request to the server, which executes it and gives the required information as a response. A basic HTML website uses very little system resources because it is static, but database-driven platforms are more requiring and use much more processing time. Every single page which is served generates two sorts of load - CPU load, that depends on the time the server spends executing a certain script; and MySQL load, that depends on the amount of database queries produced by the script while the user browses the site. Greater load will be created if loads of people look through a certain Internet site concurrently or if many database calls are made all at once. 2 illustrations are a discussion board with many users or an online store in which a client enters a term inside a search box and a large number of items are searched. Having in depth statistics about the load which your Internet site generates will enable you to boost the content or see if it's time for you to switch to a more powerful kind of web hosting service, if the Internet site is simply getting quite popular.

MySQL & Load Stats in Hosting

We generate comprehensive data about the system resource usage of each hosting account, so in case you host your sites on our sophisticated cloud platform, you'll be able to check out the stats with just a few clicks from your Hepsia CP. The data is available in 2 different sections. The first one shall show you the length of 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 kinds of processes produced the load. Stats are produced every six hours. You'll be able to see daily and per month data also. In the second section you shall find all of the databases that you've created within the account and for each one of them you shall see the number of hourly and daily queries. The data will give you a definitive picture of the functionality of your websites, specifically if you compare it to the daily traffic and visitor data.

MySQL & Load Stats in Semi-dedicated Hosting

Our system creates detailed statistics about the two different kinds of load, so if you purchase a semi-dedicated server for your sites, you can access the data with a few clicks inside your Hepsia hosting Control Panel. Each kind of information is listed inside its own section. The CPU Load section shall tell you which processes created the load and the span of time it took for the hosting server to execute all the requests. Although statistics are produced every six hours, you can see daily and per month stats too. In the MySQL Load section you'll find a list of all the databases produced within your semi-dedicated account manually and automatically, what number of queries were sent to each one of them, the total daily queries for the account as a whole, plus the average hourly rate. This info will help you figure out how well your sites perform and if any of them needs optimization of some type.