it may relate to the log rotation.
for example:
/etc/logrotate.d>cat syslog
/var/log/kernel /var/log/messages {
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}
for lsws log, it's not necessary to execute...
lstat64() -- Get File or Link Information (Large File Enabled)
check your error/access log, there maybe many "File Not Found" entries.
The strace result tells how many resource wasted for file/directory/link not found errors.
Fix "file not found" errors of your web pages, see if any...
is your problem equal to:
http://theybf.com/?wpmp_switcher=desktop
too slow?
that's because the page size is too big(~6M).
this can explain why "Req In Process >> Req / sec". the web server have to take much time to read 6M from disk to serve a single request to homepage(and subsequent...
1.
2.
http://www.litespeedtech.com/products/webserver/overview/
3.since compatible with Apache, you can get most of them from Apache website.
4.
5.
just replace Apache, you can think it's like upgrade Apache to newer version.
6.yes. refer demo...