Всем добрый день. Подскажите пожалуста как можно проверить стрессоустойчивость сайта (может программа есть какая нибудь)
У нас есть локалхост на нем сайт прежде чем выйти на реальный хочется посмотреть как он себя ведет при той или иной нагрузге
заранее спасибо
Комментарии
Devel
1. Простенький скрипт с wget по циклу
2. У Апача есть встроенная утилита для тестирования
какая утилита если не трудно
уважаемые гуру можно немного поподробней как дать нагрузку на сайт посредством чего
как можно посмотреть утилиты апач
есть вот такое, сам не пробовал
http://jakarta.apache.org/jmeter/
Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
Options are:
-n requests Number of requests to perform
-c concurrency Number of multiple requests to make
-t timelimit Seconds to max. wait for responses
-p postfile File containg data to POST
-T content-type Content-type header for POSTing
-v verbosity How much troubleshooting info to print
-w Print out results in HTML tables
-i Use HEAD instead of GET
-x attributes String to insert as table attributes
-y attributes String to insert as tr attributes
-z attributes String to insert as td or th attributes
-C attribute Add cookie, eg. 'Apache=1234. (repeatable)
-H attribute Add Arbitrary header line, eg. 'Accept-Encoding: zop'
Inserted after all normal header lines. (repeatable)
-A attribute Add Basic WWW Authentication, the attributes
are a colon separated username and password.
-p attribute Add Basic Proxy Authentication, the attributes
are a colon separated username and password.
-V Print version number and exit
-k Use HTTP KeepAlive feature
-h Display usage information (this message)