Skip to content

momori256/cs2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A HTTP server written in C for Apache HTTP server benchmarking tool.

How to use

To build and run, enter the following commands.

cd cs2
make
./a.out 22421 # Specify a port number.

Then, benchmark with ab.

ab -c 5 -n 20 localhost:22421/ # 5 client, 20 request.

You can use telnet to verify this server is working fine. The body of the response will be the request message you typed.

telnet localhost 22421

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published