When a visitor opens your Internet site, the Internet browser sends a request to the server, which executes it and gives the desired data as a response. A basic HTML site uses negligible resources because it is static, but database-driven platforms are more requiring and use far more processing time. Every single page which is served produces 2 sorts of load - CPU load, which depends on the span of time the hosting server spends executing a specific script; and MySQL load, that depends on the total number of database queries created by the script while the user browses the website. Greater load shall be created if loads of people surf a certain site simultaneously or if a lot of database calls are made concurrently. Two good examples are a discussion board with a huge number of users or an online store in which a visitor enters a term inside a search box and thousands of items are searched. Having detailed stats about the load your website generates will help you improve the content or see if it is the perfect time to switch to a more powerful kind of hosting service, if the Internet site is simply getting extremely popular.

MySQL & Load Stats in Hosting

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

MySQL & Load Stats in Semi-dedicated Servers

If you need to see comprehensive statistics with regards to the load created by your Internet sites, it won't take more than a few mouse clicks to do that. The Hepsia hosting Control Panel, included with all semi-dedicated servers that we offer, has a section devoted to the system resource usage and the information there shall tell you if your websites function properly and if the load they generate corresponds to the total amount of received website visitors. The CPU load statistics include the script execution time and how much time it took for the machine to process the requests, and what sorts of processes generated the load. The MySQL stats shall show you how many times every single database was accessed, and everyday and per hour data for the whole account. With both sorts of stats, you can check the numbers for any of the past days and months, so you could see how sites perform as the traffic to them grows or once you've applied some update.