[CRIU] [RFC][PATCH 0/3] Add crit x (explore) action

Pavel Emelyanov xemul at parallels.com
Mon Dec 14 03:52:18 PST 2015


On 12/14/2015 02:45 PM, Cyrill Gorcunov wrote:
> On Mon, Dec 14, 2015 at 02:36:39PM +0300, Pavel Emelyanov wrote:
>>>
>>> Maybe it worth to look into curses library?
>>
>> The curses is to draw nice ascii-windows, get keyboard events from
>> user and alike. What explore does is just prints some simple tables
>> with cumulative info get from images. How do you suggest to use
>> curses for this?
> 
> I think we may use curses to interactively explore the complete set.
> On top level we see the root (ie ids), then by clicking "enter" we
> might show a list of attached resources. Just an idea.

Ah, I see. That's not a true explore :) That's just a handy way to see
the existing images. BTW, you can put the result of crit show into
http://jsonviewer.stack.hu/ and see the images this way ;)

The intention of x action is to merge data from several image files
together or reshuffle the data from one image in a non-table form
and show it.

-- Pavel


More information about the CRIU mailing list