Why use OpenSRE in combination with Bash
Many scientific or data pipelines rely on simple shell scripts that lack structured logging. OpenSRE automatically adds observability:- Traces every subprocess (even background jobs)
- Captures CPU, memory, and I/O usage for each command
- Provides a single timeline of all steps
- Enables root-cause debugging for failures or stalls
- Works for scripts, loops, and complex shell pipelines
Getting started
Prerequisites
- Bash 4.0 or higher
- OpenSRE installed on your operating system
Just run your pipeline, OpenSRE will automatically attach
If OpenSRE is already installed on your operating system, you only need to enable the OpenSRE agent for pipelines that have not been run with OpenSRE before.In that case, run the following command:
Go to our onboarding to get your own personal token
Examples
Run a Bash script under OpenSRE:
Watch your pipeline run in the OpenSRE dashboard
View real-time metrics, resource usage, and performance insights for your pipeline runs.