[[PageOutline]] = LagMeter = * [http://dev.bukkit.org/bukkit-plugins/lagmeter/ LagMeter - Bukkit] * /srv/craftbukkit/plugins/LagMeter/settings.yml {{{ Commands: Lag: displayEntities: true displayChunks: true log: interval: 30 logTotalEntitiesOnly: false logTotalChunksOnly: false }}} * /srv/craftbukkit/plugins/LagMeter/lag.log {{{ [01-03-2016 15:50:01] TPS: 20.0 Memory free: 698.37/989.88 (70.55%) Players online: 0/20 Chunks loaded in world "world": 256 Chunks loaded in world "world_nether": 0 Chunks loaded in world "world_the_end": 0 Total chunks loaded: 256 Entities in world "world": 70 Entities in world "world_nether": 0 Entities in world "world_the_end": 0 Total entities: 70 [01-03-2016 15:51:01] TPS: 20.0 Memory free: 798.28/989.88 (80.64%) Players online: 0/20 Chunks loaded in world "world": 256 Chunks loaded in world "world_nether": 0 Chunks loaded in world "world_the_end": 0 Total chunks loaded: 256 Entities in world "world": 70 Entities in world "world_nether": 0 Entities in world "world_the_end": 0 Total entities: 70 (snip) [01-03-2016 16:11:01] TPS: 20.0 Memory free: 770.26/989.88 (77.81%) Players online: 1/20 Chunks loaded in world "world": 441 Chunks loaded in world "world_nether": 0 Chunks loaded in world "world_the_end": 0 Total chunks loaded: 441 Entities in world "world": 148 Entities in world "world_nether": 0 Entities in world "world_the_end": 0 Total entities: 148 (snip) [01-03-2016 16:36:15] TPS: 20.0 Memory free: 740.14/989.88 (74.77%) Players online: 1/20 Chunks loaded in world "world": 272 Chunks loaded in world "world_nether": 441 Chunks loaded in world "world_the_end": 0 Total chunks loaded: 713 Entities in world "world": 74 Entities in world "world_nether": 26 Entities in world "world_the_end": 0 Total entities: 100 }}} * [http://sourceforge.net/projects/mcrcon/ mcrcon] * [[Image(lagmeter.png,33%)]] {{{ [01-03-2016 16:42:35] TPS: 20.0 Memory free: 751.50/989.88 (75.92%) Players online: 1/20 Chunks loaded in world "world": 272 Chunks loaded in world "world_nether": 441 Chunks loaded in world "world_the_end": 0 Total chunks loaded: 713 Entities in world "world": 75 Entities in world "world_nether": 26 Entities in world "world_the_end": 0 Total entities: 101 }}} * RCONの方は手動で取得しているので、厳密に同時刻ではない * [http://dev.bukkit.org/bukkit-plugins/essentials/ Essentials] プラグインにも似たような機能は存在している * http://wiki.mc-ess.net/wiki/Command_Reference > gc > lag, mem, memory, uptime, tps, entities Displays server usage information. / > {{{ > Instructions: Displays chunk, memory, and world information. > }}} = Statistics = * [http://dev.bukkit.org/bukkit-plugins/statistics/ Statistics - Bukkit] > === Requirements: === > > * PHP 5.3.2 or greater > * GD2 library > * cURL library > * fsockopen > * MySQL 5.5 or greater > * InnoDB support > * remote connections allowed = Stats = * [http://dev.bukkit.org/bukkit-plugins/lolmewnstats/ Stats - Bukkit] * [https://www.spigotmc.org/resources/stats.3638/ Stats | SpigotMC - High Performance Minecraft]