TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Concurrently Logging HTTP Requests

69 点作者 PabloSichert超过 8 年前

5 条评论

mrcactu5超过 8 年前
beautiful ASCII visualization! In theory class we called it &quot;interval arithmetic&quot;<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Interval_arithmetic" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Interval_arithmetic</a> (2+2)-free posets, ascent sequences and pattern avoiding permutations <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0806.0666" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0806.0666</a>
评论 #12832236 未加载
fizzbatter超过 8 年前
This is really cool! I&#x27;m tempted to try and write something generic for this same concept, so i can use it in whatever lang and logging framework desired.<p>Concept: A simple pattern match against each line to link their respective contexts. Eg, if you log each request with an id `[timestamp] [request-id] some module: some message`, then theoretically you could parse a log to show visual relation between all request ids.<p>Furthermore, you could filter out request ids with generic tools like grep&#x2F;etc.<p>There must be logging viewer tools that work generically like this though, so perhaps i&#x27;d be wasting my time :)
评论 #12836997 未加载
stuhood超过 8 年前
Nice. Could imagine this as a realtime renderer for <a href="http:&#x2F;&#x2F;zipkin.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;zipkin.io&#x2F;</a>
mholt超过 8 年前
This is cool! I wonder how it looks for really busy servers (hundreds or thousands of req&#x2F;sec).
评论 #12831421 未加载
nugator超过 8 年前
Really nice! I wish it could hook up to for example an Nginx as a command line tool.