|
34 | 34 | format:'#,### C'
|
35 | 35 | },
|
36 | 36 | backgroundColor: '#ffffff',
|
37 |
| - width: 800, |
38 | 37 | height: 400
|
39 | 38 | };
|
40 | 39 |
|
|
52 | 51 | </script>
|
53 | 52 | </head>
|
54 | 53 | <body>
|
55 |
| - <a id="menu_back" href="index.html"><-BACK</a> |
56 |
| - <h1>Raspberry Heatsink Test</h1> |
| 54 | + <div class="menuBack"><a id="menu_back" href="index.html"><-BACK</a></div> |
| 55 | + <h1>Raspberry Pi 3 Heatsink Test</h1> |
57 | 56 | <h2>Description</h2>
|
58 |
| - I have been using Raspberry Pi (Model B) for some time as PHP+MySQL server. This raspberry works with aluminum heatsinks that are widely available on net.<br/> |
| 57 | + <p>I have been using Raspberry Pi (Model B) for some time as PHP+MySQL server. This raspberry works with aluminum heatsinks that are widely available on net.<br/> |
59 | 58 | Recently I decided to improve performance of My setup by moving server from old board to new Raspberry Pi 3 (4 cores and more RAM should help a lot)<br/>
|
60 | 59 | As I ordered RPI3 It came bundled with plastic case and aluminum heatsinks. As aluminum are not best head preading metal I was wondering how efficient this heatsinks are and how they compare to copper ones (and moreover how this heat transfering tape (added to all heatsinks) work).<br/>
|
61 |
| - <br/> |
62 |
| - So I checked temperatures in idle and while running stress-ng with board having:<br/> |
| 60 | + </p> |
| 61 | + <p>I checked temperatures in idle and while running stress-ng with board having:<br/> |
63 | 62 | * no heatsink <br/>
|
64 | 63 | * aluminium heatsink - mounted with included heat transfering tape<br/>
|
65 | 64 | * copper heatsink - mounted with heat transfering glue (Arctic Silver Thermal Adhesive)<br/>
|
66 |
| - <br/> |
67 |
| - All testes was performed: |
68 |
| - * without case - to allow free airflow |
| 65 | + </p> |
| 66 | + <p>All testes was performed:<br/> |
| 67 | + * without case - to allow free airflow<br/> |
69 | 68 | * in full plastic case - as this will be target configuration<br/>
|
70 |
| - <br/> |
| 69 | + </p> |
71 | 70 | <h3>Codes</h3>
|
72 | 71 | <!-- Temperature logged by:<br/>
|
73 | 72 | <code>
|
74 | 73 |
|
75 | 74 | </code>
|
76 | 75 | <br/>-->
|
77 |
| - CPU Stressed by:<br/> |
| 76 | + <p>CPU Stressed by:<br/> |
78 | 77 | <code>
|
79 | 78 | stress-ng --cpu 4 --fork 4 --timeout 60s
|
80 | 79 | </code>
|
81 |
| - <br/> |
| 80 | + </p> |
82 | 81 | <h2>Results</h2>
|
83 |
| - Please move mouse over chart to see exact temperature reading.<br/> |
| 82 | + <p>Please move mouse over chart to see exact temperature reading.</p> |
84 | 83 | <h3>RPi 3 without case</h3>
|
85 | 84 | <h4>Temperature while idle</h4>
|
86 | 85 | <div id="chartNoCoverIdle"></div>
|
|
0 commit comments