Changes between Version 5 and Version 6 of TipAndDoc/Games/Minecraft/spigot


Ignore:
Timestamp:
May 29, 2016 11:34:11 PM (8 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Games/Minecraft/spigot

    v5 v6  
    55 * [http://www.spigotmc.org/threads/random-outgoing-connections-from-spigot.50091/ Random outgoing connections from Spigot | SpigotMC - High Performance Minecraft] 
    66 * [http://www.spigotmc.org/threads/disabling-mcstats-metrics.2890/ Disabling McStats / Metrics | SpigotMC - High Performance Minecraft] 
    7   * {{{opt-out: true}}}とすることで、サーバ情報などの自動送信は止まる模様 
     7 
     8 * 600秒おきに情報が送信される 
     9 * plugins/PluginMetrics/config.yml 
     10  * {{{opt-out: true}}}とすることで、サーバ情報などの自動送信は止まる 
    811 
    912 * 実際に送受信されるデータ 
     
    1821 
    1922guid=4ee6e6f7-e930-4268-ada3-cf5448ae0100&version=git-Spigot-870264a-0a645a2&server=git-Spigot-870264a-0a645a2+%28MC%3A+1.8.3%29&players=0&revision=6&osname=Windows+7&osarch=x86_64&osversion=6.1&cores=8&online-mode=true&java_version=1.8.0_45 
    20  
     23}}} 
     24{{{ 
    2125HTTP/1.1 200 OK 
    2226Server: nginx/1.6.2 
     
    3842 
    3943guid=df437b46-3e98-419b-b6c1-9ccd7eb2262a&version=git-Spigot-870264a-0a645a2&server=git-Spigot-870264a-0a645a2+%28MC%3A+1.8.3%29&players=0&revision=6&osname=Windows+7&osarch=x86_64&osversion=6.1&cores=8&online-mode=true&java_version=1.8.0_45 
    40  
     44}}} 
     45{{{ 
    4146HTTP/1.1 200 OK 
    4247Server: nginx/1.6.2 
     
    4853OK 
    4954}}} 
    50   * guidはデータを作り直すと再作成される模様 
     55  * guidはconfig.ymlに記載されているものと同一で、ファイルを消すとと再作成される模様 
     56 
     57 * 二回目以降は{{{ping=true}}}という要素が追加される 
     58{{{ 
     59POST /report/Spigot HTTP/1.1 
     60User-Agent: Java/1.8.0_92 
     61Host: mcstats.org 
     62Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 
     63Connection: keep-alive 
     64Content-type: application/x-www-form-urlencoded 
     65Content-Length: 256 
     66 
     67guid=fce313e6-a730-4cca-b905-8e1e2dfc6191&version=git-Spigot-8a048fe-71e5248&server=git-Spigot-8a048fe-71e5248+%28MC%3A+1.9.4%29&players=0&revision=6&osname=Linux&osarch=x86_64&osversion=4.5.4-1-ARCH&cores=4&online-mode=true&java_version=1.8.0_92&ping=true 
     68}}} 
     69{{{ 
     70HTTP/1.1 200 OK 
     71Server: nginx/1.8.1 
     72Date: Sun, 29 May 2016 14:12:14 GMT 
     73Content-Type: text/plain 
     74Content-Length: 2 
     75Connection: keep-alive 
     76 
     77OK 
     78}}} 
    5179 
    5280 = LagMeter =