This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wrk -t4 -c400 -d10s http://127.0.0.1:1337/ | |
ReactPHP: | |
Running 10s test @ http://127.0.0.1:1337/ | |
4 threads and 400 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 129.98ms 234.70ms 1.94s 85.24% | |
Req/Sec 843.63 1.26k 5.10k 81.08% | |
18447 requests in 10.42s, 2.13MB read | |
Socket errors: connect 0, read 18447, write 0, timeout 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Session Timeout Template</title> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
</head> | |
<body> | |
<!-- START: CSS Data --> | |
<style> | |
div#message-timeout{ | |
position:fixed; |