Network Bandwidth Considerations

As P6 EPPM users make requests to the P6 server using various browsers, the browsers store static content in the cache and only dynamic requests will be sent to the server. You can use the following table to estimate the amount of bandwidth that you may need for a set number of users. However, Oracle recommends that you calculate your applications' bandwidth requirements in order to better represent the number of people actually using the applications assuming varying levels of intensity.

Concurrent Users

<= 10

11 - 25

26 - 50

51 - 100

101 - 150

151 - 300

Recommended Bandwidth (Mbps)

5

12

20

40

65

115

Note:

You can calculate the bandwidth requirements for an application using the following process:

  1. Calculate the weighted average of the request and compressed response payload-sizes (s) in KB considering the frequency in which your organization views pages and performs actions on them.
  2. Calculate the bandwidth of one user regarding transmission time (n):

    Bandwidth (Kbps) = (8 *s) / n

  3. Calculate the bandwidth for a percentage (c%) of the total number of users (u) that are concurrently logged in and are using the system, assuming that think-time and server-side / client-side processing times are negligible:

    Bandwidth for named users with zero think / processing time (Kbps) = (8*s*u*c%) / n

  4. Calculate the bandwidth for a percentage (c%) of the total number of users (u) that are concurrently logged in and are using the system, including think-time (t) and server-side / client-side processing times (p):

    Bandwidth for named users with think and processing time (Kbps) = (8*s*u*c%) / (n + t + p)

    Tips:

    • If a high number of users can access the application, use a low percentage of the total users to estimate your bandwidth. If a low number of users can access the application, use a high percentage of the total users to estimate your bandwidth.
    • Oracle recommends that you at least provision the bandwidth for a single user even if the value received in this step is smaller. Repeat this process for each application that you deploy.
  5. Calculate your overall bandwidth requirement by adding the highest bandwidth estimates that you calculated for each application.


Legal Notices | Your Privacy Rights
Copyright © 1999, 2023

Last Published Thursday, January 12, 2023