Hey HN, I made a Windows process monitor for app developers and advanced end users. I wanted a taskmgr system-level graph view per app. Windows procmon, while capable, has always been tedious to set up (esp. if not used often). That's pretty much the whole idea behind the app--to simplify app-level monitoring, to make it easy. I hope some of you find it useful!
Thanks, yeah it is C#/.net9 and WinUI3. I started with C#/WPF, but wanted to get it on the Windows Store and couldn't figure out that would work with WPF.
I don't mean to imply it's not possible, but I ran into issues packaging with Desktop Bridge and the web started pushing me toward extreme solutions, so I changed course. If there's a lesson here, it's to package early (and know what you are up against).
I realize now that the "Support" link is ambiguous. The price/free issue I'll think about how to make that clear, it's a good point. Going to wait for traffic to subside before making updates, but noted. Thanks
It's not configurable right now, but I have seen the feature in other products. If you want to chat about it off-thread, there's a contact form in the options page. Happy to chat.
Thanks for offering this for free! it looks great-
why are you distributing this as a .msixbundle? Ive never seen that before (perhaps im un-informed though), As I don't have the Microsoft store I was expecting a .exe (and it appears to install a .msixbundle app via powershell ill need to first install the windows app sdk as well - win11). Is this intended?
thanks
I'm distributing msix (msixbundle) because it allows me to package a downloadable installer and a windows store upload. You should be able to double click the msixbundle to run the installer, powershell isn't necessary.
MSIX installers feel a bit odd, I think, because they're far less common than either msi or self extracting exe. They also virtualize the app. MSIX apps, for example, can't write to the canonical registry. It's not all upside, but it works well for my projects.
The SDK install is expected (if not already installed). It should hopefully have been automatically downloaded during the install process.
Did anyone notice the Windows Calc app became quite slow to startup recently? It takes 2+ seconds to transform from the empty window with a calc icon to the actual calculator UI.
If by recently you mean roughly since the release of Windows 10 (or was it 8?), then yes. This is a pretty well remarked on item of embarrassment for Windows.
I'll ask you the same as below:
"... I have to ask, do people really use Flatpaks for something like a process monitor? It feels like a process monitor should launch almost instantly. Waiting ~3 seconds for a Flatpak sandbox to spin up just to check system stats seems pretty frustrating."
But I have to ask, do people really use Flatpaks for something like a process monitor? It feels like a process monitor should launch almost instantly. Waiting ~3 seconds for a Flatpak sandbox to spin up just to check system stats seems pretty frustrating.
As an alternative, I use the free community-edition netdata -- love it at my job, and it works right out of the box on my personal windows and linux machines.