Every time a visitor opens your Internet site, the browser sends a request to the web server, which in turn executes it and provides the desired information as a response. A simple HTML Internet site uses minimal resources as it's static, but database-driven platforms are more requiring and use more processing time. Every page which is served produces two kinds of load - CPU load, that depends on the time the web server spends executing a particular script; and MySQL load, which depends on the total number of database queries produced by the script while the end user browses the site. Larger load shall be generated if a lot of people browse a certain Internet site simultaneously or if a lot of database calls are made all at once. 2 examples are a discussion board with many users or an online store in which a customer enters a term in a search box and a large number of items are searched. Having comprehensive statistics about the load that your website generates can help you boost the content or see if it is time to switch to a more powerful kind of hosting service, if the Internet site is simply getting really popular.

MySQL & Load Stats in Website Hosting

We produce in depth stats about the system resource usage of each website hosting account, so if you host your sites on our advanced cloud platform, you will be able to check out the stats with just a couple of mouse clicks from your Hepsia Control Panel. The data is offered in two different sections. The first one shall show you the length 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 types of processes produced the load. Stats are created every 6 hours. You can see day-to-day and month-to-month stats as well. In the second section you'll find all of the databases that you've created within the account and for each and every one of them you will see the number of hourly and daily queries. The data will give you a definitive picture of the overall performance of your Internet sites, specifically if you compare it to the daily traffic and visitor stats.

MySQL & Load Stats in Semi-dedicated Servers

If you would like to see thorough stats about the load created by your Internet sites, it won't take more than just a few clicks to do that. The Hepsia hosting CP, provided with all semi-dedicated servers we offer, features a section dedicated to the system resource usage and the data there shall tell you if your websites function properly and if the load they create corresponds to the number of received site visitors. The CPU load statistics include the script execution time and the span of time it took for the hosting server to process the requests, and what sorts of processes produced the load. The MySQL stats shall show you how frequently every database was accessed, as well as everyday and hourly stats for the entire account. With both sorts of stats, you are able to check the numbers for any of the past days and months, so you could see how the sites perform as the traffic to them rises or after you have applied some update.