Skip to content

Instantly share code, notes, and snippets.

@chrismanderson
Created January 15, 2013 15:14
Show Gist options
  • Save chrismanderson/4539316 to your computer and use it in GitHub Desktop.
Save chrismanderson/4539316 to your computer and use it in GitHub Desktop.
CSCI 3907 Test0 Output
uby-1.9.3 ~/Downloads/ws (master *%)
→ make test0
./server 8084 0 &
httperf --port=8084 --server=localhost --num-conns=1
binding receive socket: Address already in use
httperf --client=0/1 --server=localhost --port=8084 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=1 --num-calls=1
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
Maximum connect burst length: 0
Total: connections 1 requests 0 replies 0 test-duration 0.000 s
Connection rate: 13357.7 conn/s (0.1 ms/conn, <=1 concurrent connections)
Connection time [ms]: min 0.0 avg 0.0 max 0.0 median 0.0 stddev 0.0
Connection time [ms]: connect 0.1
Connection length [replies/conn]: 0.000
Request rate: 0.0 req/s (0.0 ms/req)
Request size [B]: 0.0
Reply rate [replies/s]: min 0.0 avg 0.0 max 0.0 stddev 0.0 (0 samples)
Reply time [ms]: response 0.0 transfer 0.0
Reply size [B]: header 0.0 content 0.0 footer 0.0 (total 0.0)
Reply status: 1xx=0 2xx=0 3xx=0 4xx=0 5xx=0
CPU time [s]: user 0.00 system 0.00 (user 16.0% system 76.1% total 92.2%)
Net I/O: 0.0 KB/s (0.0*10^6 bps)
Errors: total 1 client-timo 0 socket-timo 0 connrefused 1 connreset 0
Errors: fd-unavail 0 addrunavail 0 ftab-full 0 other 0
killall server
No matching processes belonging to you were found
make: *** [test0] Error 1
ruby-1.9.3 ~/Downloads/ws (master *%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment