Skip to content

Usage Statistics

keyvanfatehi edited this page Apr 5, 2013 · 1 revision

Given the following rake task:

rake ip

Which outputs the following

[
    {
        "admin" => []
    },
    {
        "TESTUSER" => []
    },
    {
        "Shane" => []
    },
    {
        "Robert" => []
    },
    {
        "Grant" => []
    },
    {
        "Uploader" => [
            "64.183.63.90"
        ]
    },
    {
        "Gina" => []
    }
]

Conduct a mapping to the output of GoAccess

goaccess -f /opt/nginx/logs/access.log

You also can use Request Log Analyzer

request-log-analyzer /opt/nginx/logs/access.log

Clone this wiki locally