Skip to content

dariakharlan/monitoring_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring docker containers with TIG stack

  1. Run nginx and apache containers with docker-compose up -d command
  2. run ab_tests.sh - apache bench tests with different concurrency

CPU usage

cpu usage

Results:

  • On big amount of requests Apache uses more cpu than nginx
  • Time to serve requests is a bit bigger for Apache than Nginx
  • RPS is almost similar

So, when you need to process a lot of requests nginx seems more efficient

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published