Changes between Version 5 and Version 6 of TipAndDoc/Games/Minecraft/spigot
- Timestamp:
- May 29, 2016 11:34:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Games/Minecraft/spigot
v5 v6 5 5 * [http://www.spigotmc.org/threads/random-outgoing-connections-from-spigot.50091/ Random outgoing connections from Spigot | SpigotMC - High Performance Minecraft] 6 6 * [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}}}とすることで、サーバ情報などの自動送信は止まる 8 11 9 12 * 実際に送受信されるデータ … … 18 21 19 22 guid=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 {{{ 21 25 HTTP/1.1 200 OK 22 26 Server: nginx/1.6.2 … … 38 42 39 43 guid=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 {{{ 41 46 HTTP/1.1 200 OK 42 47 Server: nginx/1.6.2 … … 48 53 OK 49 54 }}} 50 * guidはデータを作り直すと再作成される模様 55 * guidはconfig.ymlに記載されているものと同一で、ファイルを消すとと再作成される模様 56 57 * 二回目以降は{{{ping=true}}}という要素が追加される 58 {{{ 59 POST /report/Spigot HTTP/1.1 60 User-Agent: Java/1.8.0_92 61 Host: mcstats.org 62 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 63 Connection: keep-alive 64 Content-type: application/x-www-form-urlencoded 65 Content-Length: 256 66 67 guid=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 {{{ 70 HTTP/1.1 200 OK 71 Server: nginx/1.8.1 72 Date: Sun, 29 May 2016 14:12:14 GMT 73 Content-Type: text/plain 74 Content-Length: 2 75 Connection: keep-alive 76 77 OK 78 }}} 51 79 52 80 = LagMeter =