RFC/SGL_UserRefactoring: Dataobject_vs_emulatedDataobjectClass_perfTest.txt

File Dataobject_vs_emulatedDataobjectClass_perfTest.txt, 3.4 kB (added by mstahv, 2 years ago)

Performance test for the above patch using apachebenc

Line 
1 MatsMacBook:~/Sites/clSeagull matu$ svn revert * -R
2 Skipped 'AUTH.txt'
3 Skipped 'Session_and_DA_UserWithout_Dataobject.diff'
4 Reverted 'lib/SGL/Task/Process.php'
5 Reverted 'lib/SGL/Session.php'
6 Skipped 'makeHeadersAbCompatible.diff'
7 Reverted 'modules/user/classes/DA_User.php'
8 MatsMacBook:~/Sites/clSeagull matu$ patch -p0 < makeHeadersAbCompatible.diff               
9 patching file lib/SGL/Task/Process.php
10 MatsMacBook:~/Sites/clSeagull matu$ ab -n100 'http://hpktesting/%7Ematu/clSeagull/www/index.php'
11 This is ApacheBench, Version 1.3d <$Revision: 1.73 $> apache-1.3
12 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
13 Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
14
15 Benchmarking hpktesting (be patient).....done
16 Server Software:        Apache/2.2.2                                       
17 Server Hostname:        hpktesting
18 Server Port:            80
19
20 Document Path:          /%7Ematu/clSeagull/www/index.php
21 Document Length:        11439 bytes
22
23 Concurrency Level:      1
24 Time taken for tests:   19.126 seconds
25 Complete requests:      100
26 Failed requests:        0
27 Broken pipe errors:     0
28 Total transferred:      1192400 bytes
29 HTML transferred:       1143900 bytes
30 Requests per second:    5.23 [#/sec] (mean)
31 Time per request:       191.26 [ms] (mean)
32 Time per request:       191.26 [ms] (mean, across all concurrent requests)
33 Transfer rate:          62.34 [Kbytes/sec] received
34
35 Connnection Times (ms)
36               min  mean[+/-sd] median   max
37 Connect:        0     0    0.0      0     0
38 Processing:   184   191   23.7    188   425
39 Waiting:      184   191   23.7    188   425
40 Total:        184   191   23.7    188   425
41
42 Percentage of the requests served within a certain time (ms)
43   50%    188
44   66%    189
45   75%    189
46   80%    190
47   90%    192
48   95%    193
49   98%    204
50   99%    425
51  100%    425 (last request)
52 MatsMacBook:~/Sites/clSeagull matu$ patch -p0 < Session_and_DA_UserWithout_Dataobject.diff
53 patching file lib/SGL/Session.php
54 patching file modules/user/classes/DA_User.php
55 MatsMacBook:~/Sites/clSeagull matu$ ab -n100 'http://hpktesting/%7Ematu/clSeagull/www/index.php'
56 This is ApacheBench, Version 1.3d <$Revision: 1.73 $> apache-1.3
57 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
58 Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
59
60 Benchmarking hpktesting (be patient).....done
61 Server Software:        Apache/2.2.2                                       
62 Server Hostname:        hpktesting
63 Server Port:            80
64
65 Document Path:          /%7Ematu/clSeagull/www/index.php
66 Document Length:        11439 bytes
67
68 Concurrency Level:      1
69 Time taken for tests:   16.823 seconds
70 Complete requests:      100
71 Failed requests:        0
72 Broken pipe errors:     0
73 Total transferred:      1192400 bytes
74 HTML transferred:       1143900 bytes
75 Requests per second:    5.94 [#/sec] (mean)
76 Time per request:       168.23 [ms] (mean)
77 Time per request:       168.23 [ms] (mean, across all concurrent requests)
78 Transfer rate:          70.88 [Kbytes/sec] received
79
80 Connnection Times (ms)
81               min  mean[+/-sd] median   max
82 Connect:        0     0    0.0      0     0
83 Processing:   163   168    1.5    168   173
84 Waiting:      163   168    1.5    168   173
85 Total:        163   168    1.5    168   173
86
87 Percentage of the requests served within a certain time (ms)
88   50%    168
89   66%    169
90   75%    169
91   80%    170
92   90%    170
93   95%    171
94   98%    173
95   99%    173
96  100%    173 (last request)