# MSTAT Record the memory usage of a process over time. # How to use MSTAT ```shell mstat ``` ## Plotting Requires `gnuplot` to be installed ```shell mstat_plot .mstat ``` ## CSV export ```shell mstat_export .mstat > data.csv ```