If you have an HTML website, most likely it uses a really small amount of system resources because it's static, but this isn't the situation with dynamic database-driven Internet sites that use PHP scripts and provide considerably more features. This kind of Internet sites create load on the website hosting server anytime anyone browses them, because the web server requires time to execute the script, to access the database and then to deliver the data requested by the visitor's browser. A well known discussion board, for example, stores all usernames and posts within a database, so some load is created every time a thread is opened or an end user looks for a particular word. If a lot of people connect to the forum simultaneously, or if every search involves checking hundreds of thousands of database entries, this can generate high load and affect the efficiency of the site. In this regard, CPU and MySQL load stats can provide you with info about the site’s functionality, as you can compare the numbers with your traffic statistics to determine if the Internet site must be optimized or transferred to a new kind of website hosting platform which will be able to bear the high system load if the Internet site is popular.
MySQL & Load Stats in Shared Website Hosting
Our system keeps comprehensive information about the system resource usage of every single shared website hosting account which is created on our top-notch cloud platform, so in case you decide to host your websites with our company, you will have full access to this information via the Hepsia CP, which you'll get with the account. The CPU load stats include the CPU time and the actual execution time of your scripts, plus what amount of system memory they used. You may see what processes produced the load - PHP or Perl scripts, cron jobs, and so forth. The MySQL load data section will show you the amount of queries to each particular database that you have created inside your shared hosting account, the total queries for the account altogether and the average hourly rate. Comparing these statistics to the website visitor statistics will tell you if your sites perform the way they ought to or if they require some optimization, that will improve their efficiency and the overall site visitor experience.
MySQL & Load Stats in Semi-dedicated Servers
Our system creates detailed stats about both different types of load, so if you purchase a semi-dedicated server for your Internet sites, you can access the information with just a couple of mouse clicks inside your Hepsia hosting CP. Each type of info is listed in its own section. The CPU Load section can tell you which processes produced the load and the amount of time it took for the hosting server to execute all of the requests. Although statistics are created every 6 hours, you can see daily and per month stats also. In the MySQL Load section you will find a list of all the databases generated within your semi-dedicated account manually and automatically, what number of queries were sent to each one of them, the total day-to-day queries for the account in general, along with the average per hour rate. This data will help you figure out how well your Internet sites perform and if each of them needs optimization of some sort.