Changes

71 bytes added ,  16:55, 25 July 2022
Update show command to use crit
Line 1: Line 1: −
CRIU generates a set of <code>stats-<type></code> files that contain statistics about how dump/restore went. These files are in google-protocol-buffers format, just like the [[images]] are, and can be viewed using the <code>criu show -f [FILE]</code> command.
+
CRIU generates a set of <code>stats-<type></code> files that contain statistics about how dump/restore went. These files are in google-protocol-buffers format, just like the [[images]] are, and can be viewed using the <code>crit show [FILE]</code> command (<code>criu show -f [FILE]</code> in previous versions).
    
== Dump/Pre-dump stats ==
 
== Dump/Pre-dump stats ==
Line 37: Line 37:     
;<code>pages_compared</code>
 
;<code>pages_compared</code>
:Number of pages compered for being COW-ed
+
:Number of pages compared for being COW-ed
    
;<code>pages_skipped_cow</code>
 
;<code>pages_skipped_cow</code>
 
:Number of pages, restoration of which was skipped due to COW setup
 
:Number of pages, restoration of which was skipped due to COW setup
 +
 +
[[Category:API]]
5

edits