aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a9a1943d8488d09a95ba43babd548ce624262712 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# MSTAT

Record the memory usage of a process over time.

# How to use MSTAT

```shell
mstat <pid_here>
```

## Plotting

Requires `gnuplot` to be installed

```shell
mstat_plot <pid_here>.mstat
```

## CSV export

```shell
mstat_export <pid_here>.mstat > data.csv
```