Each time a visitor opens your site, the Internet browser sends a request to the hosting server, which executes it and provides the desired content as a response. A simple HTML Internet site uses negligible system resources as it is static, but database-driven platforms are more requiring and use a lot more processing time. Every page which is served creates two types of load - CPU load, that depends on the span of time the hosting server spends executing a particular script; and MySQL load, which depends on the amount of database queries generated by the script while the user browses the Internet site. Larger load will be generated if many people look through a particular site simultaneously or if a lot of database calls are made concurrently. 2 good examples are a discussion board with thousands of users or an online store where a visitor enters a term in a search box and thousands of items are searched. Having detailed data about the load that your site generates will enable you to optimize the content or see if it is time to switch to a more powerful kind of website hosting service, if the website is simply getting really popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps detailed information about the system resource usage of each cloud hosting account that's created on our top-notch cloud platform, so given that you choose to host your websites with our company, you will have full access to this data via the Hepsia Control Panel, which you shall get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, as well as how much system memory they used. You may see what processes created the load - PHP or Perl scripts, cron jobs, and so on. The MySQL load data section will show you the total amount queries to each particular database you have created within your shared hosting account, the total queries for the account as a whole and the standard hourly rate. Comparing these statistics to the website visitor stats will tell you if your Internet sites perform the way they ought to or if they need some optimization, that will improve their functionality and the overall site visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

Our system generates comprehensive stats about the two different kinds of load, so if you buy a semi-dedicated server for your Internet sites, you can access the data with just a couple of clicks within your Hepsia hosting Control Panel. Each kind of information is listed within its own section. The CPU Load section shall tell you what processes created the load and the amount of time it took for the server to execute all of the requests. Although statistics are produced every 6 hours, you can see day by day and per month stats too. In the MySQL Load section you'll find a list of all the databases generated within your semi-dedicated account manually and automatically, what number of queries were sent to each of them, the total everyday queries for the account in general, plus the average hourly rate. This information will help you figure out how well your sites perform and if any one of them needs optimization of some kind.