top of page
Understand the Performance Potential of your Spark Workloads
The Workload Analyzer CLI (wacli) helps you evaluate how your Spark jobs could perform on the Speedata APU, using your own Spark logs.
Analyze Spark log files locally - no data ever leaves your environment.
Handles large log sets spanning long time periods
Generate text-based HTML, or JSON output reports for deeper analysis.
Use your own data securely and privately.
wacli \
-b 'net=10,storagebw=10,localbw=25' \
-o html -0 ~/wa/out-single \
"$LOG_FILE"
Simple
Command-Line Workflow
step 1
Download the Installation Guide and use the CLI for your platform.
step 2
Run the CLI on your Spark log directory.
step 3
Review your results in the terminal or open the generated HTML file.
Review your Results

bottom of page
