Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
Loading...
Searching...
No Matches
main.cpp File Reference

Entry point for the Load Balancer simulation. More...

#include "LoadBalancer.h"
#include "Config.h"
#include "Logger.h"
#include <iostream>
#include <limits>
#include <sstream>

Go to the source code of this file.

Functions

int main ()
 Main entry point for the load balancer simulation.

Detailed Description

Entry point for the Load Balancer simulation.

Prompts for number of servers and runtime, loads configuration, and runs the simulation with summary output.

Definition in file main.cpp.

Function Documentation

◆ main()

int main ( )

Main entry point for the load balancer simulation.

Returns
0 on successful completion

Definition at line 20 of file main.cpp.