arsitm/mvex

A small app to make some load via requests a web application by links from sitemap.xml.

Maintainers

Details

github.com/arsitm/mvex

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

v0.1 2018-12-12 00:29 UTC

This package is not auto-updated.

Last update: 2024-09-23 16:11:34 UTC


README

mvex is a small app to make some load via requests a web application by links from sitemap.xml.

Installation

Download the latest release from GitHub Releases.

Or require globally using Composer with composer create-project arsitm/mvex. This will automatically add the mvex binary to your path.

Usage

Usage:
mvex map <url> [<c>]

Arguments:

  url                      The URL of sitemap.xml
  c                        Concurrency [default: 1]

Example:

  • Get requests with 100 concurrency to URLs from http://127.0.0.1:8000/sitemap.xml

./mvex.phar map http://127.0.0.1:8000/sitemap.xml 100

Also support https://github.com/vamsiikrishna/vex/blob/master/README.md