展示HN:使用gource可视化Web服务器活动
我想分享这个小小的周末实验。我使用了 gource(通常用于展示 git 仓库随时间的变化)来分析 web 服务器日志。
视频链接在这里:<a href="https://www.youtube.com/watch?v=NqV8wqy0v7w" rel="nofollow">https://www.youtube.com/watch?v=NqV8wqy0v7w</a>
这个视频展示了一个非营利组织的 web 服务器活动,包括请求和接收付款、接受新成员,以及两位管理员进行的更改。实际上,使用 gource 来实现这一点非常简单,只需提供一个格式相对简单的日志文件,而不需要提供 git 仓库。
这是一个低流量的服务器,但我觉得用这种方式可视化服务器活动非常有趣。我想知道为什么像这样的可视化不常见。
查看原文
I just want to share this little weekend experiment. I used gource (usually intended to show git repo changes over time) with web server logs.<p>Video is at: <a href="https://www.youtube.com/watch?v=NqV8wqy0v7w" rel="nofollow">https://www.youtube.com/watch?v=NqV8wqy0v7w</a><p>It's showing the web server activity for a non profit, requesting and receiving payments, accepting new members, as well as having the two admins making changes around. This is actually surprisingly easy to do with gource by just providing a log file in a pretty simple format instead of providing the git repo.
This is a low traffic server but I find it quite interesting as a way to visualize server activity.
I wonder why do visualizations like these aren't seen more often.