| | 51 | |
| | 52 | = LagMeter = |
| | 53 | * [http://dev.bukkit.org/bukkit-plugins/lagmeter/ LagMeter - Bukkit] |
| | 54 | |
| | 55 | * /srv/craftbukkit/plugins/LagMeter/settings.yml |
| | 56 | {{{ |
| | 57 | Commands: |
| | 58 | Lag: |
| | 59 | displayEntities: true |
| | 60 | displayChunks: true |
| | 61 | log: |
| | 62 | interval: 30 |
| | 63 | logTotalEntitiesOnly: false |
| | 64 | logTotalChunksOnly: false |
| | 65 | }}} |
| | 66 | * /srv/craftbukkit/plugins/LagMeter/lag.log |
| | 67 | {{{ |
| | 68 | [01-03-2016 15:50:01] TPS: 20.0 |
| | 69 | Memory free: 698.37/989.88 (70.55%) |
| | 70 | Players online: 0/20 |
| | 71 | Chunks loaded in world "world": 256 |
| | 72 | Chunks loaded in world "world_nether": 0 |
| | 73 | Chunks loaded in world "world_the_end": 0 |
| | 74 | Total chunks loaded: 256 |
| | 75 | Entities in world "world": 70 |
| | 76 | Entities in world "world_nether": 0 |
| | 77 | Entities in world "world_the_end": 0 |
| | 78 | Total entities: 70 |
| | 79 | |
| | 80 | [01-03-2016 15:51:01] TPS: 20.0 |
| | 81 | Memory free: 798.28/989.88 (80.64%) |
| | 82 | Players online: 0/20 |
| | 83 | Chunks loaded in world "world": 256 |
| | 84 | Chunks loaded in world "world_nether": 0 |
| | 85 | Chunks loaded in world "world_the_end": 0 |
| | 86 | Total chunks loaded: 256 |
| | 87 | Entities in world "world": 70 |
| | 88 | Entities in world "world_nether": 0 |
| | 89 | Entities in world "world_the_end": 0 |
| | 90 | Total entities: 70 |
| | 91 | |
| | 92 | (snip) |
| | 93 | |
| | 94 | [01-03-2016 16:11:01] TPS: 20.0 |
| | 95 | Memory free: 770.26/989.88 (77.81%) |
| | 96 | Players online: 1/20 |
| | 97 | Chunks loaded in world "world": 441 |
| | 98 | Chunks loaded in world "world_nether": 0 |
| | 99 | Chunks loaded in world "world_the_end": 0 |
| | 100 | Total chunks loaded: 441 |
| | 101 | Entities in world "world": 148 |
| | 102 | Entities in world "world_nether": 0 |
| | 103 | Entities in world "world_the_end": 0 |
| | 104 | Total entities: 148 |
| | 105 | |
| | 106 | (snip) |
| | 107 | |
| | 108 | [01-03-2016 16:36:15] TPS: 20.0 |
| | 109 | Memory free: 740.14/989.88 (74.77%) |
| | 110 | Players online: 1/20 |
| | 111 | Chunks loaded in world "world": 272 |
| | 112 | Chunks loaded in world "world_nether": 441 |
| | 113 | Chunks loaded in world "world_the_end": 0 |
| | 114 | Total chunks loaded: 713 |
| | 115 | Entities in world "world": 74 |
| | 116 | Entities in world "world_nether": 26 |
| | 117 | Entities in world "world_the_end": 0 |
| | 118 | Total entities: 100 |
| | 119 | }}} |
| | 120 | |
| | 121 | * [http://sourceforge.net/projects/mcrcon/ mcrcon] |
| | 122 | * [[Image(lagmeter.png,33%)]] |
| | 123 | {{{ |
| | 124 | [01-03-2016 16:42:35] TPS: 20.0 |
| | 125 | Memory free: 751.50/989.88 (75.92%) |
| | 126 | Players online: 1/20 |
| | 127 | Chunks loaded in world "world": 272 |
| | 128 | Chunks loaded in world "world_nether": 441 |
| | 129 | Chunks loaded in world "world_the_end": 0 |
| | 130 | Total chunks loaded: 713 |
| | 131 | Entities in world "world": 75 |
| | 132 | Entities in world "world_nether": 26 |
| | 133 | Entities in world "world_the_end": 0 |
| | 134 | Total entities: 101 |
| | 135 | }}} |
| | 136 | * RCONの方は手動で取得しているので、厳密に同時刻ではない |