Changes

Jump to navigation Jump to search
484 bytes added ,  18:13, 30 August 2016
added "Limitations", mention -o and -v options for 'criu page-server'
Line 35: Line 35:  
First, run a page server on a destination node:
 
First, run a page server on a destination node:
   −
  [dst]# criu page-server --images-dir $DIR --port $PORT [--auto-dedup]
+
  [dst]# criu page-server --images-dir $DIR --port $PORT [--auto-dedup] [...]
    
The options are:
 
The options are:
Line 47: Line 47:  
; --auto-dedup
 
; --auto-dedup
 
: Perform auto deduplication of images. Useful with iterative memory dumps.
 
: Perform auto deduplication of images. Useful with iterative memory dumps.
 +
 +
Some other general options might also be useful, such as:
 +
 +
; -o|--logfile $FILE
 +
: A file to write log to.
 +
 +
; -v$N|-vvv[..]
 +
: Set logging level (verbosity). For example, <code>-v4</code> (or <code>-vvvv</code>, which means the same) enables tons of debug info.
    
=== criu pre-dump/dump ===
 
=== criu pre-dump/dump ===
Line 64: Line 72:     
To view an example video of using a page server, please go to https://asciinema.org/a/15847.
 
To view an example video of using a page server, please go to https://asciinema.org/a/15847.
 +
 +
== Limitations ==
 +
 +
* Currently it only works via TCP
 +
* DNS names are not resolved for <code>--address</code> argument, only IP addresses are allowed
 +
* No encryption, no compression, data is passed over network as is
    
== See also ==
 
== See also ==

Navigation menu