>>I do think we should get the reference numbers with the "master off;" mode, 
>>but not against localhost.


Siege running in dom0
Ubuntu 14 running Nginx in Domu (xen1.example.com)

Two sets of tests. 
1st set of tests nginx after clean apt-get install nginx, 
2nd set of tests same except daemon off; master_process off;
20 iterations per test.

root@xen1:~# root@contiki:/home/ubuntu/tmp# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0  2631     4     r-----   11306.2
xen1.example.com                            19  1024     1     -b----    1104.8


      Date & Time,  Trans,  Elap Time,  Data Trans,  Resp Time,  Trans Rate,  
Throughput,  Concurrent,    OKAY,   Failed

TEST SET 1
siege  -l -c10 -b -t20s -i http://192.168.1.106/logo150.png
2015-04-24 05:22:06, 128661,      19.03,         797,       0.00,     6760.96,  
     41.88,        9.86,  128661,       0
2015-04-24 05:22:26, 135063,      19.99,         837,       0.00,     6756.53,  
     41.87,        9.87,  135063,       0
2015-04-24 05:22:46, 134784,      19.99,         835,       0.00,     6742.57,  
     41.77,        9.87,  134785,       0
2015-04-24 05:23:06, 135072,      19.99,         837,       0.00,     6756.98,  
     41.87,        9.86,  135072,       0
2015-04-24 05:23:26, 135005,      19.99,         836,       0.00,     6753.63,  
     41.82,        9.88,  135006,       0
2015-04-24 05:23:46, 134796,      19.99,         835,       0.00,     6743.17,  
     41.77,        9.86,  134796,       0
2015-04-24 05:24:06, 135042,      19.99,         836,       0.00,     6755.48,  
     41.82,        9.88,  135042,       0
2015-04-24 05:24:26, 135259,      19.99,         838,       0.00,     6766.33,  
     41.92,        9.87,  135259,       0
2015-04-24 05:24:46, 134948,      19.99,         836,       0.00,     6750.78,  
     41.82,        9.88,  134948,       0
2015-04-24 05:25:06, 135236,      19.99,         838,       0.00,     6765.18,  
     41.92,        9.89,  135237,       0
2015-04-24 05:25:26, 135267,      19.99,         838,       0.00,     6766.73,  
     41.92,        9.89,  135267,       0
2015-04-24 05:25:46, 135050,      19.99,         837,       0.00,     6755.88,  
     41.87,        9.87,  135050,       0
2015-04-24 05:26:06, 135412,      19.99,         839,       0.00,     6773.99,  
     41.97,        9.88,  135412,       0
2015-04-24 05:26:26, 134610,      19.99,         834,       0.00,     6733.87,  
     41.72,        9.88,  134610,       0
2015-04-24 05:26:46, 134082,      19.99,         831,       0.00,     6707.45,  
     41.57,        9.88,  134082,       0
2015-04-24 05:27:06, 135198,      19.99,         837,       0.00,     6763.28,  
     41.87,        9.85,  135198,       0
2015-04-24 05:27:26, 134859,      19.99,         835,       0.00,     6746.32,  
     41.77,        9.88,  134859,       0
2015-04-24 05:27:46, 135183,      19.99,         837,       0.00,     6762.53,  
     41.87,        9.88,  135184,       0
2015-04-24 05:28:06, 135197,      19.99,         837,       0.00,     6763.23,  
     41.87,        9.88,  135198,       0
2015-04-24 05:28:26, 135207,      19.99,         838,       0.00,     6763.73,  
     41.92,        9.87,  135207,       0

TEST SET 2
siege  -l -c10 -b -t20s -i http://192.168.1.106/logo150.png
nginx.conf:
daemon off;
master_process off;
2015-04-24 05:31:43, 132364,      19.11,         820,       0.00,     6926.43,  
     42.91,        9.87,  132365,       0
2015-04-24 05:32:03, 138236,      19.99,         856,       0.00,     6915.26,  
     42.82,        9.87,  138236,       0
2015-04-24 05:32:23, 138656,      19.99,         859,       0.00,     6936.27,  
     42.97,        9.88,  138656,       0
2015-04-24 05:32:43, 142588,      19.99,         883,       0.00,     7132.97,  
     44.17,        9.87,  142589,       0
2015-04-24 05:33:03, 138734,      19.99,         859,       0.00,     6940.17,  
     42.97,        9.88,  138734,       0
2015-04-24 05:33:23, 138213,      19.99,         856,       0.00,     6914.11,  
     42.82,        9.87,  138213,       0
2015-04-24 05:33:43, 140357,      19.99,         869,       0.00,     7021.36,  
     43.47,        9.88,  140357,       0
2015-04-24 05:34:03, 142580,      19.99,         883,       0.00,     7132.57,  
     44.17,        9.87,  142580,       0
2015-04-24 05:34:23, 138244,      19.99,         856,       0.00,     6915.66,  
     42.82,        9.88,  138244,       0
2015-04-24 05:34:43, 139836,      19.99,         866,       0.00,     6995.30,  
     43.32,        9.90,  139837,       0
2015-04-24 05:35:03, 139230,      19.99,         862,       0.00,     6964.98,  
     43.12,        9.88,  139230,       0
2015-04-24 05:35:23, 138047,      19.99,         855,       0.00,     6905.80,  
     42.77,        9.88,  138047,       0
2015-04-24 05:35:43, 139087,      19.99,         862,       0.00,     6957.83,  
     43.12,        9.88,  139088,       0
2015-04-24 05:36:03, 140379,      19.99,         870,       0.00,     7022.46,  
     43.52,        9.88,  140380,       0
2015-04-24 05:36:23, 138436,      19.99,         858,       0.00,     6925.26,  
     42.92,        9.89,  138436,       0
2015-04-24 05:36:43, 139823,      19.99,         866,       0.00,     6994.65,  
     43.32,        9.87,  139823,       0
2015-04-24 05:37:03, 138950,      19.99,         861,       0.00,     6950.98,  
     43.07,        9.86,  138950,       0
2015-04-24 05:37:23, 137568,      19.99,         852,       0.00,     6881.84,  
     42.62,        9.88,  137569,       0
2015-04-24 05:37:43, 138662,      19.99,         859,       0.00,     6936.57,  
     42.97,        9.88,  138662,       0
2015-04-24 05:38:03, 141221,      19.99,         875,       0.00,     7064.58,  
     43.77,        9.88,  141221,       0


Reply via email to