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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A simple, pretty alternative to strace written in Rust

36 点作者 JAKWAI将近 3 年前

5 条评论

suprjami将近 3 年前
Heavy professional strace user here.<p>afaics the wall clock time of the call is not implemented. This is effectively useless to me without that.<p>The second -ff is critical for following busy multiprocess stuff like a JVM.<p>If you aren&#x27;t resolving every known struct then -x and -xx can be useful.<p>The FD resolution provided by -yy is not critical but can be a real time saver.<p>The flags I use most often are -ffttTyy -o -s
评论 #32279452 未加载
JAKWAI将近 3 年前
Hi! Like strace, lurk allows a user to trace system calls. It implements an opinionated subset of strace. Compared to strace, lurk is optimized for readability and supports structured output in JSON format.<p>I’d be happy to receive some feedback : )
alexellisuk将近 3 年前
It&#x27;s been interesting watching you build this on Twitter.<p>What prompted you to invest your time in this project vs the others that you were probably considering?
评论 #32276757 未加载
pojntfx将近 3 年前
Cool project, I really like the new structured output - that will make parsing stuff much easier than with strace! Is the performance overhead of tracing the syscalls comparable to strace?
评论 #32276221 未加载
badrabbit将近 3 年前
Supporting ltrace type tracing would be awesome