Fehler bei Onyx, aber der Fehler besteht gar nicht..

geschafft aber dort kommt leider das
Man kann auch die Internet Wiederherstellung im Single User starten.
Von da aus sollte der Container ja nicht gemountet sein.
Muss man allerdings dann die richtige Device bei fsck angeben

Wenn Apple wenigstens vernünftige Werkzeuge zur Verfügung stellen würde, die alle Fehler bei APFS beheben.
Ist wohl Wunschdenken, haben die ja bei HFS auch nie getan.
Dann kann man nur beten, dass DiskWarrior endlich mal APFS kann.
 
  • Gefällt mir
Reaktionen: dg2rbf
Und der EtreCheck-Report, wie in #7 vorgeschlagen, fehlt noch.
 
  • Gefällt mir
Reaktionen: dg2rbf
Man kann auch die Internet Wiederherstellung im Single User starten.
Von da aus sollte der Container ja nicht gemountet sein.
Muss man allerdings dann die richtige Device bei fsck angeben
Es gibt unzählige Seiten im Netz, die genau diesen Tipp geben fsck -yf in Einzelbenutzermodus …

Hab das gestern in Catalina probiert … mit dem gleichen Ergebnis wie der TE …
Scheinbar geht das wirklich nicht mehr …
 
Es gibt unzählige Seiten im Netz, die genau diesen Tipp geben fsck -yf in Einzelbenutzermodus …

Hab das gestern in Catalina probiert … mit dem gleichen Ergebnis wie der TE …
Scheinbar geht das wirklich nicht mehr …

Das geht nur scheinbar nicht mehr, es darf das auch nicht und ist sinnvoll, dass es nicht geht. Davon unterscheiden muss man den Check, also ohne das -y. Das geht natürlich auch bei gemounteten Volumes. Nur ist halt im Single User Mode das System und Datenvolume eben gemouted,

Und nur weil das "unzählige Seiten" schreiben, muss es noch lange nicht korrekt sein. Das zeigt viel eher, dass jeder vom anderen abschreibt und sich niemand von diesen ach so tollen Seiten nur annähernd auskennt. Oder einfach, dass "Single User Mode" und "Recovery Mode" verwechselt werden. Was aber auch nicht viel Besseres über die Kenntnisse aussagt.
 
  • Gefällt mir
Reaktionen: mausfang, dg2rbf und Cherusker
Ich habe mir OnyX angesehen. Das ist das gleiche wie die ganzen Tools für Windows. Wer sich auskennt, kann mit solchen Tools Zeit bei der Suche sparen. Wer sich nicht auskennt, der kann sich damit sein System erst richtig zerschießen. Aber wer sich auskennt, kennt die Stellen, an denen er suchen muss und benötigt solche Tools nur selten.
 
  • Gefällt mir
Reaktionen: V8-Driver, JARVIS1187, mausfang und eine weitere Person
Ich sehe das noch kritischer.

Wenn ein Entwickler, der ein Tool wie Onyx raus bringt, darin einen Punkt einbaut, der unter "Optimierung" die sogenannten "Wartungsskripte" aufruft, dann spreche ich ihm jede Kenntnis von macOS ab. Er verkauft lediglich Schlangenöl und füllt seine GUI mit möglichst vielen Einträgen, die nach Kow-How klingen, damit ein unbedarfter User den Eindruck erhält, dass das Tool was sinnvolles machen würde.

Es ist für einen Entwickler, der nur Grundzüge im Verständnis von Shell-Scripten hat in keinster Weise schwer, diese Wartungsscripte zu verstehen. Und dann kann man sofort erkennen, dass diese Skripte rein gar nichts mit "Optimierung" zu tun haben. Null. Nada. Never.

Gleiches, nur nicht ganz so drastisch, gilt für Optimierungen wie "Neuaufbau von Caches" oder "Überprüfen der Dateisystemstrukur". Alleine schon "Überprüfung" als Optimierung zu verkaufen, zeigt schon, dass es nur um die Show geht.
 
  • Gefällt mir
