Based on our record, Process Explorer seems to be a lot more popular than DTrace. While we know about 289 links to Process Explorer, we've tracked only 1 mention of DTrace. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Unclear what you mean by programmable, but https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer is the bee's knees and you can set an option to have it take over taskmon.exe, launch on login, and put as many of the widgets in the taskbar as you fancy. I love it I've heard about running them directly from SMB but have never been the kind of person to try out such a stunt... - Source: Hacker News / 4 months ago
Always put all your portable programs in the "A:\MyPC\Programs\" folder. Always put all your documents in the "A:\MyPC\Documents\" folder. Put driver files and runtime libraries in the "A:\MyPC\Install\" folder. For all three, feel free to create subfolders as needed, either per topic, per group, or however your brain envisions data trees. You can find plenty of portable windows software in the links provided... - Source: Hacker News / 10 months ago
On windows, this is Dependency Walker versus ProcExp. Similar eye-goggling results. https://www.dependencywalker.com/ https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer. - Source: Hacker News / about 1 year ago
If you run Process Explorer (https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer) and enable process tree view, you can see what processes are running under explorer.exe. That should give you a better idea of what's consuming that memory if you're genuinely concerned about this. Source: over 1 year ago
If you have any suspicious processes running onto your computer, close them IMMEDIATELY. I suggest using Process Explorer, as it has a Virustotal which submits all Executables to virustotal under 70+ antiviruses. If any of the processes have 3+ detections, Close them down as anticheats will detect it and stop you from running Roblox. Source: over 1 year ago
I believe that macOS still ships with DTrace; Xcode Instruments was originally built on top of it. https://dtrace.org (Some people find it easier to write a one-line script that reports the timings that they need; I don't know if it helps you.). - Source: Hacker News / about 1 year ago
Process Monitor - Monitor file system, Registry, process, thread and DLL activity in real-time.
OllyDbg - OllyDbg is a 32-bit assembler level analysing debugger.
htop - htop - an interactive process viewer for Unix. This is htop, an interactive process viewer for Unix systems. It is a text-mode application (for console or X terminals) and requires ncurses. Latest release: htop 2.
strace - Trace system calls and signals. A diagnostic, debugging and instructional userspace utility.
Autoruns - See what programs are configured to startup automatically when your system boots and you login.
X64dbg - X64dbg is a debugging software that can debug x64 and x32 applications.