| 1 | [[PageOutline]] |
| 2 | |
| 3 | = MCstats = |
| 4 | * [https://bukkit.org/threads/mcstats-plugin-metrics-r7-easy-advanced-plugin-statistics.77352/ MCStats / Plugin Metrics (R7) - Easy & advanced Plugin Statistics | Bukkit Forums] |
| 5 | * [http://www.spigotmc.org/threads/random-outgoing-connections-from-spigot.50091/ Random outgoing connections from Spigot | SpigotMC - High Performance Minecraft] |
| 6 | * [http://www.spigotmc.org/threads/disabling-mcstats-metrics.2890/ Disabling McStats / Metrics | SpigotMC - High Performance Minecraft] |
| 7 | * {{{opt-out: true}}}とすることで、サーバ情報などの自動送信は止まる模様 |
| 8 | |
| 9 | * 実際に送受信されるデータ |
| 10 | {{{ |
| 11 | POST /report/Spigot HTTP/1.1 |
| 12 | User-Agent: Java/1.8.0_45 |
| 13 | Host: mcstats.org |
| 14 | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 |
| 15 | Connection: keep-alive |
| 16 | Content-type: application/x-www-form-urlencoded |
| 17 | Content-Length: 241 |
| 18 | |
| 19 | 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_45HTTP/1.1 200 OK |
| 20 | Server: nginx/1.6.2 |
| 21 | Date: Sun, 31 May 2015 17:06:55 GMT |
| 22 | Content-Type: text/plain |
| 23 | Content-Length: 2 |
| 24 | Connection: keep-alive |
| 25 | |
| 26 | OK |
| 27 | }}} |
| 28 | {{{ |
| 29 | POST /report/Spigot HTTP/1.1 |
| 30 | User-Agent: Java/1.8.0_45 |
| 31 | Host: mcstats.org |
| 32 | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 |
| 33 | Connection: keep-alive |
| 34 | Content-type: application/x-www-form-urlencoded |
| 35 | Content-Length: 241 |
| 36 | |
| 37 | 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_45HTTP/1.1 200 OK |
| 38 | Server: nginx/1.6.2 |
| 39 | Date: Sun, 31 May 2015 17:23:25 GMT |
| 40 | Content-Type: text/plain |
| 41 | Content-Length: 2 |
| 42 | Connection: keep-alive |
| 43 | |
| 44 | OK |
| 45 | }}} |
| 46 | * guidはデータを作り直すと再作成される模様 |