TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

50 Shades of System Calls

208 pointsby davideschieraover 9 years ago

7 comments

carlsborgover 9 years ago
Brilliant. (I note that the founder of this product co-authored the Winpcap packet capture library on Windows back in the day, and therefore made Ethereal/Wireshark on Windows possible.)
truncateover 9 years ago
Nice work! I sometimes use strace&#x2F;ltrace and this program would certainly be nice addition my toolbox!<p>One thing I find useful sometimes for debugging purposes is to actually see the contents of each system call. Do I get to see that when I click on individual boxes here?
评论 #11163167 未加载
ralduover 9 years ago
It is fun to observe that everyone might be busy tinkering with mentioned features instead of commenting.
TickleSteveover 9 years ago
This guy talks of &#x27;latencies&#x27; when he really means &#x27;durations&#x27;.<p>The latency is the time between stimulation and response, not the overall duration.<p>In this case the latency of a syscall would be the time between a user program performing a syscall and it starting to operate, <i>not</i> the entire time taken.
评论 #11165247 未加载
jolynchover 9 years ago
Sysdig makes me giddy like dtrace used to.<p>I also sometimes feel a bit ... challenged ... by translating the questions I have (e.g. why did this arbitrary program start using a lot of memory and then OOM) into actual sysdig chisel invocations, but I&#x27;m learning slowly but surely. This command line spectrogram looks like a really nice addition to the existing toolset!
perlgeekover 9 years ago
Wow, that looks really impressive.<p>I wonder if the visual representation should somehow emphasize the slow calls more. The example on the page immediately draws the attention to that cluster of many fast calls, when the interesting part for optimizations is likely in the 100ms and slower range.
SEJeffover 9 years ago
Sysdig is absolutely incredible software, but when are you going to work on getting it upstream in the Linux kernel? That will massively lower the barrier to entry and make sysdig &quot;win&quot; so to speak.