Quick Start
Get Started in Just 3 Simple Steps!
Start optimizing and saving with zymtrace in no time.
Step 1: Add the zymtrace Helm repository
To get started, add the zymtrace Helm repository by running the following command:
helm repo add zymtrace https://helm.zystem.io
To verify and list available charts and versions, use:
helm search repo zymtrace --versions
Step 2: Install the backend components
Deploy the backend components using Helm:
helm install backend zymtrace/backend \
--namespace zymtrace \
--create-namespace \
--set global.registry.username=<username> \
--set global.registry.password=<password>
Replace <username>
and <password>
with the credentials we've provided.
Step 3: Install the profiler as a daemonSet
Deploy the profiler as a DaemonSet using the following command:
helm install profiler zymtrace/profiler \
--create-namespace \
--namespace zymtrace-local \
--set profiler.args.disable-tls=true
We also have a binary exec version of the zymtrace profiler.
Start Using zymtrace: Efficiency IQ
Once deployed, access the Efficiency IQ page for a high-level overview of your fleet's performance. From this view, you can quickly spot performance spikes and identify emerging usage patterns, allowing you to optimize your system effectively. You can also navigate to flamegraphs and functions page from the
You're all set!
📐 Architecture
Learn about zymtrace's architecture and components
✨ Install zymtrace Backend
Deploy zymtrace backend
⚡ Install zymtrace Profiler
Install zymtrace agent with Helm, Kubernetes manifests, Docker...
🚀 Using zymtrace
Learn how to use zymtrace to optimize GPU & CPU workloads