Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including ab-result with all npm packages installed. Try it out:

const abResult = require('ab-result'); const data = `This is ApacheBench, Version 2.3 <$Revision: 1706008 gt; Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient).....done Server Software: Server Hostname: localhost Server Port: 8080 Document Path: /1.txt Document Length: 2 bytes Concurrency Level: 1 Time taken for tests: 0.000 seconds Complete requests: 1 Failed requests: 0 Total transferred: 122 bytes HTML transferred: 2 bytes Requests per second: 2132.20 [#/sec] (mean) Time per request: 0.469 [ms] (mean) Time per request: 0.469 [ms] (mean, across all concurrent requests) Transfer rate: 254.03 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.0 0 0 Processing: 0 0 0.0 0 0 Waiting: 0 0 0.0 0 0 Total: 0 0 0.0 0 0`; const result = abResult(data); console.log(result);

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

ab-result v1.0.2

Apache Benchmark result parser

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free