[ad_1]
I’m attempting to run iotop
to be able to see realtime disk utilization stats. I disabled System Integrity Safety for dtrace by booting into Restoration Mode and working
csrutil disable
csrutil allow --without dtrace
This appears to have labored. Now again in person mode, I see the next (emphasis mine):
$> csrutil standing
System Integrity Safety standing: unknown (Customized Configuration).
Configuration:
Apple Inner: disabled
Kext Signing: enabled
Filesystem Protections: enabled
Debugging Restrictions: enabled
DTrace Restrictions: **disabled**
NVRAM Protections: enabled
BaseSystem Verification: enabled
Boot-arg Restrictions: enabled
Kernel Integrity Protections: disabled
Authenticated Root Requirement: enabled
That is an unsupported configuration, prone to break sooner or later and depart your machine in an unknown state.
Nonetheless, working sudo iotop
nonetheless ends in a dtrace probe specifier error:
$> sudo iotop
dtrace: invalid probe specifier
...
...
...
: in motion checklist: didn't resolve : Unknown variable title
What different steps must be taken to let iotop work on an M1 mac?
System particulars:
- Monterey model 12.0.1
- Chip: Apple M1 Professional
[ad_2]