20151222_jeffrey - silenceuncrio/diary GitHub Wiki

Index

  • 0905 - Jim 來信關心
  • 0910 - 繼續測試 JS9331
  • 1005 - 盤一下 JS9331 的待做事項
  • 1045 - Full load traffic from wlan to lan
  • 1125 - Full load traffic from wlan to wan
  • 1325 - Full load traffic from lan to wan
  • 1440 - 總結一下測試數據
  • 1450 - 換成表格來呈現
  • 1730 - js9331_cgi_fcgi_test
  • 1835 - mail - Re: [Share]issues for openHAB gateway solution.

0905

Jim 來信關心
我亦回禮謝之

0910

繼續測試 JS9331

0945

來測 fcgi lan 的部分

1005

盤一下 JS9331 的待做事項

  • same test through wlan and compare the result. - done
  • Additional experiments:
    • Same test with higher simultaneous connections (5000, 10000, ...) for finding the limitation of 9331. - done
    • Same test as above with full load traffic from:
      • lan to wan
      • wlan to lan
      • wlan to wan
    • And, all need to find the limitation.

來想一下什麼是 full load traffic

就使用 IPERF 吧

1045

  • Full load traffic from lan to wan
  • Full load traffic from wlan to lan
    • lan - PC - iperf server
      • ip - 192.168.1.48
      • iperf3.exe -s
    • wlan - notebook - iperf client
      • ip - 192.168.1.101
      • iperf3.exe
        • -c 192.168.1.48 :Server端的IP
        • -w 100M :測試的檔案大小
        • -t 120:監視測量數據時間為120秒
        • -i 10:每隔10秒將數據顯示出來
  • Full load traffic from wlan to wan

1125

  • Full load traffic from wlan to wan
    • wan - PC - iperf server
      • ip - 192.168.0.113
      • iperf3.exe -s
    • wlan - notebook - iperf client
      • ip - 192.168.1.101
      • iperf3.exe
        • -c 192.168.0.113 :Server端的IP
        • -w 100M :測試的檔案大小
        • -t 120:監視測量數據時間為120秒
        • -i 10:每隔10秒將數據顯示出來

1325

  • Full load traffic from lan to wan
    • wan - PC - iperf server
      • ip - 192.168.0.113
      • iperf3.exe -s
    • lan - notebook - iperf client
      • ip - 192.168.1.101
      • iperf3.exe
        • -c 192.168.0.113 :Server端的IP
        • -w 100M :測試的檔案大小
        • -t 120:監視測量數據時間為120秒
        • -i 10:每隔10秒將數據顯示出來

1440

總結一下測試數據

  • 20151222_att01
    • JS9331 wlan cgi 和 fcgi 的測試結果 - 沒有 loading
  • 20151222_att02
    • JS9331 wlan cgi 和 fcgi 的測試結果 - 沒有 loading
  • 20151222_att03
    • JS9331 lan cgi 和 fcgi 的測試結果 - 沒有 loading
  • 20151222_att04
    • JS9331 lan cgi 和 fcgi 的測試結果 - 沒有 loading
  • 20151222_att05
    • JS9331 wlan fcgi 的測試結果 - full loading from wlan to lan
  • 20151222_att06
    • JS9331 lan fcgi 的測試結果 - full loading from wlan to lan
  • 20151222_att07
    • JS9331 wlan fcgi 的測試結果 - full loading from wlan to wan
  • 20151222_att08
    • JS9331 lan fcgi 的測試結果 - full loading from wlan to wan
  • 20151222_att09
    • JS9331 wlan fcgi 的測試結果 - full loading from lan to wan
  • 20151222_att10
    • JS9331 lan fcgi 的測試結果 - full loading from lan to wan

換個方式整理

  • CGI(uhttpd) test through wlan with no loading
  • CGI(uhttpd) test through lan with no loading
  • FastCGI(nginx) test through wlan with no loading
  • FastCGI(nginx) test through lan with no loading
  • FastCGI(nginx) test through wlan with full loading from wlan to lan
  • FastCGI(nginx) test through lan with full loading from wlan to lan
  • FastCGI(nginx) test through wlan with full loading from wlan to wan
  • FastCGI(nginx) test through lan with full loading from wlan to wan
  • FastCGI(nginx) test through wlan with full loading from lan to wan
  • FastCGI(nginx) test through lan with full loading from lan to wan

1450

換成表格來呈現

Full Loading Interface CGI(uhttpd) FastCGI(nginx)
None wlan 20151222_att01 20151222_att02
None lan 20151222_att03 20151222_att04
wlan to lan wlan - 20151222_att05
wlan to lan lan - 20151222_att06
wlan to wan wlan - 20151222_att07
wlan to wan lan - 20151222_att08
lan to wan wlan - 20151222_att09
lan to wan lan - 20151222_att10

1730

1735

update mantis wiki

1835

Re: [Share]issues for openHAB gateway solution.

終於做完了實驗也將數據 mail 了出去