# MSTAT
Record the memory usage of a process over time.
# How to use MSTAT```shellmstat <pid_here>```## Plotting
Requires `gnuplot` to be installed
```shellmstat_plot <pid_here>.mstat```## CSV export```shellmstat_export <pid_here>.mstat > data.csv```