If you have an HTML Internet site, most likely it uses a small amount of resources as it is static, but this is not the situation with dynamic database-driven Internet sites that use PHP scripts and offer a lot more capabilities. This sort of Internet sites generate load on the website hosting server each time someone browses them, since the server requires time to execute the script, to access the database and then to deliver the information requested by the visitor's browser. A well known discussion board, for example, stores all usernames and posts inside a database, so some load is generated any time a thread is opened or an end user looks for a given name. If many people connect to the forum concurrently, or if each search involves checking thousands of database entries, this may generate high load and affect the overall performance of the site. In this regard, CPU and MySQL load data can give you information about the site’s performance, as you can compare the numbers with your traffic data to make a decision if the website needs to be optimized or moved to another kind of hosting platform which will be able to bear the high system load if the Internet site is really popular.

MySQL & Load Stats in Cloud Hosting

Our system keeps detailed information about the system resource usage of every single cloud hosting account that is created on our top-notch cloud platform, so in case you choose to host your websites with our company, you will have full access to this data from the Hepsia CP, which you'll get with the account. The CPU load statistics feature the CPU time and the actual execution time of your scripts, and how much system memory they used. You could also see what processes created the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load stats section will show you the total amount queries to each individual database you have created inside your shared hosting account, the total queries for the account overall and the normal hourly rate. Comparing these statistics to the website visitor statistics will tell you if your websites perform the way they have to or if they need some optimization, which will improve their performance and the overall website visitor experience.

MySQL & Load Stats in Semi-dedicated Hosting

If you have a semi-dedicated server account with us, you shall be able to access rather detailed CPU and MySQL load data which will give you more information about the efficiency of your websites. 2 sections of the Hepsia Control Panel are devoted to the stats, one for every kind. Inside the CPU Load section you are able to 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 which were executed. Statistics are created every six hours, but if needed, you can also check statistics for previous days or months. The MySQL Load section will show you the total amount of database queries each and every day and per hour, and also the queries to each individual database which you have inside your semi-dedicated account. Comparing this data to your traffic stats shall give you important information about how your sites perform and you will determine if you have to take some measures to boost them.