Allocated capacity calculation

  • Context: Undergrad 
  • Thread starter Thread starter Nick Curtis
  • Start date Start date
  • Tags Tags
    Calculation Capacity
Click For Summary
SUMMARY

The discussion focuses on calculating the allocated capacity for users in a shared server environment, specifically using CPU, memory, and disk space as metrics. The total server capacity is defined as 2.88 GHz CPU, 16 GB memory, and 146 GB disk space. A proposed formula for determining the percentage of total capacity used by a user is to normalize each variable and multiply them together, resulting in the formula: (1/2.88 * 2/16 * 2/146) * 100. Additionally, the discussion suggests incorporating adjustable factors for more precision in analysis.

PREREQUISITES
  • Understanding of shared server environments
  • Basic knowledge of CPU, memory, and disk space metrics
  • Familiarity with normalization techniques in mathematical formulas
  • Experience with 3D modeling concepts
NEXT STEPS
  • Research normalization techniques in mathematical modeling
  • Learn about performance metrics in shared server environments
  • Explore advanced capacity planning tools for server management
  • Investigate the impact of resource allocation on server performance
USEFUL FOR

This discussion is beneficial for system administrators, capacity planners, and anyone involved in optimizing resource allocation in shared server environments.

Nick Curtis
Messages
4
Reaction score
0
:shy: Can anyone help? I have an interesting issue. I've chosen to study maths and computer science and one of the problems I've been asked to solve, potentially using a 3D Modeling formula is:

In a Shared Server environment, where total capacity of a server is measured by total CPU capacity, total disk capacity and total memory capacity, I need a formula to help me understand how much each user is requesting of the total capacity.

By example:
On a single server total CPU is 2.88 Ghz, 16Gb Memory and 146Gb of Disk Space.
I have a user who only wants to use 1Ghz CPU, 2Gb Mem and 2Gb of Disk Space. What formula can I use that tells me what percentage of the total capacity of the machine this person is requiring?

thanks for any help
Nick
 
Mathematics news on Phys.org
A pretty naive formula i can think of is,
Normalise each variable and multiply them up and multiply by 100 ...

In your example, this would mean,
(1/2.88 * 2/16 * 2/146)*100

A much more precision in analysis may be obtained if we add some factors,
(1/2.88 * (x+2/16) * (y+2/146))*100

where x(<=1) and y(<=1) are factors that may be manually adjusted to suit the requirements. (The x and y factors are added because disk space requirements are harsher than physical memory requirements and much much harsher than CPU requirements)

-- AI
P.S -> You prolly should have posted this in software section where u could have got a few more answers.
 
thanks

thanks for the reply. At least I have some idea now but I'll post in the software section as well.


cheers
Nick
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
4K
Replies
29
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 7 ·
Replies
7
Views
4K