This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env zsh | |
| # macOS Resource Sampler | |
| # Version: 1.1 | |
| # This script samples system resources over a specified duration and reports averages. | |
| # | |
| # NOTE: Useful for measuring potential differentials in performance with different services disabled / enabled on macOS. | |
| # Default values | |
| DURATION=600 # 10 minutes |
OlderNewer