arsitm / mvex
A small app to make some load via requests a web application by links from sitemap.xml.
v0.1
2018-12-12 00:29 UTC
Requires
- php: >=5.6
- ext-simplexml: *
- vamsiikrishna/vex: dev-master
This package is not auto-updated.
Last update: 2026-03-09 23:08:52 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