Reaktionen: Schiffversenker, JARVIS1187, dg2rbf und eine weitere Person
Um mal meine Aussage zu untermauern, hier das wohl beste Beispiel, warum ein Aufruf der sogenannten Wartungsskripte nur noch sinnlos ist: die scripte mit der Nummer 999

Hier jenes für die "daily" Wartung:

Code:
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/periodic.conf ]
then
    . /etc/defaults/periodic.conf
    source_periodic_confs
fi

rc=0
for script in $daily_local
do
    echo ''
    case "$script" in
    /*)
        if [ -f "$script" ]
        then
        echo "Running $script:"

        sh $script || rc=3
        else
        echo "$script: No such file"
        [ $rc -lt 2 ] && rc=2
        fi;;
    *)
        echo "$script: Not an absolute path"
        [ $rc -lt 2 ] && rc=2;;
    esac
done

exit $rc

Toll, gell. Viele Zeilen, das muss ja was sinnvolles und arg wichtiges sein. Nun denn sehen wir uns mal den ersten Absatz an:

Code:
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/periodic.conf ]
then
    . /etc/defaults/periodic.conf
    source_periodic_confs
fi
Hier wird ein config-File /etc/defaults/periodic.conf eingelesen und die darin enthaltene Function source_periodic_confs aufgerufen. Erst mal nichts ungewöhnliches.

Wenn wir uns diese config-File ansehen, dann sind dort neben der besagten Funktion viele Variablen definiert, die durch die Funktion eingelesen und für das 999-File bekannnt gemacht werden. Unter anderem Dateien in bestimmten Verzeichnissen: Hier mal ein Auszug:

Code:
# 999.local
daily_local="/etc/daily.local"                          # Local scripts

Diese Variable daily_local wird nämlich gleich im Anschluss ans Einlesen verwendet und zwar hier

Code:
for script in $daily_local
do
    echo ''
    case "$script" in
    /*)
        if [ -f "$script" ]
        then
        echo "Running $script:"

        sh $script || rc=3
        else
        echo "$script: No such file"
        [ $rc -lt 2 ] && rc=2
        fi;;
    *)
        echo "$script: Not an absolute path"
        [ $rc -lt 2 ] && rc=2;;
    esac
done

exit $rc

Tja, da das Verzeichnis /etc/daily.local auf das die Variable zeigt, gar nicht existiert, können in diesem Code-Teil auch gar keine Scripte darin gefunden werden und somit macht dieses ganze 999-Script nun nichts mehr.

Was ist daran nun irgendwie "Optimierung"?

Die anderen Wartungsscripte sind auch nicht viel besser. Es gibt sogar analoge 999-Wartungsscripte für die "weekly" und die "monthly" Wartung.
 
  • Gefällt mir
Reaktionen: JARVIS1187
Ich kenn mich mit Onyx nicht aus, daher meine Frage @lisanet Kommen diese Skripte von Apple oder von Onyx und waren sie ggf. mal unter älteren Versionen von macOS / OS X sinnvoll?

Das empfiehlt der Typ meines Vertrauens hier um alte Macs schneller zu machen:

Mac schneller machen - 10 nützliche Tipps - YouTubewww.youtube.com › watch
Das Video hab ich mir grad aus Spaß mal angeguckt. Ich verstehe nicht, warum man dafür Videos macht, denn ein Text dazu hätte mich keine 10 Minuten gekostet. Hier ist jedenfalls der Inhalt des Videos:
Macs schneller machen, aber wie nur:
1. Ab und zu neustarten
2. Onyx
3. Mac neu aufsetzen
4. Desktop aufräumen (wenig Dateien, Ordner sind ok)
5. Autostart & Hintergrundprozesse (Autostart leeren)
6. Festplatte (nicht zu voll)
7. Apps korrekt löschen (AppCleaner)
8. Finder Startseite festlegen
9. Transparenz&Animationen abschalten
10. mehr RAM mehr SSD

Da ist jetzt kein kompletter Unfug, aber es ist wahllos und absurd angeordnet. Onyx wird etwas esoterisch behandelt, so im Sinne von "Ich mach das regelmäßig und es hat mir geholfen, meinen Mac schnell zu halten" – was ja keine Aussage darüber ist, ob es ohne Onyx schlimmer geworden wäre.
Da sind ein paar Dinge dabei, die ich unterschreiben würde, die aber auch langfristig die Geschwindigkeit kaum beeinflussen sollten (1., 5., 7.).
Dann sind da 8., 9. und 6., die natürlich insbesondere bei älteren Geräten ordentlich was ausmachen können. 4. kann auch knabbern, wenn da Vorschauen ohne Ende generiert werden wollen, und 5. verlangsamt dann besonders den Startprozess, aber nicht die generelle Langsamkeit.
All das wird ja vom Tipp 3. konterkariert. Dort wird vorgeschlagen, den Mac einmal im Jahr komplett neu aufzusetzen. Vielleicht nicht ganz falsch, aber dann kann man sich 3., 5. & 7. wieder sparen.

Im Endeffekt kann man es also bei 10. belassen. Mehr Hardware hilft dauerhaft.
 
  • Gefällt mir
  • Haha
Reaktionen: dg2rbf und mausfang
Und der EtreCheck-Report, wie in #7 vorgeschlagen, fehlt noch.
👍 Jupp, das Teil ist Goldwert, bloß blöd dass der Etrecheckreport für diese Forum zu lang ist und man ihn aufteilen muss, da wäre irgendwie Nachholbedarf
 
  • Gefällt mir
Reaktionen: JARVIS1187, mausfang und BalthasarBux
Zum 'Ursprungsthema' ...

Ich hatte diese Hinweis-/Fehlermeldung in Onyx ebenfalls. Nach dem Check mit dem Festplattenprg. auch alles 'Grün'. Nur ein kleiner zarter Hinweis, bei scharfem hinsehen', dass ein 'Snapshot' aus Time-Machine angeblich einen Fehler beinhaltete. Ich hatte die Snapshots gelöscht und dann kam auch bei Onyx die Meldung nicht mehr.
 
  • Gefällt mir
Reaktionen: mausfang und dg2rbf
Etrecheckreport für diese Forum zu lang ist
Auch für andere Foren kann er zu lang werden, je nachdem wie viel Einträge vorhanden sind. Das Aufteilen ist ja nicht schwer!
 
  • Gefällt mir
Reaktionen: dg2rbf
Ich verstehe nicht, warum man dafür Videos macht, denn ein Text dazu hätte mich keine 10 Minuten gekostet.
Danke!
Die absurde Mode, für jeden **** ein Video zu machen, nervt mich gewaltig.
Lesen kann man VIEL schneller. Und schreiben dürfte auch schneller sein, als ein Video zu planen, drehen schneiden.
 
  • Gefällt mir
Reaktionen: dg2rbf, Schiffversenker und mausfang
hhhmm, man könnte es allerdings auch so sehen, dass jemand der seinen Rechner mit irgendwelchen Tools "optimieren" will, gerade keine Grundkenntnisse hat, da er glaubt, dass irgendein Drittanbieter das Betriebssystem besser kennt als der Hersteller.
Ich hatte gedacht, daß Ironie erkannt oder wenigstens vermutet wird, wenn ich Optimierungssüchtigen Kenntnisse unterstelle.
 
  • Gefällt mir
Reaktionen: dg2rbf
Hi,
Tja, Irren ist Menschlich :).
Franz
 
Na ja... ich erkenne in Lisanets Antwort eine Menge Ironie.
Hab eher für den Rest geantwortet.
 
Weiß jetzt nicht mehr genau was ich tun soll.. mein etrecheck sagt das hier:


Code:
EtreCheck version: 5.7.2 (5247)
Report generated: 2021-12-31 10:08:31
Download EtreCheck from https://etrecheck.com
Runtime: 1:60
Performance: Excellent
Sandbox: Enabled
Full drive access: Disabled

Problem: Computer is too slow

Major Issues: None

Minor Issues:
  These issues do not need immediate attention but they may indicate future problems or opportunities for improvement.
  No Time Machine backup - Time Machine backup not found.
  Unsigned files - There are unsigned software files installed. Apple has said that unsigned software will not run by default in a future version of the operating system.
  Limited drive access - More information may be available with Full Drive Access.
  Kernel extensions present - This computer has kernel extensions that may not work in the future.

Hardware Information:
  MacBook Pro (13-inch, 2018-2019, Four Thunderbolt 3 ports)
  MacBook Pro Model: MacBookPro15,2
  2,3 GHz Quad-Core Intel Core i5 (i5-8259U) CPU: 4-core
  8 GB RAM - Not upgradeable
    BANK 0/ChannelA-DIMM0 - 4 GB LPDDR3 2133
    BANK 2/ChannelB-DIMM0 - 4 GB LPDDR3 2133
  Battery: Health = Normal - Cycle count = 204

Video Information:
  Intel Iris Plus Graphics 655 - VRAM: 1536 MB
    C32JG5x 2560 x 1440

Drives:
  disk0 - APPLE SSD AP0256M 251.00 GB (Solid State - TRIM: Yes)
  Internal PCI-Express 8.0 GT/s x4 NVM Express
    disk0s1 - EFI [EFI] 315 MB
    disk0s2 [APFS Container] 150.00 GB
      disk1 [APFS Virtual drive] 150.00 GB (Shared by 6 volumes)
        disk1s1 - M******************n (APFS) [APFS Virtual drive] (Shared - 84.86 GB used)
        disk1s2 - Preboot (APFS) [APFS Preboot] (Shared - 868 MB used)
        disk1s3 - Recovery (APFS) [Recovery] (Shared)
        disk1s4 - VM (APFS) [APFS VM] (Shared - 1.07 GB used)
        disk1s5 (APFS) [APFS Container] (Shared)
          disk1s5s1 - B****r (APFS) [APFS Snapshot] (Shared - 16.05 GB used)
        disk1s6 - Update (APFS) (Shared - 8 MB used)
    disk0s3 - B******P 100.68 GB

Mounted Volumes:
  disk0s3 - B******P
    100.68 GB
        Mount point: /Volumes/B******P

  disk1s1 - M******************n [APFS Virtual drive]
    150.00 GB (Shared - 84.86 GB used, 48.68 GB available, 45.92 GB free)
    APFS
    Mount point: /System/Volumes/Data
    Encrypted

  disk1s2 - Preboot [APFS Preboot]
    150.00 GB (Shared - 868 MB used, 45.92 GB free)
    APFS
    Mount point: /System/Volumes/Preboot

  disk1s4 - VM [APFS VM]
    150.00 GB (Shared - 1.07 GB used, 45.92 GB free)
    APFS
    Mount point: /System/Volumes/VM

  disk1s5s1 - B****r [APFS Snapshot]
    150.00 GB (Shared - 16.05 GB used, 48.68 GB available, 45.92 GB free)
    APFS
    Mount point: /
    Read-only: Yes

  disk1s6 - Update
    150.00 GB (Shared - 8 MB used, 45.92 GB free)
    APFS
    Mount point: /System/Volumes/Update

Network:
  Interface en0: Wi-Fi
    802.11 a/b/g/n/ac
  Interface en6: iPhone
  Interface bridge0: Thunderbolt Bridge
  Interface bridge0: Thunderbolt Bridge 2

System Software:
  12.1 12.1 (21C52)
  Time since boot: About a day

Notifications:
  Notifications not available without Full Drive Access.

Security:
  Gatekeeper: Enabled
  System Integrity Protection: Enabled

  Antivirus software: Apple

Unsigned Files:
  Launchd: ~/Library/LaunchAgents/com.google.keystone.xpcservice.plist
    Executable: ~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent -runMode xpchost
    Details: Exact match found in the legitimate list - probably OK

  Launchd: ~/Library/LaunchAgents/com.google.keystone.agent.plist
    Executable: ~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent -runMode ifneeded
    Details: Exact match found in the legitimate list - probably OK

  Apps: 10

Kernel Extensions:
  /Library/Application Support/Logitech.localized/Logitech Options.localized
    LogiMgrDriver.kext - com.logitech.manager.kernel.driver (8.02.1 - SDK 10.13)

  /Library/Extensions
    HueSync.kext - com.lighting.huesync (1.0.1 - SDK 10.12)

System Launch Agents:
  [Not Loaded]  16 Apple tasks
  [Loaded]  177 Apple tasks
  [Running]  156 Apple tasks
  [Other]  One Apple task

System Launch Daemons:
  [Not Loaded]  38 Apple tasks
  [Loaded]  176 Apple tasks
  [Running]  161 Apple tasks
  [Other]  One Apple task

Launch Agents:
  [Running] com.logitech.manager.daemon.plist (Logitech Inc. - installed 2019-10-05)

Launch Daemons:
  [Loaded] com.microsoft.office.licensingV2.helper.plist (Microsoft Corporation - installed 2020-03-09)
  [Not Loaded] org.macports.smartd.plist (? 0  - installed 2021-01-24)

User Launch Agents:
  [Loaded] com.google.keystone.agent.plist (? 0  - installed 2021-08-25)
  [Loaded] com.google.keystone.xpcservice.plist (? 0  - installed 2021-08-25)

User Login Items:
  [Not Loaded] AmphetamineLoginHelper (App Store - installed 2021-06-11)
    Modern Login Item
    /Applications/Amphetamine.app

  [Not Loaded] ColorsHelpersApp (App Store - installed 2019-03-02)
    Modern Login Item
    /Applications/Colors.app/Contents/Library/LoginItems/ColorsHelpersApp.app

  [Not Loaded] Launcher Disabler (App Store - installed 2021-12-14)
    Modern Login Item
    /Applications/OneDrive.app/Contents/Library/LoginItems/Launcher Disabler.app

  [Not Loaded] OneDrive Launcher (App Store - installed 2021-12-14)
    Modern Login Item
    /Applications/OneDrive.app/Contents/Library/LoginItems/OneDrive Launcher.app

  [Not Loaded] LoginHelper (App Store - installed 2021-07-04)
    Modern Login Item
    /Applications/Owly.app/Contents/Library/LoginItems/LoginHelper.app

  [Loaded] RectangleLauncher (Ryan Hanson - installed 2021-03-09)
    Modern Login Item
    /Applications/Rectangle.app/Contents/Library/LoginItems/RectangleLauncher.app

  [Loaded] StartUpHelper (Spotify - installed 2020-08-31)
    Modern Login Item
    /Applications/Spotify.app/Contents/Library/LoginItems/StartUpHelper.app

  [Not Loaded] WhatsApp Login Helper (App Store - installed 2021-12-17)
    Modern Login Item
    /Applications/WhatsApp.app/Contents/Library/LoginItems/WhatsApp Login Helper.app

  [Not Loaded] DriveDxLoginItemHelper (4ZNF85T75D - installed 2020-11-04)
    Modern Login Item
    ~/Downloads/DriveDx.app/Contents/Library/LoginItems/DriveDxLoginItemHelper.app

User Internet Plug-ins:
  User Internet Plug-ins need Full Drive Access

User Audio Plug-ins:
  User Audio Plug-ins need Full Drive Access

User iTunes Plug-ins:
  User iTunes Plug-ins need Full Drive Access

3rd Party Preference Panes:
  FUSE (Benjamin Fleischer - installed 2018-12-18)

Backup:
  Time Machine Not Configured!

Performance:
  System Load: 1.47 (1 min ago) 2.80 (5 min ago) 2.18 (15 min ago)
  Nominal I/O speed: 0.03 MB/s
  File system: 22.83 seconds
  Write speed: 931 MB/s
  Read speed: 3103 MB/s

CPU Usage Snapshot:
  Type Overall
  System: 2 %
  User: 5 %
  Idle: 93 %

Top Processes Snapshot by CPU:
  Process (count) CPU (Source - Location)
  Other processes 38.62 % (?)
  Safari 7.53 % (Apple)
  EtreCheck 3.43 % (App Store)
  LogiMgrDaemon 1.57 % (Logitech Inc.)
  WiFiAgent 1.54 % (Apple)

Top Processes Snapshot by Memory:
  Process (count) RAM usage (Source - Location)
  EtreCheck 454 MB (App Store)
  OnyX 259 MB (Joel BARRIERE)
  Safari 124 MB (Apple)
  Spotify 123 MB (Spotify)
  Spotlight 115 MB (Apple)

Top Processes Snapshot by Network Use:
  Process (count) Input / Output (Source - Location)
  Other processes 14 MB / 8 MB (?)
  Spotify 868 KB / 53 KB (Spotify)
  homed 54 KB / 6 KB (Apple)
  LogiMgrDaemon 14 KB / 11 KB (Logitech Inc.)
  parsecd 18 KB / 3 KB (Apple)

Virtual Memory Information:
  Physical RAM: 8 GB

  Free RAM: 43 MB
  Used RAM: 4.53 GB
  Cached files: 3.43 GB

  Available RAM: 3.47 GB
  Swap Used: 0 B

Software Installs (past 30 days):
  Install Date Name (Version)
  2021-12-11 GarageBand (10.4.5)
  2021-12-14 Core Services Application Configuration Data 12.0 (120.73)
  2021-12-14 OneDrive (21.230.1206)
  2021-12-16 XProtectPlistConfigData (2153)
  2021-12-17 WhatsApp (2.2147.16)
  2021-12-27 GoodNotes (5.7.56)
  2021-12-28 macOS 12.1 (12.1)

Diagnostics Information (past 7-30 days):
  Directory /Library/Logs/DiagnosticReports is not accessible.
  Enable Full Drive Access to see more information.

End of report
 
Nächste Mal Festplattenvollzugriff aktivieren für den Check.
Onyx nicht mehr verwenden, da nicht für aktuelle Systeme brauchbar.
 
  • Gefällt mir
Reaktionen: dg2rbf und JARVIS1187
ok hier der neue Bericht:

off Topic: Wie finde ich heraus was für eine SSD ich habe und wie schnell die ist? Hier hätte ich erwartet es zu finden: https://everymac.com/systems/apple/...d-2018-true-tone-display-touch-bar-specs.html
steht aber nichts genaues, bei Apfel ->über mein Mac und bei systembericht steht nur die Bezeichnung, mit der mir aber auch google nicht hilft:
APPLE SSD AP0256M

Code:
EtreCheck version: 5.7.2 (5247)
Report generated: 2021-12-31 10:52:03
Download EtreCheck from https://etrecheck.com
Runtime: 2:07
Performance: Excellent
Sandbox: Enabled
Full drive access: Enabled

Problem: Computer is too slow

Major Issues:
  Anything that appears on this list needs immediate attention.
  No Time Machine backup - Time Machine backup not found.

Minor Issues:
  These issues do not need immediate attention but they may indicate future problems or opportunities for improvement.
  Unsigned files - There are unsigned software files installed. Apple has said that unsigned software will not run by default in a future version of the operating system.
  Kernel extensions present - This computer has kernel extensions that may not work in the future.

Hardware Information:
  MacBook Pro (13-inch, 2018-2019, Four Thunderbolt 3 ports)
  MacBook Pro Model: MacBookPro15,2
  2,3 GHz Quad-Core Intel Core i5 (i5-8259U) CPU: 4-core
  8 GB RAM - Not upgradeable
    BANK 0/ChannelA-DIMM0 - 4 GB LPDDR3 2133 
    BANK 2/ChannelB-DIMM0 - 4 GB LPDDR3 2133 
  Battery: Health = Normal - Cycle count = 204

Video Information:
  Intel Iris Plus Graphics 655 - VRAM: 1536 MB
    C32JG5x 2560 x 1440

Drives:
  disk0 - APPLE SSD AP0256M 251.00 GB (Solid State - TRIM: Yes)
  Internal PCI-Express 8.0 GT/s x4 NVM Express
    disk0s1 - EFI [EFI] 315 MB
    disk0s2 [APFS Container] 150.00 GB
      disk1 [APFS Virtual drive] 150.00 GB (Shared by 6 volumes)
        disk1s1 - M******************n (APFS) [APFS Virtual drive] (Shared - 84.97 GB used)
        disk1s2 - Preboot (APFS) [APFS Preboot] (Shared - 868 MB used)
        disk1s3 - Recovery (APFS) [Recovery] (Shared)
        disk1s4 - VM (APFS) [APFS VM] (Shared - 1.07 GB used)
        disk1s5 (APFS) [APFS Container] (Shared)
          disk1s5s1 - B****r (APFS) [APFS Snapshot] (Shared - 16.05 GB used)
        disk1s6 - Update (APFS) (Shared - 8 MB used)
    disk0s3 - B******P 100.68 GB

Mounted Volumes:
  disk0s3 - B******P
    100.68 GB
        Mount point: /Volumes/B******P

  disk1s1 - M******************n [APFS Virtual drive]
    150.00 GB (Shared - 84.97 GB used, 48.57 GB available, 45.81 GB free)
    APFS
    Mount point: /System/Volumes/Data
    Encrypted

  disk1s2 - Preboot [APFS Preboot]
    150.00 GB (Shared - 868 MB used, 45.81 GB free)
    APFS
    Mount point: /System/Volumes/Preboot

  disk1s4 - VM [APFS VM]
    150.00 GB (Shared - 1.07 GB used, 45.81 GB free)
    APFS
    Mount point: /System/Volumes/VM

  disk1s5s1 - B****r [APFS Snapshot]
    150.00 GB (Shared - 16.05 GB used, 48.57 GB available, 45.81 GB free)
    APFS
    Mount point: /
    Read-only: Yes

  disk1s6 - Update
    150.00 GB (Shared - 8 MB used, 45.81 GB free)
    APFS
    Mount point: /System/Volumes/Update

Network:
  Interface en0: Wi-Fi
    802.11 a/b/g/n/ac
  Interface en6: iPhone
  Interface bridge0: Thunderbolt Bridge
  Interface bridge0: Thunderbolt Bridge 2

System Software:
  12.1 12.1 (21C52)
  Time since boot: About a day

Notifications:
  WhatsApp.app
    one notification

  LogiMgrDaemon.app
    13 notifications

  EtreCheck.app
    one notification

Security:
  Gatekeeper: Enabled
  System Integrity Protection: Enabled

  Antivirus software: Apple

Unsigned Files:
  Apps: 8

Kernel Extensions:
  /Library/Application Support/Logitech.localized/Logitech Options.localized
    LogiMgrDriver.kext - com.logitech.manager.kernel.driver (8.02.1 - SDK 10.13)

  /Library/Extensions
    HueSync.kext - com.lighting.huesync (1.0.1 - SDK 10.12)

System Launch Agents:
  [Not Loaded]  16 Apple tasks
  [Loaded]  166 Apple tasks
  [Running]  167 Apple tasks
  [Other]  One Apple task

System Launch Daemons:
  [Not Loaded]  38 Apple tasks
  [Loaded]  174 Apple tasks
  [Running]  163 Apple tasks
  [Other]  One Apple task

Launch Agents:
  [Running] com.logitech.manager.daemon.plist (Logitech Inc. - installed 2019-10-05)

Launch Daemons:
  [Loaded] com.microsoft.office.licensingV2.helper.plist (Microsoft Corporation - installed 2020-03-09)
  [Not Loaded] org.macports.smartd.plist (Joshua Root - installed 2021-01-24)

User Launch Agents:
  [Loaded] com.google.keystone.agent.plist (Google, Inc. - installed 2021-08-25)
  [Loaded] com.google.keystone.xpcservice.plist (Google, Inc. - installed 2021-08-25)

User Login Items:
  [Not Loaded] AmphetamineLoginHelper (App Store - installed 2021-06-11)
    Modern Login Item
    /Applications/Amphetamine.app

  [Not Loaded] ColorsHelpersApp (App Store - installed 2019-03-02)
    Modern Login Item
    /Applications/Colors.app/Contents/Library/LoginItems/ColorsHelpersApp.app

  [Not Loaded] Launcher Disabler (App Store - installed 2021-12-14)
    Modern Login Item
    /Applications/OneDrive.app/Contents/Library/LoginItems/Launcher Disabler.app

  [Not Loaded] OneDrive Launcher (App Store - installed 2021-12-14)
    Modern Login Item
    /Applications/OneDrive.app/Contents/Library/LoginItems/OneDrive Launcher.app

  [Not Loaded] LoginHelper (App Store - installed 2021-07-04)
    Modern Login Item
    /Applications/Owly.app/Contents/Library/LoginItems/LoginHelper.app

  [Loaded] RectangleLauncher (Ryan Hanson - installed 2021-03-09)
    Modern Login Item
    /Applications/Rectangle.app/Contents/Library/LoginItems/RectangleLauncher.app

  [Loaded] StartUpHelper (Spotify - installed 2020-08-31)
    Modern Login Item
    /Applications/Spotify.app/Contents/Library/LoginItems/StartUpHelper.app

  [Not Loaded] WhatsApp Login Helper (App Store - installed 2021-12-17)
    Modern Login Item
    /Applications/WhatsApp.app/Contents/Library/LoginItems/WhatsApp Login Helper.app

  [Not Loaded] DriveDxLoginItemHelper (Kirill Luzanov - installed 2021-04-10)
    Modern Login Item
    ~/Downloads/DriveDx.app/Contents/Library/LoginItems/DriveDxLoginItemHelper.app

3rd Party Preference Panes:
  FUSE (Benjamin Fleischer - installed 2018-12-18)

Backup:
  Time Machine Not Configured!

Performance:
  System Load: 1.81 (1 min ago) 1.52 (5 min ago) 1.42 (15 min ago)
  Nominal I/O speed: 0.03 MB/s
  File system: 25.92 seconds
  Write speed: 868 MB/s
  Read speed: 3071 MB/s

CPU Usage Snapshot:
  Type Overall
  System: 1 %
  User: 1 %
  Idle: 98 %

Top Processes Snapshot by CPU:
  Process (count) CPU (Source - Location)
  Other processes 10.22 % (?)
  EtreCheck 4.42 % (App Store)
  Spotify 0.50 % (Spotify)
  Safari 0.50 % (Apple)
  LogiMgrDaemon 0.45 % (Logitech Inc.)

Top Processes Snapshot by Memory:
  Process (count) RAM usage (Source - Location)
  EtreCheck 341 MB (App Store)
  Safari 164 MB (Apple)
  Spotlight 100 MB (Apple)
  suggestd 66 MB (Apple)
  System Information 65 MB (Apple)

Top Processes Snapshot by Network Use:
  Process (count) Input / Output (Source - Location)
  Other processes 19 MB / 8 MB (?)
  com.apple.WebKit.Networking.xpc 7 MB / 1 MB (Apple)
  Spotify 3 MB / 67 KB (Spotify)
  LogiMgrDaemon 34 KB / 31 KB (Logitech Inc.)
  homed 54 KB / 6 KB (Apple)

Virtual Memory Information:
  Physical RAM: 8 GB

  Free RAM: 104 MB
  Used RAM: 5.95 GB
  Cached files: 1.95 GB

  Available RAM: 2.05 GB
  Swap Used: 0 B

Software Installs (past 30 days):
  Install Date Name (Version)
  2021-12-11 GarageBand (10.4.5)
  2021-12-14 Core Services Application Configuration Data 12.0 (120.73)
  2021-12-14 OneDrive (21.230.1206)
  2021-12-16 XProtectPlistConfigData (2153)
  2021-12-17 WhatsApp (2.2147.16)
  2021-12-28 macOS 12.1 (12.1)
  2021-12-31 GoodNotes (5.7.57)

Diagnostics Information (past 7-30 days):
  2021-12-28 18:19:25 com.apple.WebKit.WebContent High CPU Use (2 times)
    Executable: /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent


End of report
 
Zurück
Oben Unten