- About
- JUR
- Prog
- Emacs
- Travel
ee-apachelog
ee-textfile-apachelog - organize information from Apache log files
Data Description
This mode parses Apache server log files and based on collected information builds the different views. Call the command `ee-textfile-apachelog' from buffer with Apache server log file.
Useful Views
By Host
This view categories Apache server log entries by Remote-Host field.
c-path-finder | categorizes by Remote-Host |
c-sorter | sorts in the alphabetical order |
r-printer | prints Apache server log entry |
r-select | switches to the corresponding Apache server log entry in the parent buffer |
By Reversed Hostname
This view categories Apache server log entries by reversed parts of Remote-Host field.
c-path-finder | categorizes by reversed parts of Remote-Host field |
c-sorter | sorts in the alphabetical order |
r-printer | prints Apache server log entry |
r-select | switches to the corresponding Apache server log entry in the parent buffer |
By Request
This view categories Apache server log entries by request URL.
c-path-finder | categorizes by request URL |
r-printer | prints Apache server log entry |
post-generate | hides subcategories |
By Referer
This view categories Apache server log entries by Referer field.
c-path-finder | categorizes by Referer |
c-sorter | sorts in the alphabetical order |
r-printer | prints date and file name |
r-select | switches to the corresponding Apache server log entry in the parent buffer |
post-generate | hides subcategories |
By User-Agent
This view categories Apache server log entries by User-Agent field.
c-path-finder | categorizes by User-Agent |
c-sorter | sorts in the alphabetical order |
r-printer | prints date and author name |
r-select | switches to the corresponding Apache server log entry in the parent buffer |
By Date
This view categories Apache server log entries by year, month and day.
c-path-finder | splits ISO date by "-" |
c-sorter | sorts alphabetically in the reverse order |
r-printer | prints Apache server log entry |
post-generate | hides subcategories |
By Size
This view categories Apache server log entries by size of bytes sent.
c-path-finder | categorizes by Bytes Sent field |
c-sorter | sorts numerically in the reverse order |
r-printer | prints Apache server log entry |
post-generate | hides subcategories |
By Status
This view categories Apache server log entries by status code.
c-path-finder | categorizes by Status Code field |
c-sorter | sorts alphabetically |
r-printer | prints Apache server log entry |
post-generate | hides subcategories |
TODO
- Add more views
ChangeLog
- 2003-08-09 - Added views "by Reversed Hostname", "by Request", "by Referer", "by User Agent", "by Date", "by Size", "by Status"