Changes

Jump to navigation Jump to search
188 bytes added ,  20:34, 6 October 2018
Reduce size of diagram
Line 14: Line 14:  
<pre>
 
<pre>
 
dst_node# criu image-cache -d --port <port>
 
dst_node# criu image-cache -d --port <port>
src_node# criu image-proxy -d --port <port> --address <dat_node>
+
src_node# criu image-proxy -d --port <port> --address <dst_node>
 
src_node# criu dump -t <pid> --remote
 
src_node# criu dump -t <pid> --remote
 
dst_node# criu restore --remote
 
dst_node# criu restore --remote
 
</pre>
 
</pre>
 +
 +
[[File:CRIU-Remote.png|480px]]
    
== Image Cache ==
 
== Image Cache ==
   −
The option's syntax is <code>image-cache -d --port</code>.
+
The option's syntax is <code>image-cache -d --port <port></code>.
    
== Image Proxy ==
 
== Image Proxy ==
   −
The option's syntax is <code>image-proxy -d --port --address $dst_node</code>.
+
The option's syntax is <code>image-proxy -d --port <port> --address <dst_node></code>.
 +
 
 +
== Video ==
 +
 
 +
To view an example video of process migration via Unix socket, please go to https://asciinema.org/a/GFurArJS1swuZQ5ptE7kW69E4.
    
[[Category:Live Migration]]
 
[[Category:Live Migration]]
 
[[Category:Experimental]]
 
[[Category:Experimental]]
277

edits

Navigation menu