[INFO] LagMeter [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by DemmyDemon, Jul 12, 2011.

  1. Offline

    DemmyDemon

    Kane, morganm, terminator3199 and 8 others like this.
  2. Offline

    wiigor

    I have a feature request. I really like the logging function and I have a log now of 200 kB. I want to apply some statistics on it and therefore I need to import the log into another program.

    Now my request is if it would be possible to make a comma separated file out of it like this:

    2011-10-05 23:06:41,20.0,1318.0,1972.0,13,16 instead of this:
    [2011-10-05 23:06:41] TPS: 20.0 Memory free: 1318.0/1972.0 Players: 13/16

    of course this is not practical in a log file and i really like your format that is why i thought about another solution:

    just put a format string into the config file:

    something like this:

    useAverage: true
    averageLength: 10
    interval: 40
    log:
    interval: 150
    enable: true
    format: "[%date] TPS: %ticks Memory free: %curmem/%maxmem Players: %players"

    Then people can choose their own order and format for the log file. (and of course the default will be the nice format you were already using)

    It would be nice if something like this could be added.
     
  3. Offline

    beleg

    sry for this stupid question :D but
    does the mem mean RAM or HDD-Space?
     
  4. Offline

    ACStache

    it means RAM :)
     
  5. Offline

    kahlilnc

    ;( Sorry I cant post msgs on bukkit dev with mozilla but for some reason I think the TPS system is out of wack. . . Like I noticed not even the slightest amount of lag with about 20 people on and it will say 9.2 TPS ??? No one complains and no chat or block lag at all. Just think its a bit broke I guess ?
     
  6. Offline

    beleg

    hm I suspected this...
    but does it work correctly? cause my minecraft server should have 2 gb ram but if I type /mem it only shows 1gb max.
    do you think I should talk with my Server Hoster?
     
  7. Offline

    Doc

    Request: can you make an option to not echo the display out in the server log?
    Perhaps:
    /lag nolog
    /lagmem nolog

    A config.yml directive would be nice too (for some of our servers dont want the output every time a user runs the command)
    noServerLogOutput: true

    Thanks!
    -Doc
     
  8. Offline

    Eminam

    Actually I have been wondering this myself. I'll get around 9 and 10 tps out of nowhere but no change in gameplay performance for some reason. Is it POSSIBLE this needs updating?
     
  9. Offline

    kahlilnc

    Just dont use it. A host owner friend of mine told me anything that reads ram or cpu what ev like lagmeter actually will lag if anything to find out ram/cpu etc.
     
  10. It's just measuring ticks, i'd doubt it adds much load onto the server.
     
  11. Offline

    kahlilnc

    It does :D
     
  12. Offline

    Eminam

    I don't think this one does. My reason Being as looking through the source code. It appears it calls for the information only after the issue of the command. Don't see how that could affect server performance. Especially if logging is turned off as well.
     
  13. Offline

    SilencShadoW

  14. Offline

    clavat

    Hi, i have problems !
    I lunch my server with command (for unix)

    java -jar -Xmx4096 -Xms1024 craftbukkit.jar

    But IG when i type /mem they return 2986.0MB/3640.0MB !
    Where are 4096 ?
     
  15. http://dev.bukkit.org/server-mods/lagmeter/
     
  16. Offline

    andrewkm

    @DemmyDemon
    Would you happen to have any sort of jenkins for this where we may track development?
     
  17. Offline

    DemmyDemon

    I used to have it on GitHub, but I'm not in charge of this any more.

    http://dev.bukkit.org/server-mods/lagmeter/

    File a ticket or whatever there.
     
  18. If this plugin say that there is 1.0 tps, but you dont notice lagg at the chat. Then you should see that water/lava flows verry slow, redstone have big delay and animals spasm. this types of situations can be caused by an map whit housends of boats)
     
  19. Offline

    DemmyDemon

    Please don't use this thread. Go to http://dev.bukkit.org/server-mods/lagmeter/
    I don't maintain this any more.
     
  20. Offline

    kukelekuuk00

    Im curious if this plugin is updated to the new events system as the old one was removed starting CB 1944.
    Just a headsup before the coming RB which will cause quite the mess :p
     
  21. Offline

    DemmyDemon

    I have no idea.
    I'm not the maintainer any more. It has moved to http://dev.bukkit.org/server-mods/lagmeter/ and been taken over by someone else.
    If I could have this thread closed or whatever, I would.

    Please do not use this thread any more.
     
  22. Offline

    RadaXen

    NICE THANKS!!! :D :) [cake] the cake its to you xD
     
  23. Offline

    zackrox

    looking great, if it wad a server on PlanteMinecraft i would rate it a million [diamond]s!
     

Share This Page