Skip to content

Conversation

@Jeevyy
Copy link
Owner

@Jeevyy Jeevyy commented May 30, 2024

No description provided.

Jeevyy and others added 10 commits April 25, 2024 16:22
completion of task one via port 6000
1.  /add_server -> route to add servers
2.  /remove_server -> route to remove servers
3.  /get_all_servers -> route to view servers added/removed
4.  /home -> view all of servers and their requests

note: server is running on port 6000

//note: code is compiled at port 6000
1.  /add_server -> route to add servers
2.  /remove_server -> route to remove servers
3.  /view_changes -> route to view servers added/removed
4. /server_stats -> view all of servers and their requests
5. to simulate a request load: 
       a. add requests: @for /L %i IN (21,1,30) DO @curl http://localhost:6000/home?REQUEST_ID=%i
       b. view requests on the servers: curl http://localhost:6000/server_stats

note: server is running on port 6000
Graphs for Analysis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant