Live data from Hacker News

Stats – macOS system monitor in your menu bar

github.com

131–140 of 175 posts

Re: Stats – macOS system monitor in your menu bar

#131

I have happily used the free Stats app for a couple of years now. Hey iStat users, what makes the paid tool worth it for you?

Looks better, support weather, supports more sensors, more configuration options… But Stats is sufficient, I just use iStats for ages and it ask for little money ~two times in a decade.

Re: Stats – macOS system monitor in your menu bar

#133

I brew installed but it didn't come up in my menubar. Just restarted my Mac and now I see it. I'm too lazy to make a PR to update the docs though right now. Edit: I just see the battery widget not any of the other ones. This is a confusing onboarding experience. Edit2: ah, they were all hidden because of Macs crap UX on menubar space. No indication there are more menu item. What a poor design decision Mac.

Alright, bet. Wanna make your Mac menu bar less clunky? Here’s the tea. Pop these commands in your terminal to tighten it up: defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8 defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8 Changed your mind? No cap, just undo it with these: defaults -currentHost delete -globalDomain NSStatusItemSpacing defaults -currentHost delete -gl…

Thank you for sharing this. Presumably the item spacing with too large (by default) and as such, many of the icons would not display. This fixed it! Appreciate the suggestion

Re: Stats – macOS system monitor in your menu bar

#134

I've used Stats for years and loved it -- for CPU, GPU, memory, and network upload/download speeds. It's fantastic for catching when a bunch of processes haven't been killed and are stuck at 100%. For figuring out if my code is actually running on the GPU or not. For seeing what my network transfer rates are, when a download or transfer gets stuck, and which process is suddenly downloading hundreds of megabytes witho…

In my Intel MBP there’s an auditory warning when something is stuck at 100% utilization =D

Re: Stats – macOS system monitor in your menu bar

#135
post #46

This looks like a clone of iStat Menus which I had installed for years and years till one day I realized I basically never look at it and the icons were just taking up space in my menu bar. I finally un-installed it. The activity monitor in my dock set to show CPU is sufficient for my needs.

I did the same. I used to have iStat Menus running all the time, until i took a good look at how many resources it actually consumed showing me things i never looked at.

These days i keep Little Snitch's network monitor around, which i actually do look at sometimes, though mostly to get a glance at where my traffic is going.

Re: Stats – macOS system monitor in your menu bar

#136
post #75

Reminds of MenuMeters - really great at showing real-time metrics and various types of graphs with different refresh intervals. https://member.ipmu.jp/yuji.tachikawa/MenuMetersElCapitan/

Oh yeah using that since I had my Powerbook. Must be 20 years. So happy that the fork exists and keeps it running.

Re: Stats – macOS system monitor in your menu bar

#137
post #109

Looks nice. Any suggestions for a similar graphical tool for Linux?

If you're using Gnome, you could try the system-monitor-next extension[1]. The main thing to note when installing for the first time is that you'll also need to install a few system packages[2]. [1] https://extensions.gnome.org/extension/3010/system-monitor-n... [2] https://github.com/mgalgs/gnome-shell-system-monitor-next-ap...

There is (also a Gnome-only) lightweight alternative called Vitals:

https://github.com/corecoding/Vitals/issues

    Vitals is a GNOME Shell extension for displaying your computer's temperature, voltage, fan speed, memory usage, processor load, system resources, network speed and storage stats in your GNOME Shell's top menu bar. This is a one stop shop to monitor all of your vital sensors. Vitals uses asynchronous polling to provide a smooth user experience.

Re: Stats – macOS system monitor in your menu bar

#138
post #40

Earlier quoted context omitted.

No, it's my personal laptop and the screensaver is definitely native (ARM). It's probably just Apple being sloppy again.

40 GB is not simple sloppiness when it comes to a simple screensaver. I would encourage you to explore other solutions than to just blame it on some historical precedent you've experienced. However true it may be. It's just not likely given the criteria.

Apparently it is slopiness in the form of an undocumented API contract breakage.

https://github.com/lpar/RedPill/issues/8 (the screensaver I use)

https://www.jwz.org/blog/2023/10/xscreensaver-6-08-out-now/ (linked from there)

Maybe I should submit a PR with this workaround.

Re: Stats – macOS system monitor in your menu bar

#139

I've used Stats for years and loved it -- for CPU, GPU, memory, and network upload/download speeds. It's fantastic for catching when a bunch of processes haven't been killed and are stuck at 100%. For figuring out if my code is actually running on the GPU or not. For seeing what my network transfer rates are, when a download or transfer gets stuck, and which process is suddenly downloading hundreds of megabytes witho…

> It's fantastic for catching when a bunch of processes haven't been killed and are stuck at 100%.

Exactly! I've been using iStat Menus for years and I find it invaluable. I've been able to identify system-wide problems a few times already just by glancing at the graphs and going "huh, that should not be happening right now". And it's not just stuck processes, but also misbehaving processes.

I did blog about this situation over a year ago here: https://blogsystem5.substack.com/p/hard-disk-leds-and-noisy-... :)

Re: Stats – macOS system monitor in your menu bar

#140
post #46

This looks like a clone of iStat Menus which I had installed for years and years till one day I realized I basically never look at it and the icons were just taking up space in my menu bar. I finally un-installed it. The activity monitor in my dock set to show CPU is sufficient for my needs.

iStat menus hit a lot harder when 8GB of RAM was a $2000 upgrade.

I remember when 4MB of RAM was several hundred dollars.

My first computer (a VIC-20) had 3KB of RAM. There was so little memory, that I had to write most of my software in 6502 Machine Language.

Post reply on HN