Lines Matching full:total
36 3. For every 10 requests sent/received the client logs the total amount of data sent.
46 4. For every 10 requests received/sent the server logs the total amount of data received.
51 12:21:45.755064 Request 10: Sent 20000 bytes in total
53 12:21:45.755748 Request 20: Sent 40000 bytes in total
55 12:21:45.756414 Request 30: Sent 60000 bytes in total # the client waits for the server to re…
57 12:21:57.769414 Request 40: Sent 80000 bytes in total
61 12:22:06.793740 Request 50: Sent 100000 bytes in total # the client further waits for the serv…
65 12:22:17.817946 Request 60: Sent 120000 bytes in total
69 12:22:25.836613 Request 70: Sent 140000 bytes in total
73 12:22:36.860275 Request 80: Sent 160000 bytes in total
77 12:22:47.884548 Request 90: Sent 180000 bytes in total
81 12:22:56.903075 Request 100: Sent 200000 bytes in total
94 12:21:59.774561 Request 10: Received 20000 bytes in total # the server first logs that it has…
95 12:22:00.776726 Request 10: Sent 20000 bytes in total
97 12:22:09.799547 Request 20: Received 40000 bytes in total
98 12:22:10.801503 Request 20: Sent 40000 bytes in total
100 12:22:19.822669 Request 30: Received 60000 bytes in total
101 12:22:20.824415 Request 30: Sent 60000 bytes in total
103 12:22:29.846496 Request 40: Received 80000 bytes in total
104 12:22:30.848089 Request 40: Sent 80000 bytes in total
106 12:22:39.866171 Request 50: Received 100000 bytes in total
107 12:22:40.867788 Request 50: Sent 100000 bytes in total
109 12:22:49.890288 Request 60: Received 120000 bytes in total
110 12:22:50.891621 Request 60: Sent 120000 bytes in total
112 12:22:59.909998 Request 70: Received 140000 bytes in total
113 12:23:00.910996 Request 70: Sent 140000 bytes in total
115 12:23:09.926919 Request 80: Received 160000 bytes in total
116 12:23:10.928391 Request 80: Sent 160000 bytes in total
118 12:23:19.941289 Request 90: Received 180000 bytes in total
119 12:23:20.943090 Request 90: Sent 180000 bytes in total
121 12:23:29.965695 Request 100: Received 200000 bytes in total
122 12:23:30.967889 Request 100: Sent 200000 bytes in total