Created
February 17, 2013 06:11
-
-
Save danhper/4970406 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> % echo 3 | _ tee /proc/sys/vm/drop_caches | |
3 | |
-> % cat /proc/meminfo | grep -i memfree | |
MemFree: 5603952 kB | |
-> % time diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > k06+ccheck+reset.patch | |
diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > 1.51s user 2.93s system 21% cpu 20.849 total | |
-> % cat /proc/meminfo | grep -i memfree | |
MemFree: 4674268 kB | |
-> % time diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > k06+ccheck+reset.patch | |
diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > 0.59s user 0.32s system 98% cpu 0.919 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment