When a visitor opens your site, the Internet browser sends a request to the server, which in turn executes it and provides the required data as a response. A standard HTML site uses very little resources because it is static, but database-driven platforms are more requiring and use much more processing time. Each page that's served produces 2 forms of load - CPU load, which depends on the time period the server spends executing a particular script; and MySQL load, which depends on the total number of database queries produced by the script while the client browses the website. Bigger load will be produced if a considerable amount of people surf a certain site concurrently or if numerous database calls are made concurrently. 2 illustrations are a discussion board with a huge number of users or an online store where a visitor enters a term in a search box and thousands of items are searched. Having detailed statistics about the load that 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 hosting service, if the site is simply getting really popular.

MySQL & Load Stats in Shared Hosting

We create thorough stats about the system resource usage of every shared hosting account, so in the event that you host your sites on our advanced cloud platform, you shall be able to examine the data with only a couple of clicks from your Hepsia Control Panel. The data is supplied in 2 different sections. The first one shall show you the span of time our system spent serving your sites, the total time it took for your scripts to be executed, how much memory sites used and what different kinds of processes created the load. Stats are generated every 6 hours. You could see everyday and monthly stats too. In the second section you will discover all the databases that you have created inside the account and for each of them you'll see the number of per hour 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 stats.

MySQL & Load Stats in Semi-dedicated Hosting

Because our system keeps thorough statistics for the load that every semi-dedicated server account produces, you shall be aware of how your sites perform at any time. When you log in to the Hepsia Control Panel, included with every single account, you can go to the section dedicated to the system load. There, you are able to see the processing time our system spent on your scripts, how much time it took for the scripts to be actually executed and what kinds of processes produced the load - cron jobs, PHP pages, Perl scripts, etc. Also you can see the total number of queries to each database inside your semi-dedicated account, the total everyday stats for the account altogether, along with the average hourly rate. With both the CPU and the MySQL load stats, you may always go back to past days or months and review the general performance of your Internet sites after some update or after a major boost in the number of your site visitors.