criu/lib/py
Pavel Emelyanov 4ead159258 crit: Show no payload for image objects
In some images there can be quite a long "payload" -- some
raw data that is represented by base64 encoding. If we want
to explore huge images reading tons of base64 symbols can
be quite time consuming :) E.g. I a 1.5 gigs image with sysv
shmem was sent to me some time ago for investigation %)

So here is the --nopl argument for show action (decode should
produce encode-able image, so payload there is needed) that
just shows the amount of bytes in payload (if any).

Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-05-30 13:47:54 +03:00
..
images crit: Show no payload for image objects 2016-05-30 13:47:54 +03:00
.gitignore build: pycriu -- Move into lib/py 2016-02-19 14:32:19 +03:00
__init__.py build: pycriu -- Move into lib/py 2016-02-19 14:32:19 +03:00
criu.py build: pycriu -- Move into lib/py 2016-02-19 14:32:19 +03:00
Makefile build: pycriu -- Move into lib/py 2016-02-19 14:32:19 +03:00