mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +00:00
No description
blcrcheckpointcontainercontainerscriudmtcphighly-availablelinuxmemory-trackingmigrationparasitepost-copyrestoresnapshotsuspenduserfaultfdzero-downtime
Currently criu writes dump/restore statistics to a file. This patch adds the option '--display-stats' which additionally displays the same information on the console: # criu dump --display-stats -D /tmp/cp -t <PID> Displaying dump stats: Freezing time: 133 us Frozen time: 135173 us Memory dump time: 114760 us Memory write time: 85107 us IRMAP resolve time: 0 us Memory pages scanned: 2099 (0x833) Memory pages skipped from parent: 0 (0x0) Memory pages written: 1052 (0x41c) # criu restore --display-stats -D /tmp/cp Displaying restore stats: Pages compared: 0 (0x0) Pages skipped COW: 0 (0x0) Pages restored: 51227 (0xc81b) Restore time: 57428 us Forking time: 51473 us v2: - fix compile failure on 32bit ARM travis-ci: success for Added option to display dump/restore stats (rev2) Signed-off-by: Adrian Reber <areber@redhat.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> |
||
|---|---|---|
| contrib | ||
| coredump | ||
| crit | ||
| criu | ||
| Documentation | ||
| images | ||
| include/common | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .mailmap | ||
| .travis.yml | ||
| COPYING | ||
| CREDITS | ||
| INSTALL.md | ||
| Makefile | ||
| Makefile.install | ||
| Makefile.versions | ||
| README.md | ||
CRIU (Checkpoint and Restore in Userspace)
An utility to checkpoint/restore tasks. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space.
The project home is at http://criu.org.
Pages worth starting with are:
- Kernel configuration, compilation, etc
- A simple example of usage
- More sophisticated example with graphical app
A video tour on basic CRIU features
How to contribute
- How to submit patches;
- Send all bug reports to mailing list;
- Spread the word about CRIU in social networks;
