r4173 - trunk/varnish-cache/bin/varnishtop
    Dag-Erling Smørgrav 
    des at des.no
       
    Tue Aug  4 19:16:24 CEST 2009
    
    
  
tfheen at projects.linpro.no writes:
> varnishtop used to have a hard-coded max record length of 255 bytes.
> This broke with the change that allows larger record length.  Use a
> dynamic buffer instead.
A VLA would be simpler and more efficient.
(performance *does* matter - on a busy server, an inefficient
varnish{log,stat,top} can drag the entire server down)
DES
-- 
Dag-Erling Smørgrav - des at des.no
    
    
More information about the varnish-commit
mailing list