Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 810 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 810 Bytes

Spenode - performance tool

Check your server performance for php by php with Docker in one-line command.

logo

Usage

docker run -it --rm vmpartner/spenode run

After work image of Spenode not deleted (~70Mb), for delete it run docker rmi vmpartner/spenode

Or run and delete image right away

docker run -it --rm vmpartner/spenode run && docker rmi vmpartner/spenode

How it works

Docker download image and run internal performance tests. After work container is removed automatically (not image). Your node stays clean.

Usage example

record

Source test script

For the test script, thanks to rusoft! 👍
https://github.com/rusoft/php-simple-benchmark-script

Superstar

Give star if Spenode was useful for you! Thanks!