Changes between Version 2 and Version 3 of TipAndDoc/Games/Minecraft/spigot


Ignore:
Timestamp:
Jan 3, 2016 4:49:57 PM (9 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Games/Minecraft/spigot

    v2 v3  
    4949}}} 
    5050  * guidはデータを作り直すと再作成される模様 
     51 
     52 = LagMeter = 
     53 * [http://dev.bukkit.org/bukkit-plugins/lagmeter/ LagMeter - Bukkit] 
     54 
     55 * /srv/craftbukkit/plugins/LagMeter/settings.yml 
     56{{{ 
     57Commands: 
     58    Lag: 
     59        displayEntities: true 
     60        displayChunks: true 
     61log: 
     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 
     69Memory free: 698.37/989.88 (70.55%) 
     70Players online: 0/20 
     71Chunks loaded in world "world": 256 
     72Chunks loaded in world "world_nether": 0 
     73Chunks loaded in world "world_the_end": 0 
     74Total chunks loaded: 256 
     75Entities in world "world": 70 
     76Entities in world "world_nether": 0 
     77Entities in world "world_the_end": 0 
     78Total entities: 70 
     79 
     80[01-03-2016 15:51:01] TPS: 20.0 
     81Memory free: 798.28/989.88 (80.64%) 
     82Players online: 0/20 
     83Chunks loaded in world "world": 256 
     84Chunks loaded in world "world_nether": 0 
     85Chunks loaded in world "world_the_end": 0 
     86Total chunks loaded: 256 
     87Entities in world "world": 70 
     88Entities in world "world_nether": 0 
     89Entities in world "world_the_end": 0 
     90Total entities: 70 
     91 
     92(snip) 
     93 
     94[01-03-2016 16:11:01] TPS: 20.0 
     95Memory free: 770.26/989.88 (77.81%) 
     96Players online: 1/20 
     97Chunks loaded in world "world": 441 
     98Chunks loaded in world "world_nether": 0 
     99Chunks loaded in world "world_the_end": 0 
     100Total chunks loaded: 441 
     101Entities in world "world": 148 
     102Entities in world "world_nether": 0 
     103Entities in world "world_the_end": 0 
     104Total entities: 148 
     105 
     106(snip) 
     107 
     108[01-03-2016 16:36:15] TPS: 20.0 
     109Memory free: 740.14/989.88 (74.77%) 
     110Players online: 1/20 
     111Chunks loaded in world "world": 272 
     112Chunks loaded in world "world_nether": 441 
     113Chunks loaded in world "world_the_end": 0 
     114Total chunks loaded: 713 
     115Entities in world "world": 74 
     116Entities in world "world_nether": 26 
     117Entities in world "world_the_end": 0 
     118Total 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 
     125Memory free: 751.50/989.88 (75.92%) 
     126Players online: 1/20 
     127Chunks loaded in world "world": 272 
     128Chunks loaded in world "world_nether": 441 
     129Chunks loaded in world "world_the_end": 0 
     130Total chunks loaded: 713 
     131Entities in world "world": 75 
     132Entities in world "world_nether": 26 
     133Entities in world "world_the_end": 0 
     134Total entities: 101 
     135}}} 
     136  * RCONの方は手動で取得しているので、厳密に同時刻ではない