Skip to content

This library calculates the number of servers (which have the same config) needed to host a specified amount of virtual machines.

Notifications You must be signed in to change notification settings

RachMatriss/PHP-ServerPlaning

Repository files navigation

ServerPlaning


  • This library calculates the number of servers (which have the same configuration) needed to host a specified amount of virtual machines.

Example

  • Server type = {CPU: 2, RAM: 32, Storage: 100}
  • Virtual Machines=[["CPU"=>1,"RAM"=> 16,"Storage"=>10], ["CPU"=>1,"RAM"=>16,"Storage"=>10], ["CPU"=>21,"RAM"=>32,"Storage"=>100] ]
  • Result = 2

Requirements


  • PHP version 7 or higher

About

This library calculates the number of servers (which have the same config) needed to host a specified amount of virtual machines.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published