>> How did you come to that conclusion? Performance seems slower after each >> transaction. Your first batch contains 27+k transactions. It's reasonable >> to assume that the first 10 in the batch were completed faster than the last >> 10.
+1 for clear thinking. Here is the result of a 1 second test: root@contiki:/home/ubuntu/temp# siege -c10 -b -t1s -i http://192.168.1.33/static/logo150.png ** SIEGE 3.0.5 ** Preparing 10 concurrent users for battle. The server is now under siege... Lifting the server siege... done. Transactions: 3453 hits Availability: 100.00 % Elapsed time: 0.55 secs Data transferred: 21.40 MB Response time: 0.00 secs Transaction rate: 6278.18 trans/sec Throughput: 38.91 MB/sec Concurrency: 6.73 Successful transactions: 3453 Failed transactions: 0 Longest transaction: 0.01 Shortest transaction: 0.00 FILE: /var/log/siege.log You can disable this annoying message by editing the .siegerc file in your home directory; change the directive 'show-logfile' to false. root@contiki:/home/ubuntu/temp#
