Website testing is a commonly used method in Web development. This method is used to test the speed, availability, and performance of websites. A website must have good user experience and cross-browser compatibility. Today we will discuss popular website testing tools, which are of great practical help to improve the performance of our website.
Page speed Onl
Linux Performance Testing Tool iostat is part of the sysstat package. Iostat displays the average CPU time after the system is started, similar to uptime), and displays the usage of the disk subsystem. iostat is used to monitor CPU utilization and disk utilization.Linux Performance Testing Tool iostat% User: user-level application) CPU usage% Nice: CPU usage of the user level with nice priority added% Sys:
Http_load a performance measurement tool based on the Linux platform. To test the throughput and load of the Web server, test the performance of the Web page. Tools are simple, lightweight, and easy to test, but only available on Linux systems, and only Web services can be tested. The database cannot be tested. The following is a virtual machine to test the Nginx performance, testing just write a method is
other system users.
Iobench
Excellent I/O throughput and fixed workload benchmark for Unix. there are two versions of iobench contained in sub-directories of this directory. these two versions contain the same source files and differ only in the scripts that drive the benchmark. directory 073. iobench contains the throughput variant; directory 084. iobenchpf contains the fixed workload variant. this is the spec 2.6 Distribution of iobench.
Iocall
Iocall measures OS performance, in fact t
//open an article titled Building a Mirror from Dockerfile and publishing a Web projectBayiWebdriver.findelement (By.partiallinktext ("Build image from Dockerfile and publish Web project") . Click (); the theThread.Sleep (1000); - //move to the bottom - //( (Javascriptexecutor) webdriver). Executescript ("Window.scrollto (0, Document.body.scrollHeight)"); the //moves to the specified coordinates (moving relative to the current coordinate) the((Javascript
, the original author posted here to show respect for intellectual property rights, the original article some places have a little mistake, and has stopped updating, also did not provide convenient testing tools, the official Modbus The test tool is a trial version, you need to purchase serial number, so here is my own test tool, the address is as follows, the following examples are based on this tool to ac
@linwaterbin ~]# hdparm -t /dev/sda/dev/sda: Timing buffered disk reads: 246 MB in 3.12 seconds = 78.87 MB/sec
The above two tools only return read/write performance, and the test is relatively simple.Use Bonnie ++ or Iozone to generate detailed disk reportsConfigure the following before installation:
Download the corresponding version from the repoforge website
[root@linwaterbin Desktop]# rpm -ivh --nodeps rpmforge-release-0.5.2-2.el5.rf.i386.rpm
:"126.10.10.3:88". -V Displays the version number and exits. -K uses the KeepAlive feature of HTTP. -d does not show percentages. -S does not display estimates and warning messages. -Q does not show progress after more than 150 requests-L Accept Variable document lengths (for dynamic pages)-g filename Outputs the result information to a file in the gnuplot format. -e filename Outputs The result information to a file in CSV format. -r Specifies that the program is not exited when an error message
(Regular expression tool) is an online tool that tests your regular expression code for correctness. It's handy when you want to quickly test regular expressions for various text examples.
Jslitmus
Jslitmus is a lightweight tool for testing JavaScript performance and using intuitive APIs.
JavaScript Regular Expression Tester
This handy application uses JavaScript in the browser to test JavaScript regular expressions. The operating interface i
Ebook:
Http://www.docin.com/p1-175877247.html
Video:
File Name: Selenium 1.0 testing tools》 [[[[[[[[(((( www.automationqa.com%.rar): Http://www.rAyfile.com/FIles/c4674c28-6322-11e0-84c6-0015c55Db73d/
Learning outline:
1 Use of selenium ideRecording and playback scripts, adding assertions, and adding commentsProcess multiple windowsProcessing AjaxSave page data to variablesDebug scriptsCreate Test Set
2 P
WEB performance testing tools are mainly divided into three types: one is to test the page resource loading speed; the other is to test the page rendering speed and JS operation speed after the page is loaded; one is to evaluate and analyze the page in general. ~~~ If anyone has better tools, share them with us.1. Firebug2.HttpWatch 3. DynaTrace's Ajax Edition4.S
120 http://www.epooll.com
AbAB is Apache's own stress test tool, very small, unfortunately poor performance under the Mac, beating too much, and there will be apr_socket_recv:connection reset by peer (54) error. AB Want to say love you not easy Ah, but Linux is still relatively stable, so still say use it.Installation:http://apache.mirrors.pair.com/httpd/Usage:
ab -c 并发数 -n 请求数 URL
Such as:
ab -c 1000 -n 10000 http://www.epooll.com
Of course, the other usage is
can see the returned information. Build custom HTTP requests to test your network services directly.The restclient under FirefoxFirefox restclient plugin, this plugin is developed by the Chinese, the function of supporting basic and OAuth login header sent, and for the returned XML data can also be highlightedLinux Common Tool CurlCurl is a powerful file transfer tool that supports a variety of protocols, and it's a piece of cake to test restful Web services.Curl has a number of command paramet
Testing Process of mainstream testing tools
Winrunner1. Select the plug-in to be loaded when starting.2. Make some settings (such as recording mode)3. Identify the application GUI, that is, create a map (that is, the interface for learning the tested software)4. Create a test script (recording and writing)5. Script debugging (ensure that the script can be comple
Label: style blog HTTP color Io using a Java ar File Webbench is a famous website stress testing tool developed by lionbridge. Webbech can test the performance of different services on the same hardware and the running status of the same service on different hardware. The standard webbech test shows two items of the server: the number of requests per second and the amount of data transmitted per second. Webbench can not only test quasi-static pages, b
Fiddler plug-in, used to detect the existence of XSS vulnerability, in the Web page provided to the user input of the filter 9.exploit-me (Windows, Linux, Mac OS X)This is the Firefox plug-in, by Xss-me,sql Inject Me and Access-me These 3 components, when browsing the web will start detection, can detect XSS vulnerability, SQL injection vulnerability.10.WebScarab (Windows, Linux, Mac OS X)This is actually a proxy software, there are many features, you can detect XSS cross-site scripting vulnera
Mysqlslap is MySQL's own benchmark tool, the advantages: query data, simple syntax, flexible and easy to use. The tool can simulate multiple clients concurrently issuing query updates to the server. The performance test data is given and the performance comparison of various engines is provided. MSQLSLAP provides an intuitive verification basis before and after MySQL performance optimization, and recommends that system operations and DBA personnel should have some common stress
AB use Apache附带的压力测试工具ab,非常容易使用,并且完全可以摸你各种条件对Web服务器发起测试请求。ab可以直接在Web服务器本地发起测试请求,这对于需要了解服务器的处理性能至关重要,因为它不包括数据的网络传输时间以及用户PC本地的计算时间。。To perform 1000 connection, 20 times concurrent (parallel, simultaneous):Syntax: Ab-n 1000-c www.baidu.comProduce results. Here are a few points to note:§time taken for tests: how long does it take to execute a total. (Over 1000 times in total)§requests per second: The average number of connection per second that can be processed.WebbenchUp to 30,000 concurrent conne
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.