Translating by ThomazL

This commit is contained in:
ThomazL 2014-11-04 14:48:50 +08:00
parent 573b37680a
commit cd0c5af250

View File

@ -1,3 +1,6 @@
>> Translating by ThomazL 11/04/2014
How to run SQL queries against Apache log files on Linux
================================================================================
One of the distinguishing features of Linux is that, under normal circumstances, you should be able to know what is happening and has happened on your system by analyzing one or more system logs. Indeed, system logs are the first resource a system administrator tends to look to while troubleshooting system or application issues. In this article, we will focus on the Apache access log files generated by Apache HTTP web server. We will explore an alternative way of analyzing Apache access logs using [asql][1], an open-source tool that allows one to run SQL queries against the logs in order to view the same information in a more friendly format.
@ -135,4 +138,4 @@ via: http://xmodulo.com/sql-queries-apache-log-files-linux.html
[a]:http://xmodulo.com/author/gabriel
[1]:http://www.steve.org.uk/Software/asql/
[2]:http://xmodulo.com/how-to-set-up-epel-repository-on-centos.html
[2]:http://xmodulo.com/how-to-set-up-epel-repository-on-centos.html