Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Webbench, a simple website stress testing tool under LINUX

2025-01-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you how to use Webbench, a simple website stress testing tool under LINUX, which is concise and easy to understand. It will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

Webbench is a compact and practical website stress testing tool developed by Lionbridge. Its standard test has two main contents: the corresponding requests per second and the amount of data transmitted per second. It can simulate up to 30,000 concurrent connections to test the load capacity of the site, the most important thing is that it is very easy to use.

1. Installation under SUSE LINUX

# tar zxvf webbench-1.5.tar.gz

# cd webbench-1.5

# make & & make install

2. Use:

# info webbench (view command help and detailed parameters)

# webbench-c 1000-t 30 http://192.168.1.169:8080/ceshi.jpg

Parameter description:-c indicates the number of concurrency of the client, and-t indicates the duration (in seconds)

3. Test results:

Screenshot of server-side CPU utilization:

Add: webbench can test not only static pages, but also dynamic pages (such as ASP, PHP, JAVA, CGI), as well as static or dynamic performance testing of secure websites containing SSL, such as e-commerce sites.

The above content is how to use Webbench, a simple website stress testing tool under LINUX. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 219

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report