diff --git a/computerScience/operatingSystems/memoryManagementBasicNotes.md b/computerScience/operatingSystems/memoryManagementBasicNotes.md new file mode 100644 index 0000000000..9dfc7671ff --- /dev/null +++ b/computerScience/operatingSystems/memoryManagementBasicNotes.md @@ -0,0 +1,11 @@ +# Memory Management Basic Notes + +## Tools + +### vmstat + +check usage of virtual memory and swap region + +```sh +$ vmstat 2 +```