Changes between Initial Version and Version 1 of TipAndDoc/Games/Minecraft/spigot/plugins


Ignore:
Timestamp:
May 30, 2016 11:29:42 PM (8 years ago)
Author:
mitty
Comment:

--

Legend:

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

    v1 v1  
     1[[PageOutline]] 
     2 
     3 = LagMeter = 
     4 * [http://dev.bukkit.org/bukkit-plugins/lagmeter/ LagMeter - Bukkit] 
     5 
     6 * /srv/craftbukkit/plugins/LagMeter/settings.yml 
     7{{{ 
     8Commands: 
     9    Lag: 
     10        displayEntities: true 
     11        displayChunks: true 
     12log: 
     13    interval: 30 
     14    logTotalEntitiesOnly: false 
     15    logTotalChunksOnly: false 
     16}}} 
     17 * /srv/craftbukkit/plugins/LagMeter/lag.log 
     18{{{ 
     19[01-03-2016 15:50:01] TPS: 20.0 
     20Memory free: 698.37/989.88 (70.55%) 
     21Players online: 0/20 
     22Chunks loaded in world "world": 256 
     23Chunks loaded in world "world_nether": 0 
     24Chunks loaded in world "world_the_end": 0 
     25Total chunks loaded: 256 
     26Entities in world "world": 70 
     27Entities in world "world_nether": 0 
     28Entities in world "world_the_end": 0 
     29Total entities: 70 
     30 
     31[01-03-2016 15:51:01] TPS: 20.0 
     32Memory free: 798.28/989.88 (80.64%) 
     33Players online: 0/20 
     34Chunks loaded in world "world": 256 
     35Chunks loaded in world "world_nether": 0 
     36Chunks loaded in world "world_the_end": 0 
     37Total chunks loaded: 256 
     38Entities in world "world": 70 
     39Entities in world "world_nether": 0 
     40Entities in world "world_the_end": 0 
     41Total entities: 70 
     42 
     43(snip) 
     44 
     45[01-03-2016 16:11:01] TPS: 20.0 
     46Memory free: 770.26/989.88 (77.81%) 
     47Players online: 1/20 
     48Chunks loaded in world "world": 441 
     49Chunks loaded in world "world_nether": 0 
     50Chunks loaded in world "world_the_end": 0 
     51Total chunks loaded: 441 
     52Entities in world "world": 148 
     53Entities in world "world_nether": 0 
     54Entities in world "world_the_end": 0 
     55Total entities: 148 
     56 
     57(snip) 
     58 
     59[01-03-2016 16:36:15] TPS: 20.0 
     60Memory free: 740.14/989.88 (74.77%) 
     61Players online: 1/20 
     62Chunks loaded in world "world": 272 
     63Chunks loaded in world "world_nether": 441 
     64Chunks loaded in world "world_the_end": 0 
     65Total chunks loaded: 713 
     66Entities in world "world": 74 
     67Entities in world "world_nether": 26 
     68Entities in world "world_the_end": 0 
     69Total entities: 100 
     70}}} 
     71 
     72 * [http://sourceforge.net/projects/mcrcon/ mcrcon] 
     73  * [[Image(lagmeter.png,33%)]] 
     74{{{ 
     75[01-03-2016 16:42:35] TPS: 20.0 
     76Memory free: 751.50/989.88 (75.92%) 
     77Players online: 1/20 
     78Chunks loaded in world "world": 272 
     79Chunks loaded in world "world_nether": 441 
     80Chunks loaded in world "world_the_end": 0 
     81Total chunks loaded: 713 
     82Entities in world "world": 75 
     83Entities in world "world_nether": 26 
     84Entities in world "world_the_end": 0 
     85Total entities: 101 
     86}}} 
     87  * RCONの方は手動で取得しているので、厳密に同時刻ではない 
     88 
     89 * [http://dev.bukkit.org/bukkit-plugins/essentials/ Essentials] プラグインにも似たような機能は存在している 
     90  * http://wiki.mc-ess.net/wiki/Command_Reference 
     91  > gc 
     92  >   lag, mem, memory, uptime, tps, entities   Displays server usage information.      /<command> 
     93  > {{{ 
     94  > Instructions:       Displays chunk, memory, and world information. 
     95  > }}} 
     96 
     97 = Statistics = 
     98 * [http://dev.bukkit.org/bukkit-plugins/statistics/ Statistics - Bukkit] 
     99 > === Requirements: === 
     100 >  
     101 > * PHP 5.3.2 or greater 
     102 >  * GD2 library 
     103 >  * cURL library 
     104 >  * fsockopen 
     105 > * MySQL 5.5 or greater 
     106 >  * InnoDB support 
     107 >  * remote connections allowed