←back to thread

166 points LelouBil | 2 comments | | HN request time: 0s | 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 #
1. perching_aix ◴[] No.45088759[source]
Care to expand on that? I'm similarly just forced to use Linux and its tooling ecosystem, so decent chances I'm simply missing what's cool/cooler.
replies(1): >>45093773 #
2. calvinmorrison ◴[] No.45093773[source]
yes. I work with ancient and opaque tools that dont have good debugging / reporting facilities. Often we have to jump into procmon or whatever see why the heck the thing is stuck. something like strace is native and everywhere and you can sus out easily - hey this proc is trying to open this thing over and over.

procmon is cool, but i have found it limited when the program isnt doing anything 'obvious', and also that i have to download it and run it from the web is a problem when debugging on client systems.