Fudge / gltail

Real-time visualization of server traffic, events and statistics with Ruby, SSH and OpenGL
http://www.fudgie.org
609 stars 95 forks source link

Can't Handle Substantial Server Load #4

Open meltingice opened 14 years ago

meltingice commented 14 years ago

Running gl_tail on a server that gets a relatively high amount of traffic causes the program to eventually grind to a halt. I've tried it on a server that gets about 200 hits/second and the program lasted about 20 seconds. Perhaps the OpenGL code should be ported to C?

c-schmitz commented 10 years ago

From what I can tell is that the crash happens if the bubbles overflow at some point. It would be enough to raise the bottom drain if bubbles are piling up to a certain point - that would prevent the crash and would help to have some kind of on-screen history.