Changes

Jump to navigation Jump to search
779 bytes added ,  18:56, 24 January 2019
Line 134: Line 134:  
'''Summary:''' Implement image view and manipulation in Go
 
'''Summary:''' Implement image view and manipulation in Go
 
   
 
   
CRIU's checkpoint images are stored on disk using protobuf. For easier analysis of checkpoint files CRIU has a tool called [[CRIT|CRiu Image Tool (CRIT)]].
+
CRIU's checkpoint images are stored on disk using protobuf. For easier analysis of checkpoint files CRIU has a tool called [[CRIT|CRiu Image Tool (CRIT)]]. It can display/decode CRIU image files from binary protobuf to JSON as well as encode JSON files back to the binary format. With closer integration of CRIU in container runtimes it becomes important to be able to view the CRIU output files. Either for manipulation before restoring or for reading checkpoint statistics (memory pages written to disk, memory page skipped, process downtime).
 +
 
 +
Currently CRIT is implemented in Python, for easier integration in other Go projects it is important to have image manipulation and analysis available from GO. This means we need a Go based library to read/modify/write/encode/decode CRIU's image files. Based on this library a Go based implementation of CRIT would be useful.
    
'''Links:'''
 
'''Links:'''
* Wiki links to relevant material
+
* [[CRIT]]
* External links to mailing lists or web sites
+
* Possible use case see LXD: https://github.com/lxc/lxd/blob/cb55b1c5a484a43e0c21c6ae8c4a2e30b4d45be3/lxd/migrate_container.go#L179
 
   
 
   
 
'''Details:'''
 
'''Details:'''
79

edits

Navigation menu