Open Penryn opened 1 month ago
You can always pass --date-spec=min
, e.g.,
# goaccess access.log --log-format=COMBINED --date-spec=min --keep-last=15
Let me know if that helps.
Can it be accurate to the second?
to the minute.
So how do I know the queries per second for a web development service bu using it
Are you asking about how many visitors or hits you get per second, or do you want to know how to set up GoAccess for real-time updates? If it’s the first one, there’s no way to show hits or visitors per second. But if you’re looking for real-time updates, just use the --real-time-html
option, and it’ll refresh the report as data comes in, e.g., every second.