From e1b0b5e518104f7aeaefa41cf35c81e08771588c Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Thu, 28 Oct 2010 22:58:21 +0000 Subject: [PATCH] created time page --- wiki/Time.wiki | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wiki/Time.wiki diff --git a/wiki/Time.wiki b/wiki/Time.wiki new file mode 100644 index 00000000..f013f33a --- /dev/null +++ b/wiki/Time.wiki @@ -0,0 +1,14 @@ +#summary this page collects references on scaling time for network emulation + +This page collects references on scaling time for network emulation. + += References = + + * DieCast - _time dilation_ + Modified Xen hypervisor to make time appear slower to guest OS.
+ http://www.usenix.org/event/nsdi08/tech/gupta.html
+ http://cseweb.ucsd.edu/~kyocum/pubs/P2P-2009.pdf + + * Linux Time namespace + Add a time namespace to the Linux kernel, allowing for gettimeofday() offsets.
+ http://lkml.indiana.edu/hypermail/linux/kernel/0604.1/1225.html \ No newline at end of file