# [View raw benchmark results and generated plots](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/4-open-results-directory/)

## In this learning path

- [Introduction](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/)
- [Set up Performix and the target machine](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/1-setup/)
- [Benchmark your platform with System Characterization](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/2-run-system-characterization/)
- [View benchmark results in the Performix UI](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/3-view-data-in-performix/)
- [View raw benchmark results and generated plots](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/4-open-results-directory/)
- [Next Steps](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/_next-steps/)

## Open the System Characterization results directory
Arm Performix also provides a link to the underlying Arm System Characterization Tool run directory. By following this link, you can inspect plots that are not yet available in the GUI. You can also access the underlying `\.json` data files for integration with other tools.

Select the **Open Run Directory** button on the **Summary** page of your run.

![Summary view with the Open Run Directory button](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/report-generated.webp)  
*Summary view with the Open Run Directory button*

This opens a file browser that contains `\.png` and `\.json` files for the various benchmarks.

![File browser showing ASCT benchmark output files](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/run-directory.webp)  
*File browser showing ASCT benchmark output files*

## Inspect the generated plots

### Latency sweep
The latency sweep plot shows how the size of a memory access pattern affects memory latency. Red bars indicate the points at which different cache levels become active.

![Latency sweep plot showing cache-level transitions](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/latency-sweep-plot.webp)  
*Latency sweep plot showing cache-level transitions*

### Bandwidth sweep
The bandwidth sweep plot shows how certain memory access sizes can significantly affect system memory bandwidth. The results are saved in `bandwidth.png`.

![Bandwidth sweep plot across data sizes](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/bandwidth-sweep-plot.webp)  
*Bandwidth sweep plot across data sizes*

### Core-to-core latency
The `core_latency_heatmap_local.png` plot shows a color-coded heatmap of which core combinations incur higher latency.

![Core-to-core latency heatmap showing high-latency core pairs](https://learn.arm.com/learning-paths/servers-and-cloud-computing/performix-system-characterization/core-to-core-latency-plot.webp)  
*Core-to-core latency heatmap showing high-latency core pairs*

## What you’ve learned
You’ve viewed the plots and raw data files generated by the Arm System Characterization Tool.

You’re now ready to analyze and optimize your own platform with Arm Performix and the Arm System Characterization Tool recipe.
