Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 457 Bytes

HttpServerUsingNetty

This is my implementation of HTTP Server using Netty Framework 4.0.26.Final.

Screenshot of results of executing command "ab.exe -c 100 -n 10000 http://172.16.0.106:8080/status": ab command

Screenshot of statistics page: statistics

Screenshot of statistics page after executing ab command: statistics after ab