mactop
11–20 of 31 posts
Re: mactop
#12The sudo permission should be added by brew at install time (see how the dotnet SDK handles installation on macs), it's poor ergonomics to have to invoke it manually.
Re: mactop
#13Pretty. Top is such a useful sysadmin command for high level sys info, and the new Macs are so quiet I rarely know if a processes has gone out of control, this will be a fun way to investigate that.
Purely subjective of course, but is this prettier than htop in your opinion? I actually felt like it was pretty typical if not a tad ugly, mainly because the color bars seem way to vertically long (i.e. tall/high) to me. It does convey information at a glance, but less vertical space would be an improvement IMHO. I do like the colors chosen though.
For a traditional process viewer I'd use htop and for a more complicated TUI ill use btop.
Re: mactop
#14mactop: The arm64 architecture is required for this software. Error: mactop: An unsatisfied requirement failed this build.
Re: mactop
#15Re: mactop
#16Re: mactop
#17Why does this require elevated privileges to run? Seems ridiculous for a top-like tool.
Re: mactop
#18The sudo permission should be added by brew at install time (see how the dotnet SDK handles installation on macs), it's poor ergonomics to have to invoke it manually.
Re: mactop
#19Why does this require elevated privileges to run? Seems ridiculous for a top-like tool.
You really don't want to give unprivileged code access to this data (check out the man page to see all of the information it can give you).
If you want to understand a lot of what this stuff means on Apple Silicon, you should (oddly) check out the Intel x86 documentation: https://www.intel.com/content/www/us/en/developer/articles/t...
Re: mactop
#20Does anyone have recs for doing really low level performance tuning on Apple Silicon? Xcode Instruments isn’t very easy to use or interpret. Things like what % of time is spent on memory stalls, simd units, etc
(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.)