Search results

  1. eva2000

    LS 4.2.4 + APC Cache weirdness ?

    well it's live busy forum so ab tests isn't ideal interesting if i switch web2 from litespeed to apache, then APC Cache works 100% !
  2. eva2000

    LS 4.2.4 + APC Cache weirdness ?

    Have a very weird issue with 2x LiteSpeed/WHM/Cpanel load balanced dedicated servers via haproxy for identically configured web1 + web2 servers. Where web2 doesn't want to properly use APC Cache for php files only within /home/username account Where each dedicated server is: WHM/cpanel...
  3. eva2000

    Updated benchmarks ?

    Or maybe at least offer an updated LSWS and OLS cacti template/plugin so we can import it into cacti installs :)
  4. eva2000

    Updated benchmarks ?

    Only used cacti and munin myself. But cacti and nagios have good support for 3rd party templates i.e. Percona's monitoring tool plugins http://www.percona.com/doc/percona-monitoring-plugins/ cacti plugins Percona Monitoring Plugins for Cacti Frequently Asked Questions on Cacti Templates...
  5. eva2000

    Updated benchmarks ?

    Would be great if LSWS/OLS admin console had inbuilt server usage stats charts and history for cpu load, memory usage and disk usage. Would be handy for benchmarks or long term trend analysis/benchmark type case studies :D
  6. eva2000

    [solved] vBulletin + LiteSpeed Cache

    For folks missing the vbulletin.com linked product add on xml file, I've posted copy at http://pastebin.com/raw.php?i=LDnH6qw6 save contents in product-boostv1.xml file
  7. eva2000

    LSWS 4.2 + suEXEC = 50% performance decrease

    haven't tried 4.2 yet myself, but what do you have set in litespeed server configuration for PHP suEXEC Max Conn ? default 10 ? tried raising that value ?
  8. eva2000

    Improving the responsiveness of the server

    disable facebook connect ;) serve all static files via cdn which is supported for vbseo ie. maxcdn
  9. eva2000

    LSWS 4.2 support PHP suEXEC daemon mode

    Hi George, interesting developments indeed :) Definitely will have to check out 4.2 when I have the time :D
  10. eva2000

    High APC Fragmentation

    why set ttl = 0 your memory usage will keep increasing, usually for APC i have something like apc.ttl=7200 apc.user_ttl=3600 apc.gc_ttl = 600 never had any problems with Litespeed and LSPHP + APC Of course make sure you aren't using LSPHP with phpSuExec for opcode cache use. I have a...
  11. eva2000

    ./rrdgraph_install.sh ?

    Ok.. updated my cron job :) Posted write up on my blog http://vbtechsupport.com/1674/
  12. eva2000

    ./rrdgraph_install.sh ?

    that was it need to update instructions from rrdgraph_install.php from * * * * * /usr/local/lsws/fcgi-bin/lsphp5 /path/to/ls_stats/update.php to * * * * * /usr/local/lsws/fcgi-bin/lsphp5 /path/to/ls_stats/update.php >/dev/null 2>&1 :)
  13. eva2000

    ./rrdgraph_install.sh ?

    strange i have several other custom cron jobs added and not one of them sends out email themselves.. will double check
  14. eva2000

    ./rrdgraph_install.sh ?

    chmod 0666 /tmp/rrdtool.log didn't help still sending emails
  15. eva2000

    ./rrdgraph_install.sh ?

    tried that but seems still sending emails and the log is empty there seems to be a log.php.000 and log.php.001 file too ?
  16. eva2000

    ./rrdgraph_install.sh ?

    Seems getting CRON emails every minute now.. there's a logger_mail.class.php so how to disable emails ?
  17. eva2000

    ./rrdgraph_install.sh ?

    thanks working and much easier than cacti! #!/usr/bin/php Working on cpu Creating RRD-file Updating RRD-file Working on load Creating RRD-file Updating RRD-file Working on memory Creating RRD-file Updating RRD-file Working on lsws_stats...
  18. eva2000

    ./rrdgraph_install.sh ?

    Hi Gary and George Followed the guide at http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rrd_graph_monitoring for WHM/Cpanel based Litespeed 4.1.9 VPS and seem to get an error maybe to do with different rrdtool install/location ? WHM/Cpanel rrdtool install...
  19. eva2000

    feature request: imitation of apache directive SetHandler server-status

    sweet thanks Gary for heads up looks like whm/cpanel rrdtool path is different http://www.litespeedtech.com/support/forum/showthread.php?p=31188#post31188
  20. eva2000

    [solved] Understanding .rtreport stats ?

    Thanks Gary, makes it easier than having to total up all lines for each column :)
Top