init_nginx.ini 436 B

12345678910111213141516
  1. # Server
  2. server=https://app-test.earthsquad.global/api/image/nginx_static/
  3. # Loglevel
  4. ll=2
  5. # mode: either "recycling" for simulating daily recycling of users or "allnew"
  6. #mode=recycling
  7. mode=nginx
  8. ####### section for nginx-Calls
  9. # which file-Names are there in the folder?
  10. file_names=file_01.file,file_02.file,file_03.file,file_04.file,file_05.file,file_10kb.file,file_100kb.file
  11. # how many iterations shall happen?
  12. iterations=5000