Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-bata/asgi-sandbox
https://github.com/c-bata/asgi-sandbox
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/c-bata/asgi-sandbox
- Owner: c-bata
- Created: 2020-03-23T06:03:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T06:11:09.000Z (over 4 years ago)
- Last Synced: 2024-10-08T21:06:40.830Z (about 1 month ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asgi-sandbox
```
$ ab -n 10 -c 5 http://127.0.0.1:8000/sync/
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/Benchmarking 127.0.0.1 (be patient).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000Document Path: /sync/
Document Length: 18 bytesConcurrency Level: 5
Time taken for tests: 10.057 seconds
Complete requests: 10
Failed requests: 0
Total transferred: 1830 bytes
HTML transferred: 180 bytes
Requests per second: 0.99 [#/sec] (mean)
Time per request: 5028.514 [ms] (mean)
Time per request: 1005.703 [ms] (mean, across all concurrent requests)
Transfer rate: 0.18 [Kbytes/sec] receivedConnection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 1
Processing: 1010 3621 1713.9 5015 5031
Waiting: 1009 3620 1714.0 5015 5031
Total: 1010 3621 1713.8 5015 5031Percentage of the requests served within a certain time (ms)
50% 5015
66% 5016
75% 5019
80% 5019
90% 5031
95% 5031
98% 5031
99% 5031
100% 5031 (longest request)
``````
$ ab -n 10 -c 5 http://127.0.0.1:8000/
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/Benchmarking 127.0.0.1 (be patient).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000Document Path: /
Document Length: 19 bytesConcurrency Level: 5
Time taken for tests: 3.054 seconds
Complete requests: 10
Failed requests: 0
Total transferred: 1840 bytes
HTML transferred: 190 bytes
Requests per second: 3.27 [#/sec] (mean)
Time per request: 1527.203 [ms] (mean)
Time per request: 305.441 [ms] (mean, across all concurrent requests)
Transfer rate: 0.59 [Kbytes/sec] receivedConnection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 1013 1020 2.6 1021 1022
Waiting: 1012 1020 2.8 1021 1022
Total: 1013 1020 2.7 1021 1023Percentage of the requests served within a certain time (ms)
50% 1021
66% 1021
75% 1021
80% 1021
90% 1023
95% 1023
98% 1023
99% 1023
100% 1023 (longest request)
```