User Tools

Site Tools


сервис_http

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
сервис_http [2024/05/07 11:16]
val [HTTPS Прокси (пример 4)]
сервис_http [2024/05/07 14:23] (current)
val [Нагрузочное тестирование]
Line 1047: Line 1047:
  
   * [[Сервис INETD]]   * [[Сервис INETD]]
 +
 +==== curl ====
 +
 +  * [[https://​www.aloneguid.uk/​posts/​2022/​09/​curl-stress-testing/​|Stress Testing with cURL]]
 +
 +<​code>​
 +userX@gate.isp.un$ seq 1 1000 | xargs -P100 -I{} curl http://​192.168.X.10:​8000/​path{} > /dev/null 2>&1
 +</​code>​
 +
 +==== wrk ====
  
   * [[https://​github.com/​wg/​wrk|wrk - a HTTP benchmarking tool]]   * [[https://​github.com/​wg/​wrk|wrk - a HTTP benchmarking tool]]
 +
 +==== vegeta ====
  
   * [[https://​lindevs.com/​install-vegeta-on-ubuntu|Install Vegeta on Ubuntu 20.04]]   * [[https://​lindevs.com/​install-vegeta-on-ubuntu|Install Vegeta on Ubuntu 20.04]]
сервис_http.txt · Last modified: 2024/05/07 14:23 by val