benchmark.txt 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713
  1. Results of benchmarking cjdns on different systems:
  2. To make your own benchmark:
  3. ./cjdroute --bench
  4. cat /proc/cpuinfo
  5. git log | head -n 1
  6. Paste results to https://ezcrypt.it/ and tell us about it in the IRC channel!
  7. Weird processors wanted :D
  8. user@debo8:~/wrk/play/mygit/cjdns/build$ ./cjdroute --bench
  9. These metrics are speed of encryption and decryption similar to the usage pattern
  10. when decrypting a packet, switching it, and re-encrypting it with another key.
  11. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 466ms. 1098 Kb/s
  12. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 432ms. 27776 Kb/s
  13. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 671ms. 763 Kb/s
  14. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 683ms. 17568 Kb/s
  15. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 101ms. 506930 Kb/s
  16. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 1021ms. 1175318 Kb/s
  17. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 360ms. 142222 Kb/s
  18. This is the switch configuration so this indicates expected switch throughput:
  19. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1708ms. 702576 Kb/s
  20. user@debo8:~/wrk/play/mygit/cjdns/build$ cat /proc/cpuinfo | head
  21. processor : 0
  22. vendor_id : AuthenticAMD
  23. cpu family : 16
  24. model : 9
  25. model name : AMD Opteron(tm) Processor 6128
  26. stepping : 1
  27. microcode : 0x10000c4
  28. cpu MHz : 800.000
  29. cache size : 512 KB
  30. physical id : 0
  31. user@debo8:~/wrk/play/mygit/cjdns/build$ git log -n 1
  32. commit c2cfff7b4ef1339942f3e98eb0d99a093d307a9b
  33. cjdns@abacus:~/cjdns/build$ ./cjdroute --bench
  34. These metrics are speed of encryption and decryption similar to the usage pattern
  35. when decrypting a packet, switching it, and re-encrypting it with another key.
  36. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 96628ms. 5 Kb/s
  37. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 100130ms. 119 Kb/s
  38. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 149438ms. 3 Kb/s
  39. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 152898ms. 78 Kb/s
  40. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 2241ms. 22846 Kb/s
  41. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 34007ms. 35286 Kb/s
  42. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 12059ms. 4245 Kb/s
  43. This is the switch configuration so this indicates expected switch throughput:
  44. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 151882ms. 7900 Kb/s
  45. cjdns@abacus:~/cjdns/build$ cat /proc/cpuinfo
  46. Processor : Feroceon 88FR131 rev 1 (v5l)
  47. BogoMIPS : 1196.85
  48. Features : swp half thumb fastmult edsp
  49. CPU implementer : 0x56
  50. CPU architecture: 5TE
  51. CPU variant : 0x2
  52. CPU part : 0x131
  53. CPU revision : 1
  54. Hardware : Marvell OpenRD Client Board
  55. Revision : 0000
  56. Serial : 0000000000000000
  57. cjdns@abacus:~/cjdns/build$ git log -n 1
  58. commit c2cfff7b4ef1339942f3e98eb0d99a093d307a9b
  59. # after the update to nacl
  60. cjdns@abacus:~/cjdns/build$ time ./cjdroute --bench && cat /proc/cpuinfo && git log | head -1
  61. These metrics are speed of encryption and decryption similar to the usage pattern
  62. when decrypting a packet, switching it, and re-encrypting it with another key.
  63. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 12076ms. 42 Kb/s
  64. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 13298ms. 902 Kb/s
  65. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 12304ms. 41 Kb/s
  66. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 12752ms. 940 Kb/s
  67. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 1034ms. 49516 Kb/s
  68. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 20350ms. 58968 Kb/s
  69. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 3685ms. 13894 Kb/s
  70. This is the switch configuration so this indicates expected switch throughput:
  71. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 30179ms. 39762 Kb/s
  72. Processor : Feroceon 88FR131 rev 1 (v5l)
  73. BogoMIPS : 1196.85
  74. Features : swp half thumb fastmult edsp
  75. CPU implementer : 0x56
  76. CPU architecture: 5TE
  77. CPU variant : 0x2
  78. CPU part : 0x131
  79. CPU revision : 1
  80. Hardware : Marvell OpenRD Client Board
  81. Revision : 0000
  82. Serial : 0000000000000000
  83. real 1m43.216s
  84. user 1m21.520s
  85. sys 0m1.000s
  86. cjdns@abacus:~/cjdns/build$
  87. cjdns@ks397481:~/cjdns/build$ ./cjdroute --bench
  88. These metrics are speed of encryption and decryption similar to the usage pattern
  89. when decrypting a packet, switching it, and re-encrypting it with another key.
  90. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 3420ms. 149 Kb/s
  91. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 3491ms. 3437 Kb/s
  92. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 3413ms. 150 Kb/s
  93. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 3465ms. 3462 Kb/s
  94. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 103ms. 497087 Kb/s
  95. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 1581ms. 759013 Kb/s
  96. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 724ms. 70718 Kb/s
  97. This is the switch configuration so this indicates expected switch throughput:
  98. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 4257ms. 281888 Kb/s
  99. cjdns@ks397481:~/cjdns/build$ cat /proc/cpuinfo | head
  100. processor : 0
  101. vendor_id : GenuineIntel
  102. cpu family : 6
  103. model : 28
  104. model name : Intel(R) Atom(TM) CPU D425 @ 1.80GHz
  105. stepping : 10
  106. cpu MHz : 1799.735
  107. cache size : 512 KB
  108. physical id : 0
  109. siblings : 2
  110. cjdns@ks397481:~/cjdns/build$ git log | head -n 1
  111. commit fd4964634de971c888bb079d0e62b411c471803a
  112. user@ubntfusion2:~/cjdns/build$ ./cjdroute --bench
  113. These metrics are speed of encryption and decryption similar to the usage pattern
  114. when decrypting a packet, switching it, and re-encrypting it with another key.
  115. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 916ms. 558 Kb/s
  116. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 939ms. 12778 Kb/s
  117. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 1341ms. 381 Kb/s
  118. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 1368ms. 8771 Kb/s
  119. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 134ms. 382089 Kb/s
  120. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 2291ms. 523788 Kb/s
  121. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 526ms. 97338 Kb/s
  122. This is the switch configuration so this indicates expected switch throughput:
  123. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 3386ms. 354400 Kb/s
  124. user@ubntfusion2:~/cjdns/build$ cat /proc/cpuinfo | head
  125. processor : 0
  126. vendor_id : AuthenticAMD
  127. cpu family : 20
  128. model : 1
  129. model name : AMD E-350 Processor
  130. stepping : 0
  131. microcode : 0x5000028
  132. cpu MHz : 800.000
  133. cache size : 512 KB
  134. physical id : 0
  135. user@ubntfusion2:~/cjdns/build$ git log | head -n 1
  136. commit 3d2ce46d3c9df964ddf37dbdb03dccbcac862d5a
  137. user@ubntfusion2:~/cjdns/build$
  138. These metrics are speed of encryption and decryption similar to the usage pattern
  139. when decrypting a packet, switching it, and re-encrypting it with another key.
  140. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 1361ms. 376 Kb/s
  141. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 1551ms. 7736 Kb/s
  142. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 1334ms. 383 Kb/s
  143. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 1365ms. 8790 Kb/s
  144. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 323ms. 158513 Kb/s
  145. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 1893ms. 633914 Kb/s
  146. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 708ms. 72316 Kb/s
  147. This is the switch configuration so this indicates expected switch throughput:
  148. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 2805ms. 427807 Kb/s
  149. processor : 0
  150. vendor_id : GenuineIntel
  151. cpu family : 15
  152. model : 4
  153. model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
  154. stepping : 3
  155. cpu MHz : 2994.307
  156. cache size : 2048 KB
  157. physical id : 0
  158. siblings : 2
  159. core id : 0
  160. cpu cores : 1
  161. apicid : 0
  162. initial apicid : 0
  163. fdiv_bug : no
  164. hlt_bug : no
  165. f00f_bug : no
  166. coma_bug : no
  167. fpu : yes
  168. fpu_exception : yes
  169. cpuid level : 5
  170. wp : yes
  171. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pebs bts pni dtes64 monitor ds_cpl est cid cx16 xtpr
  172. bogomips : 5988.61
  173. clflush size : 64
  174. cache_alignment : 128
  175. address sizes : 36 bits physical, 48 bits virtual
  176. power management:
  177. processor : 1
  178. vendor_id : GenuineIntel
  179. cpu family : 15
  180. model : 4
  181. model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
  182. stepping : 3
  183. .....
  184. cjdns@xubuntu-27-120:~/cjdns$ git log | head -n 1
  185. commit 06522239acde31a01633033d9c4229baa7fad229
  186. These metrics are speed of encryption and decryption similar to the usage pattern
  187. when decrypting a packet, switching it, and re-encrypting it with another key.
  188. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 9996ms. 51 Kb/s
  189. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 10459ms. 1147 Kb/s
  190. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 10429ms. 49 Kb/s
  191. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 10982ms. 1092 Kb/s
  192. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 3588ms. 14269 Kb/s
  193. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 34265ms. 35021 Kb/s
  194. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 8723ms. 5869 Kb/s
  195. This is the switch configuration so this indicates expected switch throughput:
  196. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 46702ms. 25694 Kb/s
  197. processor : 0
  198. vendor_id : GenuineIntel
  199. cpu family : 6
  200. model : 5
  201. model name : Pentium II (Deschutes)
  202. stepping : 2
  203. cpu MHz : 267.274
  204. cache size : 512 KB
  205. fdiv_bug : no
  206. hlt_bug : no
  207. f00f_bug : no
  208. coma_bug : no
  209. fpu : yes
  210. fpu_exception : yes
  211. cpuid level : 2
  212. wp : yes
  213. flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pse36 mmx fxsr up
  214. bogomips : 534.54
  215. clflush size : 32
  216. cache_alignment : 32
  217. address sizes : 36 bits physical, 32 bits virtual
  218. power management:
  219. cjdns@wl-4-253:~/cjdns$ git log | head -n 1
  220. commit 06522239acde31a01633033d9c4229baa7fad229
  221. $ ./cjdroute --bench
  222. These metrics are speed of encryption and decryption similar to the usage pattern
  223. when decrypting a packet, switching it, and re-encrypting it with another key.
  224. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 334ms. 1532 Kb/s
  225. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 342ms. 35085 Kb/s
  226. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 547ms. 936 Kb/s
  227. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 507ms. 23667 Kb/s
  228. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 51ms. 1003921 Kb/s
  229. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 618ms. 1941747 Kb/s
  230. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 226ms. 226548 Kb/s
  231. This is the switch configuration so this indicates expected switch throughput:
  232. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1068ms. 1123595 Kb/s
  233. $ cat /proc/cpuinfo
  234. processor : 0
  235. vendor_id : GenuineIntel
  236. cpu family : 6
  237. model : 26
  238. model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
  239. stepping : 5
  240. microcode : 0x11
  241. cpu MHz : 2261.000
  242. cache size : 8192 KB
  243. fpu : yes
  244. fpu_exception : yes
  245. cpuid level : 11
  246. wp : yes
  247. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm ida dts
  248. bogomips : 4522.00
  249. clflush size : 64
  250. cache_alignment : 64
  251. address sizes : 40 bits physical, 48 bits virtual
  252. power management:
  253. ......
  254. $ git log | head -n 1
  255. commit 65204735fac8a27a1057f100b0a1285633eaf29e
  256. [user@ps3 build]$ ./cjdroute --bench
  257. These metrics are speed of encryption and decryption similar to the usage pattern
  258. when decrypting a packet, switching it, and re-encrypting it with another key.
  259. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 54330ms. 9 Kb/s
  260. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 54805ms. 218 Kb/s
  261. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 54304ms. 9 Kb/s
  262. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 54792ms. 218 Kb/s
  263. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 607ms. 84349 Kb/s
  264. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 8470ms. 141676 Kb/s
  265. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 3224ms. 15880 Kb/s
  266. This is the switch configuration so this indicates expected switch throughput:
  267. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 54903ms. 21856 Kb/s
  268. [user@ps3 build]$ cat /proc/cpuinfo
  269. processor : 0
  270. cpu : Cell Broadband Engine, altivec supported
  271. clock : 3192.000000MHz
  272. revision : 5.1 (pvr 0070 0501)
  273. processor : 1
  274. cpu : Cell Broadband Engine, altivec supported
  275. clock : 3192.000000MHz
  276. revision : 5.1 (pvr 0070 0501)
  277. timebase : 79800000
  278. platform : PS3
  279. [user@ps3 build]$ git log | head -n 1
  280. commit 06522239acde31a01633033d9c4229baa7fad229
  281. Linux 2.6.26-2-686 #1 SMP Sat Jun 11 14:54:10 UTC 2011 i686 GNU/Linux
  282. 893ac7148b76bed44c589617f0655a857b05b9e4
  283. processor : 0
  284. vendor_id : GenuineIntel
  285. cpu family : 6
  286. model : 23
  287. model name : Intel(R) Core(TM)2 CPU E7400 @ 2.80GHz
  288. stepping : 10
  289. cpu MHz : 2793.090
  290. cache size : 3072 KB
  291. physical id : 0
  292. siblings : 2
  293. core id : 0
  294. cpu cores : 2
  295. apicid : 0
  296. initial apicid : 0
  297. fdiv_bug : no
  298. hlt_bug : no
  299. f00f_bug : no
  300. coma_bug : no
  301. fpu : yes
  302. fpu_exception : yes
  303. cpuid level : 13
  304. wp : yes
  305. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor tm2 ssse3 lahf_lm
  306. bogomips : 5590.46
  307. clflush size : 64
  308. power management:
  309. processor : 1
  310. vendor_id : GenuineIntel
  311. cpu family : 6
  312. model : 23
  313. model name : Intel(R) Core(TM)2 CPU E7400 @ 2.80GHz
  314. stepping : 10
  315. cpu MHz : 2793.090
  316. cache size : 3072 KB
  317. physical id : 0
  318. siblings : 2
  319. core id : 1
  320. cpu cores : 2
  321. apicid : 1
  322. initial apicid : 1
  323. fdiv_bug : no
  324. hlt_bug : no
  325. f00f_bug : no
  326. coma_bug : no
  327. fpu : yes
  328. fpu_exception : yes
  329. cpuid level : 13
  330. wp : yes
  331. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor tm2 ssse3 lahf_lm
  332. bogomips : 5586.38
  333. clflush size : 64
  334. power management:
  335. These metrics are speed of encryption and decryption similar to the usage pattern
  336. when decrypting a packet, switching it, and re-encrypting it with another key.
  337. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 704ms. 727 Kb/s
  338. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 670ms. 17909 Kb/s
  339. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 700ms. 731 Kb/s
  340. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 709ms. 16924 Kb/s
  341. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 105ms. 487619 Kb/s
  342. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 639ms. 1877934 Kb/s
  343. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 316ms. 162025 Kb/s
  344. This is the switch configuration so this indicates expected switch throughput:
  345. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1159ms. 1035375 Kb/s
  346. OpenWRT on Linksys WRT54GL V1.1
  347. system type : Broadcom BCM47XX
  348. processor : 0
  349. cpu model : Broadcom BMIPS3300 V0.8
  350. BogoMIPS : 198.65
  351. wait instruction : yes
  352. microsecond timers : yes
  353. tlb_entries : 32
  354. extra interrupt vector : yes
  355. hardware watchpoint : no
  356. ASEs implemented :
  357. shadow register sets : 1
  358. kscratch registers : 0
  359. core : 0
  360. VCED exceptions : not available
  361. VCEI exceptions : not available
  362. These metrics are speed of encryption and decryption similar to the usage pattern
  363. when decrypting a packet, switching it, and re-encrypting it with another key.
  364. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 687837ms. 0 Kb/s
  365. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 695086ms. 17 Kb/s
  366. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 688509ms. 0 Kb/s
  367. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 695686ms. 17 Kb/s
  368. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 6485ms. 7895 Kb/s
  369. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 85105ms. 14100 Kb/s
  370. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 45765ms. 1118 Kb/s
  371. This is the switch configuration so this indicates expected switch throughput
  372. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 764380ms. 1569 Kb/s
  373. real 59m 43.33s
  374. user 59m 39.59s
  375. sys 0m 2.98s
  376. ircerr@EFNet/#cjdns 20120506
  377. user@debian-mips:~/cjdns/build$ time ./cjdroute --bench
  378. These metrics are speed of encryption and decryption similar to the usage pattern
  379. when decrypting a packet, switching it, and re-encrypting it with another key.
  380. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 271027ms. 1 Kb/s
  381. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 314701ms. 38 Kb/s
  382. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 288595ms. 1 Kb/s
  383. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 271643ms. 44 Kb/s
  384. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 8016ms. 6387 Kb/s
  385. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 63388ms. 18931 Kb/s
  386. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 24010ms. 2132 Kb/s
  387. This is the switch configuration so this indicates expected switch throughput:
  388. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 332790ms. 3605 Kb/s
  389. real 25m37.560s
  390. user 25m4.378s
  391. sys 0m29.726s
  392. user@debian-mips:~/cjdns/build$ cat /proc/cpuinfo
  393. system type : MIPS Malta
  394. processor : 0
  395. cpu model : MIPS 24Kc V0.0 FPU V0.0
  396. BogoMIPS : 532.48
  397. wait instruction : yes
  398. microsecond timers : yes
  399. tlb_entries : 16
  400. extra interrupt vector : yes
  401. hardware watchpoint : yes, count: 1, address/irw mask: [0x0ff8]
  402. ASEs implemented : mips16
  403. shadow register sets : 1
  404. core : 0
  405. VCED exceptions : not available
  406. VCEI exceptions : not available
  407. user@debian-mips:~/cjdns/build$ git log | head -n 1
  408. commit 929f4785dcd62b2dc4201ceb40e7bdb0d49462e5
  409. # after update to nacl
  410. git log | head -1~/cjdns$ time ./build/cjdroute --bench && cat /proc/cpuinfo &&
  411. These metrics are speed of encryption and decryption similar to the usage pattern
  412. when decrypting a packet, switching it, and re-encrypting it with another key.
  413. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 242437ms. 2 Kb/s
  414. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 298387ms. 40 Kb/s
  415. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 325285ms. 1 Kb/s
  416. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 300940ms. 39 Kb/s
  417. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 3183ms. 16085 Kb/s
  418. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 70822ms. 16943 Kb/s
  419. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 21674ms. 2362 Kb/s
  420. This is the switch configuration so this indicates expected switch throughput:
  421. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 122875ms. 9766 Kb/s
  422. real 22m33.470s
  423. user 22m2.123s
  424. sys 0m28.946s
  425. system type : MIPS Malta
  426. processor : 0
  427. cpu model : MIPS 24Kc V0.0 FPU V0.0
  428. BogoMIPS : 550.91
  429. wait instruction : yes
  430. microsecond timers : yes
  431. tlb_entries : 16
  432. extra interrupt vector : yes
  433. hardware watchpoint : yes, count: 1, address/irw mask: [0x0ff8]
  434. ASEs implemented : mips16
  435. shadow register sets : 1
  436. core : 0
  437. VCED exceptions : not available
  438. VCEI exceptions : not available
  439. commit 8562e4298a64a7b7aa9d05d03ab357b572940b71
  440. user@debian-mips:~/cjdns$
  441. commit 51c041d6b87f139e74ab31ca125cdfc9685900b4
  442. Linux sql.bt-chat.com 2.6.26-2-686 #1 SMP Sat Jun 11 14:54:10 UTC 2011 i686 GNU/Linux
  443. processor : 0
  444. vendor_id : GenuineIntel
  445. cpu family : 6
  446. model : 23
  447. model name : Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz
  448. stepping : 10
  449. cpu MHz : 2786.096
  450. cache size : 3072 KB
  451. physical id : 0
  452. siblings : 2
  453. core id : 0
  454. cpu cores : 2
  455. apicid : 0
  456. initial apicid : 0
  457. fdiv_bug : no
  458. hlt_bug : no
  459. f00f_bug : no
  460. coma_bug : no
  461. fpu : yes
  462. fpu_exception : yes
  463. cpuid level : 13
  464. wp : yes
  465. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
  466. bogomips : 5576.40
  467. clflush size : 64
  468. power management:
  469. processor : 1
  470. vendor_id : GenuineIntel
  471. cpu family : 6
  472. model : 23
  473. model name : Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz
  474. stepping : 10
  475. cpu MHz : 2786.096
  476. cache size : 3072 KB
  477. physical id : 0
  478. siblings : 2
  479. core id : 1
  480. cpu cores : 2
  481. apicid : 1
  482. initial apicid : 1
  483. fdiv_bug : no
  484. hlt_bug : no
  485. f00f_bug : no
  486. coma_bug : no
  487. fpu : yes
  488. fpu_exception : yes
  489. cpuid level : 13
  490. wp : yes
  491. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
  492. bogomips : 5572.35
  493. clflush size : 64
  494. power management:
  495. These metrics are speed of encryption and decryption similar to the usage pattern
  496. when decrypting a packet, switching it, and re-encrypting it with another key.
  497. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 650ms. 787 Kb/s
  498. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 706ms. 16996 Kb/s
  499. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 698ms. 733 Kb/s
  500. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 663ms. 18098 Kb/s
  501. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 101ms. 506930 Kb/s
  502. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 633ms. 1895734 Kb/s
  503. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 310ms. 165161 Kb/s
  504. This is the switch configuration so this indicates expected switch throughput:
  505. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1155ms. 1038961 Kb/s
  506. commit a33af261e9ddbcd314ea28190b18b4a438af3532
  507. Linux web.bt-chat.com 2.6.32-5-686 #1 SMP Mon Mar 26 05:20:33 UTC 2012 i686 GNU/Linux
  508. processor : 0
  509. vendor_id : GenuineIntel
  510. cpu family : 6
  511. model : 23
  512. model name : Intel(R) Core(TM)2 CPU E7400 @ 2.80GHz
  513. stepping : 10
  514. cpu MHz : 2793.605
  515. cache size : 3072 KB
  516. physical id : 0
  517. siblings : 2
  518. core id : 0
  519. cpu cores : 2
  520. apicid : 0
  521. initial apicid : 0
  522. fdiv_bug : no
  523. hlt_bug : no
  524. f00f_bug : no
  525. coma_bug : no
  526. fpu : yes
  527. fpu_exception : yes
  528. cpuid level : 13
  529. wp : yes
  530. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni monitor tm2 ssse3 lahf_lm
  531. bogomips : 5587.21
  532. clflush size : 64
  533. cache_alignment : 64
  534. address sizes : 36 bits physical, 48 bits virtual
  535. power management:
  536. processor : 1
  537. vendor_id : GenuineIntel
  538. cpu family : 6
  539. model : 23
  540. model name : Intel(R) Core(TM)2 CPU E7400 @ 2.80GHz
  541. stepping : 10
  542. cpu MHz : 2793.605
  543. cache size : 3072 KB
  544. physical id : 0
  545. siblings : 2
  546. core id : 1
  547. cpu cores : 2
  548. apicid : 1
  549. initial apicid : 1
  550. fdiv_bug : no
  551. hlt_bug : no
  552. f00f_bug : no
  553. coma_bug : no
  554. fpu : yes
  555. fpu_exception : yes
  556. cpuid level : 13
  557. wp : yes
  558. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni monitor tm2 ssse3 lahf_lm
  559. bogomips : 5586.37
  560. clflush size : 64
  561. cache_alignment : 64
  562. address sizes : 36 bits physical, 48 bits virtual
  563. power management:
  564. These metrics are speed of encryption and decryption similar to the usage pattern
  565. when decrypting a packet, switching it, and re-encrypting it with another key.
  566. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 701ms. 730 Kb/s
  567. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 660ms. 18180 Kb/s
  568. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 700ms. 731 Kb/s
  569. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 707ms. 16972 Kb/s
  570. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 101ms. 506930 Kb/s
  571. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 587ms. 2044293 Kb/s
  572. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 365ms. 140273 Kb/s
  573. This is the switch configuration so this indicates expected switch throughput:
  574. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1156ms. 1038062 Kb/s
  575. commit ec8d1aac3e11e98b21e0bea6ad4af2463c99b14c
  576. Linux web2.bt-chat.com 2.6.26-2-686 #1 SMP Sat Jun 11 14:54:10 UTC 2011 i686 GNU/Linux
  577. processor : 0
  578. vendor_id : GenuineIntel
  579. cpu family : 6
  580. model : 23
  581. model name : Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz
  582. stepping : 10
  583. cpu MHz : 2786.045
  584. cache size : 3072 KB
  585. physical id : 0
  586. siblings : 2
  587. core id : 0
  588. cpu cores : 2
  589. apicid : 0
  590. initial apicid : 0
  591. fdiv_bug : no
  592. hlt_bug : no
  593. f00f_bug : no
  594. coma_bug : no
  595. fpu : yes
  596. fpu_exception : yes
  597. cpuid level : 13
  598. wp : yes
  599. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
  600. bogomips : 5576.37
  601. clflush size : 64
  602. power management:
  603. processor : 1
  604. vendor_id : GenuineIntel
  605. cpu family : 6
  606. model : 23
  607. model name : Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz
  608. stepping : 10
  609. cpu MHz : 2786.045
  610. cache size : 3072 KB
  611. physical id : 0
  612. siblings : 2
  613. core id : 1
  614. cpu cores : 2
  615. apicid : 1
  616. initial apicid : 1
  617. fdiv_bug : no
  618. hlt_bug : no
  619. f00f_bug : no
  620. coma_bug : no
  621. fpu : yes
  622. fpu_exception : yes
  623. cpuid level : 13
  624. wp : yes
  625. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
  626. bogomips : 5572.35
  627. clflush size : 64
  628. power management:
  629. These metrics are speed of encryption and decryption similar to the usage pattern
  630. when decrypting a packet, switching it, and re-encrypting it with another key.
  631. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 698ms. 733 Kb/s
  632. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 705ms. 17020 Kb/s
  633. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 659ms. 776 Kb/s
  634. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 706ms. 16996 Kb/s
  635. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 72ms. 711111 Kb/s
  636. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 610ms. 1967213 Kb/s
  637. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 282ms. 181560 Kb/s
  638. This is the switch configuration so this indicates expected switch throughput:
  639. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1127ms. 1064773 Kb/s
  640. # Rasberry Pi -- Owner unknown (we would like to meet you!)
  641. ./cjdroute --bench
  642. These metrics are speed of encryption and decryption similar to the usage pattern
  643. when decrypting a packet, switching it, and re-encrypting it with another key.
  644. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 97759ms. 5 Kb/s
  645. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 96319ms. 124 Kb/s
  646. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 143077ms. 3 Kb/s
  647. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 148158ms. 80 Kb/s
  648. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 2172ms. 23572 Kb/s
  649. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 33251ms. 36089 Kb/s
  650. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 14356ms. 3566 Kb/s
  651. This is the switch configuration so this indicates expected switch throughput:
  652. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 163744ms. 7328 Kb/s
  653. version: bc41a54dc5d2a0ece5864671242184afbd46ba6e
  654. # This version is just post the NACL improvements.
  655. [root@Bifrost] ~/src/cjdns# ./cjdroute --bench
  656. These metrics are speed of encryption and decryption similar to the usage pattern
  657. when decrypting a packet, switching it, and re-encrypting it with another key.
  658. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 20195ms. 25 Kb/s
  659. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 20389ms. 588 Kb/s
  660. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 20077ms. 25 Kb/s
  661. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 20296ms. 591 Kb/s
  662. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 500ms. 102400 Kb/s
  663. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 8314ms. 144334 Kb/s
  664. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 1502ms. 34087 Kb/s
  665. This is the switch configuration so this indicates expected switch throughput:
  666. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 17730ms. 67681 Kb/s
  667. [root@Bifrost] ~/src/cjdns# cat /proc/cpuinfo
  668. processor : 0
  669. cpu : Cell Broadband Engine, altivec supported
  670. clock : 3192.000000MHz
  671. revision : 5.1 (pvr 0070 0501)
  672. processor : 1
  673. cpu : Cell Broadband Engine, altivec supported
  674. clock : 3192.000000MHz
  675. revision : 5.1 (pvr 0070 0501)
  676. timebase : 79800000
  677. platform : PS3
  678. model : SonyPS3
  679. [root@Bifrost] ~/src/cjdns# git log | head -n 1
  680. commit 829f93e93c1eff81fdde62f00500f7e2c6e05c2f
  681. [root@Bifrost] ~/src/cjdns# date
  682. Fri Jun 22 15:48:05 CDT 2012
  683. [dan@archbang ~]$ cjdroute --bench
  684. These metrics are speed of encryption and decryption similar to the usage pattern
  685. when decrypting a packet, switching it, and re-encrypting it with another key.
  686. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 614ms. 833 Kb/s
  687. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 671ms. 17882 Kb/s
  688. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 962ms. 532 Kb/s
  689. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 975ms. 12306 Kb/s
  690. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 296ms. 172972 Kb/s
  691. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 1040ms. 1153846 Kb/s
  692. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 626ms. 81789 Kb/s
  693. This is the switch configuration so this indicates expected switch throughput:
  694. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1745ms. 687679 Kb/s
  695. [dan@archbang ~]$ cat /proc/cpuinfo
  696. processor : 0
  697. vendor_id : GenuineIntel
  698. cpu family : 6
  699. model : 15
  700. model name : Intel(R) Pentium(R) Dual CPU T3200 @ 2.00GHz
  701. stepping : 13
  702. microcode : 0xa3
  703. cpu MHz : 1000.000
  704. cache size : 1024 KB
  705. physical id : 0
  706. siblings : 2
  707. core id : 0
  708. cpu cores : 2
  709. apicid : 0
  710. initial apicid : 0
  711. fdiv_bug : no
  712. hlt_bug : no
  713. f00f_bug : no
  714. coma_bug : no
  715. fpu : yes
  716. fpu_exception : yes
  717. cpuid level : 10
  718. wp : yes
  719. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts
  720. bogomips : 3991.79
  721. clflush size : 64
  722. cache_alignment : 64
  723. address sizes : 36 bits physical, 48 bits virtual
  724. power management:
  725. processor : 1
  726. vendor_id : GenuineIntel
  727. cpu family : 6
  728. model : 15
  729. model name : Intel(R) Pentium(R) Dual CPU T3200 @ 2.00GHz
  730. stepping : 13
  731. microcode : 0xa3
  732. cpu MHz : 1000.000
  733. cache size : 1024 KB
  734. physical id : 0
  735. siblings : 2
  736. core id : 1
  737. cpu cores : 2
  738. apicid : 1
  739. initial apicid : 1
  740. fdiv_bug : no
  741. hlt_bug : no
  742. f00f_bug : no
  743. coma_bug : no
  744. fpu : yes
  745. fpu_exception : yes
  746. cpuid level : 10
  747. wp : yes
  748. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts
  749. bogomips : 3991.79
  750. clflush size : 64
  751. cache_alignment : 64
  752. address sizes : 36 bits physical, 48 bits virtual
  753. power management:
  754. [dan@archbang ~]$ yaourt -Q cjdns-git
  755. local/cjdns-git 120619-1
  756. packaged (6-19-2012)
  757. # Another Rasberry Pi
  758. [cjdns@meLonpi] ~/cjdns$ ./cjdroute --bench
  759. These metrics are speed of encryption and decryption similar to the usage pattern
  760. when decrypting a packet, switching it, and re-encrypting it with another key.
  761. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 111492ms. 4 Kb/s
  762. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 112808ms. 106 Kb/s
  763. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 111424ms. 4 Kb/s
  764. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 113002ms. 106 Kb/s
  765. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 5692ms. 8995 Kb/s
  766. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 117375ms. 10223 Kb/s
  767. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 23037ms. 2222 Kb/s
  768. This is the switch configuration so this indicates expected switch throughput:
  769. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 162951ms. 7364 Kb/s
  770. [cjdns@meLonpi] ~/cjdns$ uname -a
  771. Linux meLonpi 3.1.9+ #90 Wed Apr 18 18:23:05 BST 2012 armv6l GNU/Linux
  772. [cjdns@meLonpi] ~/cjdns$ cat /proc/cpuinfo
  773. Processor : ARMv6-compatible processor rev 7 (v6l)
  774. BogoMIPS : 697.95
  775. Features : swp half thumb fastmult vfp edsp java tls
  776. CPU implementer : 0x41
  777. CPU architecture: 7
  778. CPU variant : 0x0
  779. CPU part : 0xb76
  780. CPU revision : 7
  781. Hardware : BCM2708
  782. Revision : 0002
  783. Serial : 000000008b285506
  784. [cjdns@meLonpi] ~/cjdns$ git log | head -1
  785. commit a7c6c3a02c96ff5bfc12aa110af5a594c08a605b
  786. [ich@ich cjdns]$ ./cjdroute --bench
  787. These metrics are speed of encryption and decryption similar to the usage pattern
  788. when decrypting a packet, switching it, and re-encrypting it with another key.
  789. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 1384ms. 369 Kb/s
  790. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 1332ms. 9008 Kb/s
  791. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 1331ms. 384 Kb/s
  792. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 1382ms. 8682 Kb/s
  793. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 60ms. 853333 Kb/s
  794. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 545ms. 2201834 Kb/s
  795. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 602ms. 85049 Kb/s
  796. This is the switch configuration so this indicates expected switch throughput:
  797. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 1297ms. 925212 Kb/s
  798. [ich@ich cjdns]$ cat /proc/cpuinfo
  799. processor : 0
  800. vendor_id : AuthenticAMD
  801. cpu family : 16
  802. model : 10
  803. model name : AMD Phenom(tm) II X6 1090T Processor
  804. stepping : 0
  805. microcode : 0x10000dc
  806. cpu MHz : 800.000
  807. cache size : 512 KB
  808. physical id : 0
  809. siblings : 6
  810. core id : 0
  811. cpu cores : 6
  812. apicid : 0
  813. initial apicid : 0
  814. fpu : yes
  815. fpu_exception : yes
  816. cpuid level : 6
  817. wp : yes
  818. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter
  819. bogomips : 6386.36
  820. TLB size : 1024 4K pages
  821. clflush size : 64
  822. cache_alignment : 64
  823. address sizes : 48 bits physical, 48 bits virtual
  824. power management: ts ttp tm stc 100mhzsteps hwpstate cpb
  825. processor : 1
  826. vendor_id : AuthenticAMD
  827. cpu family : 16
  828. model : 10
  829. model name : AMD Phenom(tm) II X6 1090T Processor
  830. stepping : 0
  831. microcode : 0x10000dc
  832. cpu MHz : 800.000
  833. cache size : 512 KB
  834. physical id : 0
  835. siblings : 6
  836. core id : 1
  837. cpu cores : 6
  838. apicid : 1
  839. initial apicid : 1
  840. fpu : yes
  841. fpu_exception : yes
  842. cpuid level : 6
  843. wp : yes
  844. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter
  845. bogomips : 6386.36
  846. TLB size : 1024 4K pages
  847. clflush size : 64
  848. cache_alignment : 64
  849. address sizes : 48 bits physical, 48 bits virtual
  850. power management: ts ttp tm stc 100mhzsteps hwpstate cpb
  851. processor : 2
  852. vendor_id : AuthenticAMD
  853. cpu family : 16
  854. model : 10
  855. model name : AMD Phenom(tm) II X6 1090T Processor
  856. stepping : 0
  857. microcode : 0x10000dc
  858. cpu MHz : 800.000
  859. cache size : 512 KB
  860. physical id : 0
  861. siblings : 6
  862. core id : 2
  863. cpu cores : 6
  864. apicid : 2
  865. initial apicid : 2
  866. fpu : yes
  867. fpu_exception : yes
  868. cpuid level : 6
  869. wp : yes
  870. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter
  871. bogomips : 6386.36
  872. TLB size : 1024 4K pages
  873. clflush size : 64
  874. cache_alignment : 64
  875. address sizes : 48 bits physical, 48 bits virtual
  876. power management: ts ttp tm stc 100mhzsteps hwpstate cpb
  877. processor : 3
  878. vendor_id : AuthenticAMD
  879. cpu family : 16
  880. model : 10
  881. model name : AMD Phenom(tm) II X6 1090T Processor
  882. stepping : 0
  883. microcode : 0x10000dc
  884. cpu MHz : 800.000
  885. cache size : 512 KB
  886. physical id : 0
  887. siblings : 6
  888. core id : 3
  889. cpu cores : 6
  890. apicid : 3
  891. initial apicid : 3
  892. fpu : yes
  893. fpu_exception : yes
  894. cpuid level : 6
  895. wp : yes
  896. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter
  897. bogomips : 6386.36
  898. TLB size : 1024 4K pages
  899. clflush size : 64
  900. cache_alignment : 64
  901. address sizes : 48 bits physical, 48 bits virtual
  902. power management: ts ttp tm stc 100mhzsteps hwpstate cpb
  903. processor : 4
  904. vendor_id : AuthenticAMD
  905. cpu family : 16
  906. model : 10
  907. model name : AMD Phenom(tm) II X6 1090T Processor
  908. stepping : 0
  909. microcode : 0x10000dc
  910. cpu MHz : 800.000
  911. cache size : 512 KB
  912. physical id : 0
  913. siblings : 6
  914. core id : 4
  915. cpu cores : 6
  916. apicid : 4
  917. initial apicid : 4
  918. fpu : yes
  919. fpu_exception : yes
  920. cpuid level : 6
  921. wp : yes
  922. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter
  923. bogomips : 6386.36
  924. TLB size : 1024 4K pages
  925. clflush size : 64
  926. cache_alignment : 64
  927. address sizes : 48 bits physical, 48 bits virtual
  928. power management: ts ttp tm stc 100mhzsteps hwpstate cpb
  929. processor : 5
  930. vendor_id : AuthenticAMD
  931. cpu family : 16
  932. model : 10
  933. model name : AMD Phenom(tm) II X6 1090T Processor
  934. stepping : 0
  935. microcode : 0x10000dc
  936. cpu MHz : 3200.000
  937. cache size : 512 KB
  938. physical id : 0
  939. siblings : 6
  940. core id : 5
  941. cpu cores : 6
  942. apicid : 5
  943. initial apicid : 5
  944. fpu : yes
  945. fpu_exception : yes
  946. cpuid level : 6
  947. wp : yes
  948. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter
  949. bogomips : 6386.36
  950. TLB size : 1024 4K pages
  951. clflush size : 64
  952. cache_alignment : 64
  953. address sizes : 48 bits physical, 48 bits virtual
  954. power management: ts ttp tm stc 100mhzsteps hwpstate cpb
  955. [ich@ich cjdns]$ git log -n 1
  956. commit c9cc5fe5f54b89f014d832527aef767f24a5b4da
  957. Author: Caleb James DeLisle <calebdelisle@lavabit.com>
  958. Date: Mon Oct 22 01:31:51 2012 -0400
  959. 21 Dec 2012:
  960. Hardware:
  961. Hardware Overview:
  962. Model Name: Mac mini
  963. Model Identifier: Macmini1,1
  964. Processor Name: Intel Core Solo
  965. Processor Speed: 1,5 GHz
  966. Number Of Processors: 1
  967. Total Number Of Cores: 1
  968. L2 Cache: 2 MB
  969. Memory: 2 GB
  970. Bus Speed: 667 MHz
  971. Boot ROM Version: MM11.0055.B08
  972. SMC Version (system): 1.3f4
  973. $ uname -a
  974. Darwin Gaius.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
  975. $ ./cjdroute --bench
  976. These metrics are speed of encryption and decryption similar to the usage pattern
  977. when decrypting a packet, switching it, and re-encrypting it with another key.
  978. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 58425ms. 8 Kb/s
  979. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 63471ms. 189 Kb/s
  980. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 84541ms. 6 Kb/s
  981. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 83907ms. 143 Kb/s
  982. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 343ms. 149271 Kb/s
  983. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 2993ms. 400935 Kb/s
  984. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 3973ms. 12886 Kb/s
  985. This is the switch configuration so this indicates expected switch throughput:
  986. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 12433ms. 96517 Kb/s
  987. $ gcc -v
  988. Using built-in specs.
  989. Target: i686-apple-darwin10
  990. Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~3/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/Developer/usr/llvm-gcc-4.2/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~3/dst-llvmCore/Developer/usr/local --with-gxx-include-dir=/usr/include/c++/4.2.1 --host=i686-apple-darwin10 --target=i686-apple-darwin10
  991. Thread model: posix
  992. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
  993. $ git log | head -1
  994. commit e6fda6a418f5e719fe07cf0c866e546288de6cb1
  995. user@debian-mips:~/cjdns$ ./cjdroute --bench
  996. 1380772514 INFO RandomSeed.c:67 Attempting to seed random number generator
  997. 1380772514 INFO RandomSeed.c:81 Trying random seed [RtlGenRandom() (Windows)] Failed
  998. 1380772514 INFO RandomSeed.c:81 Trying random seed [sysctl(KERN_ARND) (BSD)] Failed
  999. 1380772514 INFO RandomSeed.c:75 Trying random seed [/dev/urandom] Success
  1000. 1380772514 INFO RandomSeed.c:75 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Success
  1001. 1380772514 INFO RandomSeed.c:75 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
  1002. 1380772514 INFO RandomSeed.c:89 Seeding random number generator succeeded with [3] sources
  1003. These metrics are speed of encryption and decryption similar to the usage pattern
  1004. when decrypting a packet, switching it, and re-encrypting it with another key.
  1005. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 79280ms. 6 Kb/s
  1006. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 82869ms. 144 Kb/s
  1007. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 110807ms. 4 Kb/s
  1008. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 138062ms. 86 Kb/s
  1009. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 4345ms. 11783 Kb/s
  1010. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 53083ms. 22606 Kb/s
  1011. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 17659ms. 2899 Kb/s
  1012. This is the switch configuration so this indicates expected switch throughput:
  1013. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 91680ms. 13089 Kb/s
  1014. user@debian-mips:~/cjdns$ git log -n 1
  1015. commit 9a3db93cd3ea5b3583ecc3b741518dd0e6ec8764
  1016. Author: Caleb James DeLisle <cjd@hyperboria.ca>
  1017. Date: Wed Oct 2 22:07:13 2013 -0400
  1018. Sometimes SearchRunner_search() returns null
  1019. user@debian-mips:~/cjdns$ cat /proc/cpuinfo
  1020. system type : MIPS Malta
  1021. processor : 0
  1022. cpu model : MIPS 24Kc V0.0 FPU V0.0
  1023. BogoMIPS : 561.15
  1024. wait instruction : yes
  1025. microsecond timers : yes
  1026. tlb_entries : 16
  1027. extra interrupt vector : yes
  1028. hardware watchpoint : yes, count: 1, address/irw mask: [0x0ff8]
  1029. ASEs implemented : mips16
  1030. shadow register sets : 1
  1031. core : 0
  1032. VCED exceptions : not available
  1033. VCEI exceptions : not available
  1034. user@debian-mips:~/cjdns$
  1035. linaro@linaro-ubuntu-desktop:~/cjdns/cjdns-master$ ./cjdroute --bench ; cat /proc/cpuinfo
  1036. 3711 INFO RandomSeed.c:67 Attempting to seed random number generator
  1037. 3711 INFO RandomSeed.c:81 Trying random seed [RtlGenRandom() (Windows)] Failed
  1038. 3711 INFO RandomSeed.c:81 Trying random seed [sysctl(KERN_ARND) (BSD)] Failed
  1039. 3711 INFO RandomSeed.c:75 Trying random seed [/dev/urandom] Success
  1040. 3711 INFO RandomSeed.c:75 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Success
  1041. 3711 INFO RandomSeed.c:75 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
  1042. 3711 INFO RandomSeed.c:89 Seeding random number generator succeeded with [3] sources
  1043. These metrics are speed of encryption and decryption similar to the usage pattern
  1044. when decrypting a packet, switching it, and re-encrypting it with another key.
  1045. Test sending 1000 64 byte hello packets. packet auth enabled. Finished in 1273ms. 402 Kb/s
  1046. Test sending 1000 1500 byte hello packets. packet auth enabled. Finished in 1306ms. 9187 Kb/s
  1047. Test sending 1000 64 byte key packets. packet auth enabled. Finished in 1843ms. 277 Kb/s
  1048. Test sending 1000 1500 byte key packets. packet auth enabled. Finished in 1876ms. 6396 Kb/s
  1049. Test sending 100000 64 byte data packets. packet auth disabled. Finished in 275ms. 186181 Kb/s
  1050. Test sending 100000 1500 byte data packets. packet auth disabled. Finished in 2816ms. 426136 Kb/s
  1051. Test sending 100000 64 byte data packets. packet auth enabled. Finished in 1349ms. 37954 Kb/s
  1052. This is the switch configuration so this indicates expected switch throughput:
  1053. Test sending 100000 1500 byte data packets. packet auth enabled. Finished in 4589ms. 261494 Kb/s
  1054. Processor : ARMv7 Processor rev 10 (v7l)
  1055. processor : 0
  1056. BogoMIPS : 1988.28
  1057. processor : 1
  1058. BogoMIPS : 1988.28
  1059. processor : 2
  1060. BogoMIPS : 1988.28
  1061. processor : 3
  1062. BogoMIPS : 1988.28
  1063. Features : swp half thumb fastmult vfp edsp neon vfpv3
  1064. CPU implementer : 0x41
  1065. CPU architecture: 7
  1066. CPU variant : 0x2
  1067. CPU part : 0xc09
  1068. CPU revision : 10
  1069. Hardware : Freescale i.MX 6Quad Sabre-Lite Board
  1070. Revision : 63000
  1071. Serial : 0000000000000000
  1072. linaro@linaro-ubuntu-desktop:~/cjdns/cjdns-master$ uname -a
  1073. Linux linaro-ubuntu-desktop 3.0.35-troosh #17 SMP PREEMPT Tue May 7 20:29:00 MSK 2013 armv7l armv7l armv7l GNU/Linux
  1074. linaro@linaro-ubuntu-desktop:~/cjdns/cjdns-master$ gcc --version
  1075. gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  1076. Copyright (C) 2011 Free Software Foundation, Inc.
  1077. This is free software; see the source for copying conditions. There is NO
  1078. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1079. linaro@linaro-ubuntu-desktop:~/cjdns/cjdns-master$$ git log | head -1
  1080. commit 9a3db93cd3ea5b3583ecc3b741518dd0e6ec8764
  1081. here you have a new benchmark. It's this cheap ADSL router:
  1082. http://wiki.openwrt.org/toh/comtrend/ar5387un
  1083. The cjdns code is as e9bcb0f9f06870d6f4904149e1c15eca09c7ed8a
  1084. (That's mentioned in the meshbox thing I used in OpenWrt to build it:
  1085. https://github.com/SeattleMeshnet/meshbox/blob/master/cjdns/Makefile )
  1086. The results (better than my 1.2GHz ARM Sheevaplug!):
  1087. -------------------
  1088. 1412636955 INFO RandomSeed.c:42 Attempting to seed random number generator
  1089. 1412636955 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
  1090. 1412636955 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
  1091. 1412636955 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
  1092. 1412636955 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
  1093. These metrics are speed of encryption and decryption similar to the usage pattern
  1094. when decrypting a packet, switching it, and re-encrypting it with another key.
  1095. Test sending 1000 64 byte hello packets
  1096. Finished in 10645ms. 48 Kb/s
  1097. Test sending 1000 1500 byte hello packets
  1098. Finished in 11206ms. 1070 Kb/s
  1099. Test sending 1000 64 byte key packets
  1100. Finished in 10600ms. 48 Kb/s
  1101. Test sending 1000 1500 byte key packets
  1102. Finished in 11243ms. 1067 Kb/s
  1103. Test sending 100000 64 byte data packets
  1104. Finished in 9632ms. 5315 Kb/s
  1105. This is the switch configuration so this indicates expected switch throughput:
  1106. Test sending 100000 1500 byte data packets
  1107. Finished in 70792ms. 16951 Kb/s
  1108. /proc/cpuinfo:
  1109. system type : bcm63xx/96328A-1441N1 (0x6328/0xB0)
  1110. machine : Comtrend AR-5387un
  1111. processor : 0
  1112. cpu model : Broadcom BMIPS4350 V7.5
  1113. BogoMIPS : 319.74
  1114. wait instruction : yes
  1115. microsecond timers : yes
  1116. tlb_entries : 32
  1117. extra interrupt vector : yes
  1118. hardware watchpoint : no
  1119. isa : mips1 mips2 mips32r1
  1120. ASEs implemented :
  1121. shadow register sets : 1
  1122. kscratch registers : 0
  1123. core : 0
  1124. VCED exceptions : not available
  1125. VCEI exceptions : not available
  1126. -------------------
  1127. Raspberry PI 2 Model B
  1128. --------------------------------
  1129. (same results with and without NEON (CFLAGS=-mfpu=neon))
  1130. /proc/cpuinfo: (quadcore, four times this)
  1131. processor : 0
  1132. model name : ARMv7 Processor rev 5 (v7l)
  1133. BogoMIPS : 38.40
  1134. Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
  1135. vfpd32 lpae evtstrm
  1136. CPU implementer : 0x41
  1137. CPU architecture: 7
  1138. CPU variant : 0x0
  1139. CPU part : 0xc07
  1140. CPU revision : 5
  1141. Benchmark (gcc 4.6, CFLAGS="-march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard"):
  1142. These metrics are speed of encryption and decryption similar to the usage pattern
  1143. when decrypting a packet, switching it, and re-encrypting it with another key.
  1144. Test sending 1000 64 byte hello packets
  1145. Finished in 2373ms. 215 Kb/s
  1146. Test sending 1000 1500 byte hello packets
  1147. Finished in 2398ms. 5003 Kb/s
  1148. Test sending 1000 64 byte key packets
  1149. Finished in 2329ms. 219 Kb/s
  1150. Test sending 1000 1500 byte key packets
  1151. Finished in 2400ms. 4999 Kb/s
  1152. Test sending 100000 64 byte data packets
  1153. Finished in 1904ms. 26890 Kb/s
  1154. This is the switch configuration so this indicates expected switch throughput:
  1155. Test sending 100000 1500 byte data packets
  1156. Finished in 8532ms. 140646 Kb/s
  1157. Raspberry Pi (model B)
  1158. ----------------------
  1159. txt@txtpie:~/cjdns$ ./cjdroute --bench |grep " per second"
  1160. 1450234937 INFO Benchmark.c:62 Benchmark salsa20/poly1305 in 30754ms. 39019 kilobits per second
  1161. 1450235012 INFO Benchmark.c:62 Benchmark Switching in 74575ms. 13731 packets per second
  1162. txt@txtpie:~/cjdns$ cat /proc/cpuinfo
  1163. processor : 0
  1164. model name : ARMv6-compatible processor rev 7 (v6l)
  1165. BogoMIPS : 2.00
  1166. Features : half thumb fastmult vfp edsp java tls
  1167. CPU implementer : 0x41
  1168. CPU architecture: 7
  1169. CPU variant : 0x0
  1170. CPU part : 0xb76
  1171. CPU revision : 7
  1172. Hardware : BCM2708
  1173. Revision : 0002
  1174. Serial : 000000003d24b6ce
  1175. txt@txtpie:~/cjdns$ git log | head -n 1
  1176. commit 13189fde111d0500427a7a0ce06a970753527bca
  1177. txt@txtpie:~/cjdns$ date
  1178. Wed Dec 16 04:08:25 CET 2015
  1179. txt@txtpie:~/cjdns$ cpufreq-info |grep "current CPU"
  1180. current CPU frequency is 900 MHz.
  1181. txt@txtpie:~/cjdns$ uname -r
  1182. 3.18.0-trunk-rpi
  1183. txt@txtpie:~/cjdns$
  1184. CubieBoard
  1185. ----------
  1186. txt@Cubian:~/cjdns$ ./cjdroute --bench |grep " per second"
  1187. 1450236953 INFO Benchmark.c:62 Benchmark salsa20/poly1305 in 34462ms. 34820 kilobits per second
  1188. 1450236979 INFO Benchmark.c:62 Benchmark Switching in 25955ms. 39452 packets per second
  1189. txt@Cubian:~/cjdns$ cat /proc/cpuinfo
  1190. Processor : ARMv7 Processor rev 2 (v7l)
  1191. BogoMIPS : 1001.88
  1192. Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
  1193. CPU implementer : 0x41
  1194. CPU architecture: 7
  1195. CPU variant : 0x3
  1196. CPU part : 0xc08
  1197. CPU revision : 2
  1198. Hardware : sun4i
  1199. Revision : 0000
  1200. Serial : 0000000000000000
  1201. Chipid : 162367cb-80758952-54544848-02820cf7
  1202. txt@Cubian:~/cjdns$ git log | head -n 1
  1203. commit 13189fde111d0500427a7a0ce06a970753527bca
  1204. txt@Cubian:~/cjdns$ date
  1205. Wed Dec 16 04:40:55 CET 2015
  1206. txt@Cubian:~/cjdns$ cpufreq-info |grep current
  1207. current policy: frequency should be within 300 MHz and 1.01 GHz.
  1208. current CPU frequency is 1.01 GHz.
  1209. txt@Cubian:~/cjdns$ uname -r
  1210. 3.4.79-sun4i
  1211. txt@Cubian:~/cjdns$
  1212. Intel Atom N550
  1213. ---------------
  1214. $ ./cjdroute --bench | grep " per second"
  1215. 1450400626 INFO Benchmark.c:62 Benchmark salsa20/poly1305 in 4706ms. 254993 kilobits per second
  1216. 1450400634 INFO Benchmark.c:62 Benchmark Switching in 7335ms. 139604 packets per second
  1217. $ grep -m1 "model name" /proc/cpuinfo
  1218. model name : Intel(R) Atom(TM) CPU N550 @ 1.50GHz
  1219. $ git log | head -n 1
  1220. commit 13189fde111d0500427a7a0ce06a970753527bca
  1221. $ uname -r
  1222. 3.16.0-0.bpo.4-amd64
  1223. Intel Atom N2800
  1224. ----------------
  1225. $ ./cjdroute --bench |grep " per second"
  1226. 1450401258 INFO Benchmark.c:62 Benchmark salsa20/poly1305 in 4261ms. 281624 kilobits per second
  1227. 1450401265 INFO Benchmark.c:62 Benchmark Switching in 6685ms. 153178 packets per second
  1228. $ grep -m1 "model name" /proc/cpuinfo
  1229. model name : Intel(R) Atom(TM) CPU N2800 @ 1.86GHz
  1230. $ git log | head -n 1
  1231. commit 13189fde111d0500427a7a0ce06a970753527bca
  1232. $ uname -r
  1233. 3.2.0-4-amd64
  1234. Intel Xeon E5-2630
  1235. ------------------
  1236. $ ./cjdroute --bench |grep " per second"
  1237. 1450401369 INFO Benchmark.c:62 Benchmark salsa20/poly1305 in 1110ms. 1081081 kilobits per second
  1238. 1450401371 INFO Benchmark.c:62 Benchmark Switching in 2532ms. 404423 packets per second
  1239. $ grep -m1 "model name" /proc/cpuinfo
  1240. model name : Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz
  1241. $ git log | head -n 1
  1242. commit 13189fde111d0500427a7a0ce06a970753527bca
  1243. $ uname -r
  1244. 4.1.14-gnu
  1245. AMD E-350
  1246. ---------
  1247. $ ./cjdroute --bench |grep " per second"
  1248. 1450401774 INFO Benchmark.c:62 Benchmark salsa20/poly1305 in 3205ms. 374414 kilobits per second
  1249. 1450401779 INFO Benchmark.c:62 Benchmark Switching in 4968ms. 206119 packets per second
  1250. $ grep -m1 "model name" /proc/cpuinfo
  1251. model name : AMD E-350 Processor
  1252. $ git log | head -n 1
  1253. commit 13189fde111d0500427a7a0ce06a970753527bca
  1254. $ uname -r
  1255. 3.2.0-4-amd64