0

I'm wondering if there is something similar to auto nice daemon like 'ananicy' or 'and' on MacOS. Maybe there is some standard daemon that is already running and doing a similar job?

Sometimes my beefy laptop is lagging for absolutely no reason and it would be great to have more control over what is happening.

  • Are you wondering whether there is an auto nice daemon running, or where to get one from to install on macOS, or how to diagnose the performance issues you see on your laptop? Please edit the question to provide more focus. – nohillside Jan 29 '22 at 18:45
  • @nohillside thanks for helping with this question! I've updated it to make you more happy ) – IlliakaillI Jan 29 '22 at 19:24
  • You can renice manually, same as nix, but I've never really found user intervention guesses any better than the OS does. – Tetsujin Jan 30 '22 at 17:23
  • @nohillside I think this is a very simple yes/no question. What kind of other details do you need? – IlliakaillI Jan 31 '22 at 22:23
  • @Tetsujin I definitely can renice manually, but I would prefer to automate this process using some tool, preferably an open-source one. Apple has financial incentives to make older laptops more laggy (or, more likely, ignore performance problems happening on slightly outdated machines), so it makes sense to have such a tool for the end user. – IlliakaillI Jan 31 '22 at 22:27
  • We are not Google :-) What kind of research have you done in terms of looking for such tools? Also, the question is in the review queue for reopening already, it may take a few days til enough high-rep users habe cast their vote. – nohillside Jan 31 '22 at 22:40

2 Answers2

2

There is an app that does something like what you are looking for. It's not free, but it's not expensive. I've used it in the past and found it very effective at identifying apps that are eating CPU and giving you options to limit how much CPU they use.

It's from a long-time Mac developer (who also makes Default Folder X, which goes back to the pre-Mac OS X days) and has a free 15-day trial.

YMMV, of course, but I'd recommend it.

https://www.stclairsoft.com/AppTamer/

TJ Luoma
  • 20,659
  • Brilliant. That developer is so good. Default Folder blew my mind when I first saw it work (back in the day). – bmike Feb 01 '22 at 02:18
0

No, nice really hasn’t been an effective tool on OS X for 15 years or perhaps it was never a good scheduling tool.

However, there are many other tools to analyze performance metrics and specifics, most of which get invoked via sysdiagnose.

I hesitate to recommend any without knowing what major version of macOS is giving you concern and possibly what precisely “lagging” is and how you measure it.

Some tools are unchanged for a decade and others are adapted or less useful on Monterey and more recent OS:

bmike
  • 235,889