sudo tracer init --token <token>) and then run your pipeline or script on macOS. You can even use sudo tracer demo on macOS to execute an example Nextflow pipeline (FastQuorum). Once running, the Tracer dashboard will display the pipeline run, showing available performance and cost insights.
Steps to get started:
-
Install Tracer on macOS: Execute
curl -sSL https://install.tracer.cloud | shas shown on the macOS docs. -
Initialize Tracer: Run
sudo tracer init --token <your-token>. You will be prompted to name the pipeline, which ensures each run is tracked. -
Run your pipeline or demo: Start your workflow (e.g. via your usual command or
tracer demoto launch a sample pipeline). The agent will trace the processes started on your Mac. - Monitor in Dashboard: Open the Tracer dashboard to observe the pipeline. Even on macOS you can see the execution steps and resource usage (with the caveat that kernel-level metrics may be unavailable).