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 9:
Line 9:
;<code>frozen_time</code>
;<code>frozen_time</code>
−
:Time tasks were in frozen state
+
:Time tasks were in frozen state. This time includes <code>memdump_time</code> and <code>memwrite_time</code>.
;<code>memdump_time</code>
;<code>memdump_time</code>
−
:Time criu spent grabbing required pages out of processes. This time does ''not'' include the next time
+
:Time criu spent grabbing required pages out of processes. This time includes <code>memwrite_time</code>.