Skip to content

Commit

Permalink
update(memory - pmap): grasp 'pmap' tool
Browse files Browse the repository at this point in the history
issue #104
  • Loading branch information
sabertazimi committed Jan 17, 2018
1 parent 3375be2 commit 2fbedcb
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ check usage of virtual memory and swap region
```sh
$ vmstat 2
```

### pmap

check detailed usage of memory

```sh
$ pmap PID
```

0 comments on commit 2fbedcb

Please sign in to comment.