Performance

FunkLoad – functional and load Web tester

FunkLoad is an open source functional and load Web tester whose main use cases are functional testing of Web projects (and thus regression testing as well), performance testing, load testing (such as volume testing or longevity testing), and stress testing.

FunkLoad can also be used to compile web agents by scripting any web repetitive task.

The tool supports recording clicks through a website, saving them into a Python class which you can later modify, and playing them back later. This allows you to script your web applications. Funkload also supports performance and load testing your applications.

Key Features

  • Easy to configure.
  • A single tool for functional tests and several types of performance tests.
  • Functional test are pure Python scripts using the pyUnit framework like normal unit test. Python enable complex scenarios to handle real world applications.
  • Truly emulates a web browser (single-threaded) using an enhanced Richard Jones’ webunit:
    • get/post/put/delete support.
    • Post any kind of content type like application/xml.
    • DAV support.
    • Basic authentication support.
    • File upload and multipart/form-data submission.
    • Cookies support.
    • Referrer support.
    • Accept gzip content encoding.
    • HTTPS support.
    • HTTPS with ssl/tls by providing a private key and certificate (PEM formatted).
    • http_proxy support.
    • Fetching css, javascript and images.
    • Emulating a browser cache.
  • Advanced test runner with many command-line options:
    • Set the target server url.
    • Display the fetched page in real time in your browser.
    • Debug mode to display http headers.
    • Check performance of a single page (or set of pages) inside a test.
    • Green/red color mode.
    • Select or exclude tests cases using a regex.
    • Support normalpyUnit test.
    • Support doctest from a plain text file or embedded in Python docstring.
  • Turn a functional test into a load test: just by invoking the bench runner you can identify scalability and performance problems. If needed the bench can distributed over a group of worker machines.
  • Detailed bench reports in ReST, HTML, Org-mode, PDF (using LaTeX/PDF Org-mode export) containing:
    • The bench configuration.
    • tests, pages, requests stats and charts.
    • The requests that took the most time.
    • Monitoring one or many servers cpu usage, load average, memory/swap usage and network traffic charts.
    • An http error summary list.
  • Differential reports to compare 2 bench reports giving a quick overview of scalability and velocity changes.
  • Trend reports to view the performance evolution with multiple reports.
  • Easy test customization using a configuration file or command line options.
  • Easy test creation using embeded TCPWatch as proxy recorder, so you can use your web browser and produce a FunkLoad test automatically, including file upload or any ajax call.
  • Provides web assertion helpers to check expected results in responses.
  • Provides helpers to retrieve contents in responses page using DOM.
  • Successfully tested with dozen of different web servers: PHP, Python, Java.
  • Written and scripted in pure Python.

Website: github.com/nuxeo/FunkLoad
Support:
Developer: Benoit Delbosc
License: GNU General Public License v2.0

FunkLoad

FunkLoad is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Web Server Benchmarking Tools
LocustEasy to use, scriptable and scalable performance testing tool
Apache JMeterLoad testing and performance measurement application
k6Modern load testing tool for developers and testers in the DevOps era
wrkModern HTTP benchmarking tool
SiegeHTTP regression testing and benchmarking utility
AutoCannonFast HTTP/1.1 benchmarking tool
TsungMulti-protocol distributed load testing tool
bombardierUses fasthttp instead of Go’s default http library,
ApacheBenchApache (and other web servers) benchmark tool
CassowaryModern HTTP/S, intuitive & cross-platform load testing tool built in Go
DrillHTTP load testing application written in Rust
httperfHTTP load generator
FunkLoadWeb testing tool in the same spirit as Perl's WWW::Mechanize

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments