Changes

Jump to navigation Jump to search
183 bytes added ,  10:43, 6 December 2012
Reformatted text to be more structured
Line 1: Line 1:  
The criu utility dumps the state of processes/containers into a set of image files. This article describes the format of them.
 
The criu utility dumps the state of processes/containers into a set of image files. This article describes the format of them.
   −
== General format description ==
+
== Types of image files ==
 +
 
 +
CRIU images can be in one of formats
 +
 
 +
* crtools specific images in google protocol buffer format (PB format)
 +
* crtools specific images with binary data in it
 +
* image files in 3rd party format
 +
 
 +
== crtools-specific format description ==
   −
Most of the crtools image files begin with 32-bit magic cookie followed by zero or more entries of the same type (not size!). Most of the entries are encoded in the Google Protocol Buffers format and each is preceded with 32-bit entry size value (not including this 32-bit value itself). Optionally each entry may be followed by extra payload which depends on the entry type.
+
All crtools-specific image files begin with 32-bit magic cookie. Images in PB format are followed by zero or more entries of the same type (not size!), each entry is preceded with 32-bit entry size value (not including this 32-bit value itself). Optionally each entry may be followed by extra payload which depends on the entry type.
   −
IOW image files look like
+
IOW protocol-buffers image files look like
    
<pre>
 
<pre>
Line 19: Line 27:  
The amount of entries in a image file depends on the type of file.
 
The amount of entries in a image file depends on the type of file.
   −
== Types of image files ==
+
== Types of image files with PB data  ==
   −
Images encoded with ProtocolBuffers can be one of
+
Such images can be one of
    
; Array image files
 
; Array image files
Line 104: Line 112:  
  |}
 
  |}
   −
There are, however, images which are not in ProtocolBuffers.
+
== Images with binary crtools data ==
 +
 
 +
These are
    
; Memory dumps
 
; Memory dumps

Navigation menu