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.

ProcMon for Linux (Preview)

182 pointsby vmarsyabout 4 years ago

16 comments

alpbabout 4 years ago
Something that is really cool about Sysinternals tools are that they have a pretty usable GUI (granted, once you need to understand what does each UI icon do). Mimicking this experience in the TUI/terminal would certainly be a challenge. I would love to have a Procmon and ProcessExplorer equivalent with the GUI on Linux and macOS.
评论 #27060236 未加载
评论 #27061562 未加载
jxfabout 4 years ago
I&#x27;m not familiar with the Windows version of ProcMon, but judging by the Linux version, that looks like it&#x27;s primarily replicating the function of `strace` in a CLI GUI.<p>Worth reading Joe Damato&#x27;s excellent article on strace: <a href="https:&#x2F;&#x2F;blog.packagecloud.io&#x2F;eng&#x2F;2016&#x2F;02&#x2F;29&#x2F;how-does-strace-work&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.packagecloud.io&#x2F;eng&#x2F;2016&#x2F;02&#x2F;29&#x2F;how-does-strace-...</a>
评论 #27059205 未加载
评论 #27059276 未加载
评论 #27059959 未加载
stefan_about 4 years ago
This seems to be using eBPF, so presumably your kernel will have to support that (only stating <i>Ubuntu 18.04</i> is a bit unfortunate).
评论 #27059719 未加载
whalesaladabout 4 years ago
Sorta related: If y’all haven’t used netdata - wow - it blew my socks off last night. I have it installed on all my hosts now and it’s already helping me diagnose a redis bgsave issue that I didn’t realize existed. Really well put together software.
评论 #27153969 未加载
评论 #27154060 未加载
agucovaabout 4 years ago
What are the differences between this and htop, by example?<p>I know htop can strace processes with the &quot;s&quot; key.
评论 #27061204 未加载
gtirloniabout 4 years ago
Because Ubuntu 18.04 is used for the development environment, it relies on pretty old dependencies.<p>Bug report: <a href="https:&#x2F;&#x2F;github.com&#x2F;Sysinternals&#x2F;ProcMon-for-Linux&#x2F;issues&#x2F;44" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Sysinternals&#x2F;ProcMon-for-Linux&#x2F;issues&#x2F;44</a>
评论 #27078028 未加载
mnuttabout 4 years ago
While I see a lot of comparisons to htop, I wonder how this compares to sysdig? I’ve found sysdig to be an invaluable swiss army knife of debugging performance issues; the only difficult part is finding the right documentation among the cloud offering of the same name.
boomskatsabout 4 years ago
I&#x27;ve been looking at a few eBPF tracing implementations around GitHub recently to try and get my head round it, and this codebase has to be one of the best documented (if not best written) examples out there. Kudos.
Grayskullabout 4 years ago
Even though I don&#x27;t use procmon on windows basically never. Sysinternals on linux could be useful especially with same gui as on windows. It would be great to see autoruns and tcpview on linux.
unixheroabout 4 years ago
Licensed under MIT.<p>This looks like an amazing tool, can&#x27;t wait to begin using it.
sloshnmoshabout 4 years ago
I remember the first time I discovered Sysinternals tools for Windows. It was a game-changer for me. Especially Autoruns and Process Explorer
rishabhdabout 4 years ago
This will come in handy during DFIR, although we have different workflows for doing live analysis on machines for now.
throwaway823882about 4 years ago
I never thought I&#x27;d say this, but: Thank you, Microsoft, for making useful, user-friendly software.
aasasdabout 4 years ago
Sysinternals is under Microsoft since 2006. Is this the ‘extend’ stage?
superkuhabout 4 years ago
Why are libllvm6.0 llvm-6.0-dev and libclang-6.0-dev needed for this?
评论 #27064739 未加载
mraza007about 4 years ago
Just out of curiosity, How is this tool different when compared to htop