Whenever a visitor opens your site, the Internet browser sends a request to the web server, which in turn executes it and provides the required data as a response. A basic HTML site uses minimal resources for the reason that it is static, but database-driven platforms are more demanding and use far more processing time. Each and every page that's served produces two sorts of load - CPU load, that depends on the time the web server spends executing a particular script; and MySQL load, which depends on the total number of database queries created by the script while the client browses the website. Larger load shall be generated if loads of people look through a certain website all at once or if a lot of database calls are made concurrently. Two examples are a discussion board with tens of thousands of users or an online store in which a visitor enters a term in a search box and a large number of items are searched. Having comprehensive data about the load that your website generates will enable you to improve the content or see if it is time for you to switch to a more powerful sort of website hosting service, if the website is simply getting really popular.

MySQL & Load Stats in Hosting

We create in depth data about the system resource usage of every single hosting account, so if you host your websites on our advanced cloud platform, you'll be able to check the statistics with only a couple of clicks from your Hepsia CP. The data is offered in two 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, the amount of memory the sites used and what different kinds of processes created the load. Statistics are created every 6 hours. You'll be able to see day-to-day and month-to-month data too. In the second section you will find all the databases that you've created within the account and for every one of them you'll see the total amount of per hour and daily queries. The information will give you a detailed picture of the overall performance of your websites, especially if you compare it to the daily traffic and visitor statistics.

MySQL & Load Stats in Semi-dedicated Hosting

Our system produces detailed statistics about both different kinds of load, so if you buy a semi-dedicated server for your Internet sites, you can access the information with a few clicks in your Hepsia hosting CP. Every type of information is listed within its own section. The CPU Load section will tell you which processes generated the load and how much time it took for the hosting server to execute all of the requests. Although stats are generated every six hours, you can see day-to-day and per month statistics too. In the MySQL Load section you will find a list of all the databases produced within your semi-dedicated account manually and automatically, the amount of queries were sent to every one of them, the total everyday queries for the account in general, plus the average hourly rate. This information will help you see how well your websites perform and if any one of them requires optimization of some type.