Skip to content

Commit

Permalink
add(memory - vmstat): grasp 'vmstat' linux tool
Browse files Browse the repository at this point in the history
issue #104
  • Loading branch information
sabertazimi committed Jan 16, 2018
1 parent 00cc2c9 commit 3375be2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions computerScience/operatingSystems/memoryManagementBasicNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Memory Management Basic Notes

## Tools

### vmstat

check usage of virtual memory and swap region

```sh
$ vmstat 2
```

0 comments on commit 3375be2

Please sign in to comment.