←back to thread

166 points LelouBil | 2 comments | | HN request time: 0.019s | source
Show context
perching_aix ◴[] No.45088446[source]
If this works remotely as well as the Windows version, I'm stoked. Polling for information (like with lsof) really rubs me the wrong way.
replies(2): >>45088480 #>>45088733 #
calvinmorrison ◴[] No.45088480[source]
really? i have to use procman and associated utilities often and they really pale in comparison with linux and even moreso other unix utils (like dtrace)
replies(5): >>45088759 #>>45089005 #>>45089451 #>>45091282 #>>45091614 #
sirjaz ◴[] No.45089005[source]
Windows Server 2025 supports dtrace out of the box: https://learn.microsoft.com/en-us/windows-server/administrat...
replies(1): >>45090165 #
cyberpunk ◴[] No.45090165[source]
This really is the weirdest timeline…
replies(1): >>45092725 #
actionfromafar ◴[] No.45092725{3}[source]
But is it like the "real" dtrace or is like how PowerShell wget isn't actually wget but an alias for Invoke-WebRequest?
replies(1): >>45092796 #
1. p_ing ◴[] No.45092796{4}[source]
Two seconds of investigation yields that it is a port of dtrace.

https://learn.microsoft.com/en-us/windows-hardware/drivers/d...

replies(1): >>45093483 #
2. actionfromafar ◴[] No.45093483[source]
Well, true, but I'm not in a position to understand what that means. I remember talks about dtrace in Linux way back when and something about how "it's not the same thing, you have to add support in all of userspace which is not there" or something like that.