翻訳と辞書 |
ApacheBench
ApacheBench (ab) is a single-threaded command line computer program for measuring the performance of HTTP web servers.〔(【引用サイトリンク】 title=ab - Apache HTTP server benchmarking tool )〕 Originally designed to test the Apache HTTP Server, it is generic enough to test any web server. The ab tool comes bundled with the standard Apache source distribution, and like the Apache web server itself, is free, open source software and distributed under the terms of the Apache License. == Example usage ==
ab -n 100 -c 10 "http://en.wikipedia.org/wiki/Main_Page"
This will execute 100 HTTP GET requests, processing up to 10 requests concurrently, to the specified URL, in this example, "http://en.wikipedia.org/wiki/Main_Page".〔(【引用サイトリンク】 title=Using Apache Bench for Simple Load Testing )〕
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「ApacheBench」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|