This is an old revision of the document!
01. [20p] Monitor system's memory with vmstat
Write a script (any language, preferably python) that allocates approximately 1GB of memory, and keeps it allocated until receiving an input from the user (e.g. pressing a key in the terminal).
Observe the effect of your script on the system's memory by using the vmstat command.