Ubuntu Pastebin

Paste from paelzer at Fri, 6 Jan 2017 10:25:53 +0000

Download as text
1
2
3
4
5
6
7
#!/bin/bash
cat /proc/meminfo
sync
echo 3 > /proc/sys/vm/drop_caches
cat /proc/meminfo
stress-ng --vm 2 --vm-bytes 800M --vm-keep --vm-populate --timeout 30s --metrics-brief
cat /proc/meminfo
Download as text