Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created September 19, 2012 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregoryyoung/3748699 to your computer and use it in GitHub Desktop.
Save gregoryyoung/3748699 to your computer and use it in GitHub Desktop.
Quick run
[05040,01,09:30:46.010] Processing command: WR.
[05040,06,09:30:46.010] Connected to [127.0.0.1:1113].
[05040,06,09:30:46.010] [127.0.0.1:1113]: Writing...
[05040,06,09:30:46.023] Successfully written. EventId: System.Byte[].
[05040,06,09:30:46.023] ##teamcity[buildStatisticValue key='WR-latency-ms' value='12']
[05040,06,09:30:46.023] Write request took: 00:00:00.0123514.
[05040,06,09:30:46.023] Connection [127.0.0.1:1113] was closed cleanly.
[05040,01,09:30:46.023] Command exited with code 0.
>>> WR
TcpConnection::InitSocket(127.0.0.1:1113)
[127.0.0.1:1113]:
Received packages: 1, bytes: 54
Send packages: 1, bytes: 116
SendAsync calls: 1, callbacks: 1
ReceiveAsync calls: 2, callbacks: 1
[05040,01,09:30:47.050] Processing command: WR.
[05040,09,09:30:47.050] Connected to [127.0.0.1:1113].
[05040,09,09:30:47.050] [127.0.0.1:1113]: Writing...
[05040,09,09:30:47.061] Successfully written. EventId: System.Byte[].
[05040,09,09:30:47.061] ##teamcity[buildStatisticValue key='WR-latency-ms' value='10']
[05040,09,09:30:47.061] Write request took: 00:00:00.0104387.
[05040,09,09:30:47.061] Connection [127.0.0.1:1113] was closed cleanly.
[05040,01,09:30:47.061] Command exited with code 0.
>>> WR
TcpConnection::InitSocket(127.0.0.1:1113)
[05040,01,09:30:47.922] Processing command: WR.
[05040,06,09:30:47.922] Connected to [127.0.0.1:1113].
[05040,06,09:30:47.922] [127.0.0.1:1113]: Writing...
[127.0.0.1:1113]:
Received packages: 1, bytes: 54
Send packages: 1, bytes: 116
SendAsync calls: 1, callbacks: 1
ReceiveAsync calls: 2, callbacks: 1
[05040,06,09:30:47.934] Successfully written. EventId: System.Byte[].
[05040,06,09:30:47.934] ##teamcity[buildStatisticValue key='WR-latency-ms' value='11']
[05040,06,09:30:47.934] Write request took: 00:00:00.0116364.
[05040,06,09:30:47.934] Connection [127.0.0.1:1113] was closed cleanly.
[05040,01,09:30:47.934] Command exited with code 0.
>>> WRFL 10 10000000
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
TcpConnection::InitSocket(127.0.0.1:1113)
[05040,01,09:30:55.362] Processing command: WRFL 10 10000000.
[05040,09,09:30:55.374] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.374] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.374] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.374] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.376] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.376] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.376] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.376] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.376] Connected to [127.0.0.1:1113].
[05040,09,09:30:55.376] Connected to [127.0.0.1:1113].
....................................................................................................[05040,09,09:31:02.941]
DONE TOTAL 100000 WRITES IN 00:00:07.5660379 (13217.0/s).
....................................................................................................[05040,20,09:31:10.130]
DONE TOTAL 200000 WRITES IN 00:00:07.1895412 (13909.1/s).
....................................................................................................[05040,20,09:31:17.510]
DONE TOTAL 300000 WRITES IN 00:00:07.3798481 (13550.4/s).
..............
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment