103 | | = LagMeter = |
104 | | * [http://dev.bukkit.org/bukkit-plugins/lagmeter/ LagMeter - Bukkit] |
105 | | |
106 | | * /srv/craftbukkit/plugins/LagMeter/settings.yml |
107 | | {{{ |
108 | | Commands: |
109 | | Lag: |
110 | | displayEntities: true |
111 | | displayChunks: true |
112 | | log: |
113 | | interval: 30 |
114 | | logTotalEntitiesOnly: false |
115 | | logTotalChunksOnly: false |
116 | | }}} |
117 | | * /srv/craftbukkit/plugins/LagMeter/lag.log |
118 | | {{{ |
119 | | [01-03-2016 15:50:01] TPS: 20.0 |
120 | | Memory free: 698.37/989.88 (70.55%) |
121 | | Players online: 0/20 |
122 | | Chunks loaded in world "world": 256 |
123 | | Chunks loaded in world "world_nether": 0 |
124 | | Chunks loaded in world "world_the_end": 0 |
125 | | Total chunks loaded: 256 |
126 | | Entities in world "world": 70 |
127 | | Entities in world "world_nether": 0 |
128 | | Entities in world "world_the_end": 0 |
129 | | Total entities: 70 |
130 | | |
131 | | [01-03-2016 15:51:01] TPS: 20.0 |
132 | | Memory free: 798.28/989.88 (80.64%) |
133 | | Players online: 0/20 |
134 | | Chunks loaded in world "world": 256 |
135 | | Chunks loaded in world "world_nether": 0 |
136 | | Chunks loaded in world "world_the_end": 0 |
137 | | Total chunks loaded: 256 |
138 | | Entities in world "world": 70 |
139 | | Entities in world "world_nether": 0 |
140 | | Entities in world "world_the_end": 0 |
141 | | Total entities: 70 |
142 | | |
143 | | (snip) |
144 | | |
145 | | [01-03-2016 16:11:01] TPS: 20.0 |
146 | | Memory free: 770.26/989.88 (77.81%) |
147 | | Players online: 1/20 |
148 | | Chunks loaded in world "world": 441 |
149 | | Chunks loaded in world "world_nether": 0 |
150 | | Chunks loaded in world "world_the_end": 0 |
151 | | Total chunks loaded: 441 |
152 | | Entities in world "world": 148 |
153 | | Entities in world "world_nether": 0 |
154 | | Entities in world "world_the_end": 0 |
155 | | Total entities: 148 |
156 | | |
157 | | (snip) |
158 | | |
159 | | [01-03-2016 16:36:15] TPS: 20.0 |
160 | | Memory free: 740.14/989.88 (74.77%) |
161 | | Players online: 1/20 |
162 | | Chunks loaded in world "world": 272 |
163 | | Chunks loaded in world "world_nether": 441 |
164 | | Chunks loaded in world "world_the_end": 0 |
165 | | Total chunks loaded: 713 |
166 | | Entities in world "world": 74 |
167 | | Entities in world "world_nether": 26 |
168 | | Entities in world "world_the_end": 0 |
169 | | Total entities: 100 |
170 | | }}} |
171 | | |
172 | | * [http://sourceforge.net/projects/mcrcon/ mcrcon] |
173 | | * [[Image(lagmeter.png,33%)]] |
174 | | {{{ |
175 | | [01-03-2016 16:42:35] TPS: 20.0 |
176 | | Memory free: 751.50/989.88 (75.92%) |
177 | | Players online: 1/20 |
178 | | Chunks loaded in world "world": 272 |
179 | | Chunks loaded in world "world_nether": 441 |
180 | | Chunks loaded in world "world_the_end": 0 |
181 | | Total chunks loaded: 713 |
182 | | Entities in world "world": 75 |
183 | | Entities in world "world_nether": 26 |
184 | | Entities in world "world_the_end": 0 |
185 | | Total entities: 101 |
186 | | }}} |
187 | | * RCONの方は手動で取得しているので、厳密に同時刻ではない |
188 | | |
189 | | * [http://dev.bukkit.org/bukkit-plugins/essentials/ Essentials] プラグインにも似たような機能は存在している |
190 | | * http://wiki.mc-ess.net/wiki/Command_Reference |
191 | | > gc |
192 | | > lag, mem, memory, uptime, tps, entities Displays server usage information. /<command> |
193 | | > {{{ |
194 | | > Instructions: Displays chunk, memory, and world information. |
195 | | > }}} |
196 | | |