• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Input Plesk with VPS. 32 TB traffic monthly: how many visitors can it handle!! My Response with PHP, MySQL, on Ubuntu

jlocana

Basic Pleskian
Server operating system version
Ubuntu 22.04.4 LTS
Plesk version and microupdate number
Version 18.0.59 Update #2, last updated on Mar 6, 2024 09:19 PM
I see this question a lot on different hosting forums with Plesk.

To determine how many visitors a website can handle with 32 TB (terabytes) of monthly traffic, we need to consider several factors:
  1. Average page size: The size of each page on the website.
  2. Average number of page views per visitor: How many pages each visitor typically views during their session.
  3. Bandwidth usage per page view: The amount of data transferred for each page view.
Once we have this information, we can calculate the total bandwidth consumed by one visitor and then divide the total monthly traffic (32 TB) by this amount to estimate the maximum number of visitors the website can handle.

For example, if the average page size is 2 MB, the average number of page views per visitor is 5, and the bandwidth usage per page view is 0.2 MB, then:


Bandwidth per visitor = Average page size * Average number of page views per visitor = 2 MB * 5 = 10 MB

To convert MB to TB, we divide by 1024^3 (1 TB = 1024^4 MB):

Bandwidth per visitor (TB) = 10 MB / (1024^3) ≈ 9.5367e-6 TB

Now, we can calculate the maximum number of visitors:

Max visitors = Total monthly traffic / Bandwidth per visitor (TB) = 32 TB / 9.5367e-6 TB ≈ 3.356e12 visitors

So, with 32 TB of monthly traffic and the given assumptions, the website could potentially handle approximately 3.356 trillion visitors per month. However, keep in mind that this is a simplified calculation, and real-world factors such as server capacity, network infrastructure, and website optimization will also impact the actual number of visitors the website can handle.
 

Attachments

  • main-qimg-bd6f4eaccf59440783422d4ba3af1352.png
    main-qimg-bd6f4eaccf59440783422d4ba3af1352.png
    476.6 KB · Views: 2
Back
Top