You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks so much for creating and maintaining this tool. I really enjoy the simplicity of it. I hope my idea here isn't seen as wanting to make it anything more complex... just a little enhancement that could have large usefulness.
I searched the discussions for other requests regarding enhancing the stats.html page and came across this one regarding a much more comprehensive logging function:
My idea is much simpler (I think). Would it be possible to add to the current log the proxy host being used? For instance, in addition to this:
[2025-02-06 18:34:56.584114] [router:host-http] [origin:apache_server] [client 89.38.97.151] GET /index.html 200
Could we get this: [2025-02-06 18:34:56.584114] [router:host-http] [origin:apache_server] [host example.com] [client 89.38.97.151] GET /index.html 200
With that change it would open up a lot of options to quickly look at traffic per HTTP Proxy Host in the logs instead of just by Router or Origin. I could then envision, if you wanted to take it a step further, adding a drop-down to the Statistical Analysis page at the top where you could filter by Host. Maybe something like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First off, thanks so much for creating and maintaining this tool. I really enjoy the simplicity of it. I hope my idea here isn't seen as wanting to make it anything more complex... just a little enhancement that could have large usefulness.
I searched the discussions for other requests regarding enhancing the stats.html page and came across this one regarding a much more comprehensive logging function:
#190
My idea is much simpler (I think). Would it be possible to add to the current log the proxy host being used? For instance, in addition to this:
[2025-02-06 18:34:56.584114] [router:host-http] [origin:apache_server] [client 89.38.97.151] GET /index.html 200
Could we get this:
[2025-02-06 18:34:56.584114] [router:host-http] [origin:apache_server] [host example.com] [client 89.38.97.151] GET /index.html 200
With that change it would open up a lot of options to quickly look at traffic per HTTP Proxy Host in the logs instead of just by Router or Origin. I could then envision, if you wanted to take it a step further, adding a drop-down to the Statistical Analysis page at the top where you could filter by Host. Maybe something like this:
Anyways, just a thought and thanks to all that contribute!
Beta Was this translation helpful? Give feedback.
All reactions