Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xadillax/thmclrx-stress-tester

Stress tester for thmclrx.
https://github.com/xadillax/thmclrx-stress-tester

Last synced: 28 days ago
JSON representation

Stress tester for thmclrx.

Awesome Lists containing this project

README

        

# ThmclrX Stress Tester

## Usage

```sh
Usage: ./run.js [options]

action tester action. [gen|test]

Options:
-t, --type type name in http://www.netbian.com/. [dongman]
-p, --pages example: 1,3,5-9,12 [1-5]
```

### Examples

```sh
$ ./run.js gen -t 7 -p 1,3,5-9.12
$ ./run.js gen
$ ./run.js test
```