Skip to content

ChefKissInc/DiskDbg

Repository files navigation

DiskDbg

A utility that captures the dmesg, ioreg and AGDCDiagnose output periodically to files in /Library/Logs.

Usage guide

Install the package.

To enable, run the following command:

sudo launchctl load -w /Library/LaunchDaemons/org.ChefKiss.DiskDbg.plist

The service will constantly gather logs in the background; leave enabled ONLY during debugging.

To disable, run the following command:

sudo launchctl unload -w /Library/LaunchDaemons/org.ChefKiss.DiskDbg.plist

To uninstall, run the following command:

curl -L https://raw.githubusercontent.com/ChefKissInc/DiskDbg/refs/heads/master/uninstall.sh | sudo bash

About

Launch service that saves the dmesg, ioreg and AGDCDiagnose in realtime for debugging purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors