And another one:

On 14.04.2010 10:33, Steven Shiau wrote:
> Yes, Thomas Tsai is working on the improvement of partclone.
> 
> Lukas,
> Please send us gprof results you have.
> Thanks.
> 
> Steven.
> 
> On 2010/4/14 下午 02:43, Lukas Grässlin wrote:
>> Regarding the perfmance of partclone: Look at the "on-the-fly
>> performance" Thread in this mailing list.
>>
>> Partclone does some odd things which slow down the speed. You can
>> improve this by saying not to use the gui. (I think this is in the
>> expert options). But it stills does stupid things, like calculating the
>> speed too often which resultes in high cpu load.
>>
>> Regards,
>> Lukas
>>
>> On 14.04.2010 06:39, Jorge Fábregas wrote:
>>> Hello Steven,
>>>
>>> I've been using Clonezilla happily for more than 2 years and I always used 
>>> the
>>> custom options and specifically partimage as the cloning tool.  Since 
>>> partimage
>>> seems to be a dead project (and no support for ext4) and considering that
>>> Clonezilla uses partclone as the default option I decided to use this.
>>>
>>> My observation was that partclone takes some more time.  When it started
>>> saving the partition, I wasn't sure what it was doing.  There was some
>>> progress indicator (percentage) (Generating bitmap..) and I after that it
>>> started again another progress indicator (I guess the actual creation of the
>>> image).  I'm a bit confused about these 2 steps as soon as partclone starts.
>>> Any tip will be appreciated. (just curious).
>>>
>>> Thanks for Clonezillla.
>>>
>>> Best regards,
>>> Jorge
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel® Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> Clonezilla-live mailing list
>>> Clonezilla-live@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live
>>
>>
> 


-- 
Lukas Grässlin

Collax GmbH . Basler Str. 115a . 79115 Freiburg . Germany

p: +49 (0) 89-990 157-23

Collax - Simply Linux.

Geschäftsführer: Boris Nalbach
AG München HRB 158898 * Ust.-IdNr: DE 814464942
Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ns/call  ns/call  name    
 40.00      0.04     0.04                             main
 20.00      0.06     0.02   688432    29.05    29.05  log_mesg
 20.00      0.08     0.02   131073   152.59   152.59  calculate_speed
 10.00      0.09     0.01   258121    38.74    67.80  io_all
 10.00      0.10     0.01   131073    76.29   228.88  Ncurses_progress_update
  0.00      0.10     0.00   131073     0.00     0.00  update_pui
  0.00      0.10     0.00    86039     0.00     0.00  crc32
  0.00      0.10     0.00        3     0.00     0.00  print_readable_size_str
  0.00      0.10     0.00        1     0.00     0.00  check_mem_size
  0.00      0.10     0.00        1     0.00     0.00  check_mount
  0.00      0.10     0.00        1     0.00    29.05  check_size
  0.00      0.10     0.00        1     0.00     0.00  close_ncurses
  0.00      0.10     0.00        1     0.00     0.00  close_pui
  0.00      0.10     0.00        1     0.00    67.80  get_image_bitmap
  0.00      0.10     0.00        1     0.00    29.05  get_partition_size
  0.00      0.10     0.00        1     0.00     0.00  open_log
  0.00      0.10     0.00        1     0.00     0.00  open_ncurses
  0.00      0.10     0.00        1     0.00     0.00  open_pui
  0.00      0.10     0.00        1     0.00    29.05  open_source
  0.00      0.10     0.00        1     0.00    29.05  open_target
  0.00      0.10     0.00        1     0.00     0.00  parse_options
  0.00      0.10     0.00        1     0.00     0.00  print_finish_info
  0.00      0.10     0.00        1     0.00   174.31  print_image_hdr_info
  0.00      0.10     0.00        1     0.00    29.05  print_partclone_info
  0.00      0.10     0.00        1     0.00     0.00  progress_init
  0.00      0.10     0.00        1     0.00    67.80  restore_image_hdr_sp
  0.00      0.10     0.00        1     0.00    58.10  sync_data

 %         the percentage of the total running time of the
time       program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
           listing.

calls      the number of times this function was invoked, if
           this function is profiled, else blank.
 
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
           else blank.

 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this 
           function is profiled, else blank.

name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
           the function in the gprof listing. If the index is
           in parenthesis it shows where it would appear in
           the gprof listing if it were to be printed.

                     Call graph (explanation follows)


granularity: each sample hit covers 4 byte(s) for 10.00% of 0.10 seconds

index % time    self  children    called     name
                                                 <spontaneous>
[1]    100.0    0.04    0.06                 main [1]
                0.01    0.02  131073/131073      Ncurses_progress_update [2]
                0.01    0.01  258119/258121      io_all [5]
                0.01    0.00  430210/688432      log_mesg [4]
                0.00    0.00       1/1           print_image_hdr_info [6]
                0.00    0.00       1/1           restore_image_hdr_sp [8]
                0.00    0.00       1/1           get_image_bitmap [7]
                0.00    0.00       1/1           sync_data [9]
                0.00    0.00       1/1           print_partclone_info [14]
                0.00    0.00       1/1           open_source [12]
                0.00    0.00       1/1           open_target [13]
                0.00    0.00       1/1           check_size [10]
                0.00    0.00  131073/131073      update_pui [15]
                0.00    0.00   86039/86039       crc32 [16]
                0.00    0.00       1/1           parse_options [25]
                0.00    0.00       1/1           open_log [22]
                0.00    0.00       1/1           open_pui [24]
                0.00    0.00       1/1           progress_init [27]
                0.00    0.00       1/1           print_finish_info [26]
                0.00    0.00       1/1           close_ncurses [20]
                0.00    0.00       1/1           close_pui [21]
                0.00    0.00       1/1           check_mem_size [18]
-----------------------------------------------
                0.01    0.02  131073/131073      main [1]
[2]     30.0    0.01    0.02  131073         Ncurses_progress_update [2]
                0.02    0.00  131073/131073      calculate_speed [3]
-----------------------------------------------
                0.02    0.00  131073/131073      Ncurses_progress_update [2]
[3]     20.0    0.02    0.00  131073         calculate_speed [3]
-----------------------------------------------
                0.00    0.00       1/688432      print_partclone_info [14]
                0.00    0.00       1/688432      open_target [13]
                0.00    0.00       1/688432      open_source [12]
                0.00    0.00       1/688432      get_partition_size [11]
                0.00    0.00       2/688432      sync_data [9]
                0.00    0.00       6/688432      print_image_hdr_info [6]
                0.01    0.00  258210/688432      io_all [5]
                0.01    0.00  430210/688432      main [1]
[4]     20.0    0.02    0.00  688432         log_mesg [4]
-----------------------------------------------
                0.00    0.00       1/258121      get_image_bitmap [7]
                0.00    0.00       1/258121      restore_image_hdr_sp [8]
                0.01    0.01  258119/258121      main [1]
[5]     17.5    0.01    0.01  258121         io_all [5]
                0.01    0.00  258210/688432      log_mesg [4]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[6]      0.0    0.00    0.00       1         print_image_hdr_info [6]
                0.00    0.00       6/688432      log_mesg [4]
                0.00    0.00       3/3           print_readable_size_str [17]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[7]      0.0    0.00    0.00       1         get_image_bitmap [7]
                0.00    0.00       1/258121      io_all [5]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[8]      0.0    0.00    0.00       1         restore_image_hdr_sp [8]
                0.00    0.00       1/258121      io_all [5]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[9]      0.0    0.00    0.00       1         sync_data [9]
                0.00    0.00       2/688432      log_mesg [4]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[10]     0.0    0.00    0.00       1         check_size [10]
                0.00    0.00       1/1           get_partition_size [11]
-----------------------------------------------
                0.00    0.00       1/1           check_size [10]
[11]     0.0    0.00    0.00       1         get_partition_size [11]
                0.00    0.00       1/688432      log_mesg [4]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[12]     0.0    0.00    0.00       1         open_source [12]
                0.00    0.00       1/688432      log_mesg [4]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[13]     0.0    0.00    0.00       1         open_target [13]
                0.00    0.00       1/688432      log_mesg [4]
                0.00    0.00       1/1           check_mount [19]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[14]     0.0    0.00    0.00       1         print_partclone_info [14]
                0.00    0.00       1/688432      log_mesg [4]
-----------------------------------------------
                0.00    0.00  131073/131073      main [1]
[15]     0.0    0.00    0.00  131073         update_pui [15]
-----------------------------------------------
                0.00    0.00   86039/86039       main [1]
[16]     0.0    0.00    0.00   86039         crc32 [16]
-----------------------------------------------
                0.00    0.00       3/3           print_image_hdr_info [6]
[17]     0.0    0.00    0.00       3         print_readable_size_str [17]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[18]     0.0    0.00    0.00       1         check_mem_size [18]
-----------------------------------------------
                0.00    0.00       1/1           open_target [13]
[19]     0.0    0.00    0.00       1         check_mount [19]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[20]     0.0    0.00    0.00       1         close_ncurses [20]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[21]     0.0    0.00    0.00       1         close_pui [21]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[22]     0.0    0.00    0.00       1         open_log [22]
-----------------------------------------------
                0.00    0.00       1/1           open_pui [24]
[23]     0.0    0.00    0.00       1         open_ncurses [23]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[24]     0.0    0.00    0.00       1         open_pui [24]
                0.00    0.00       1/1           open_ncurses [23]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[25]     0.0    0.00    0.00       1         parse_options [25]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[26]     0.0    0.00    0.00       1         print_finish_info [26]
-----------------------------------------------
                0.00    0.00       1/1           main [1]
[27]     0.0    0.00    0.00       1         progress_init [27]
-----------------------------------------------

 This table describes the call tree of the program, and was sorted by
 the total amount of time spent in each function and its children.

 Each entry in this table consists of several lines.  The line with the
 index number at the left hand margin lists the current function.
 The lines above it list the functions that called this function,
 and the lines below it list the functions this one called.
 This line lists:
     index      A unique number given to each element of the table.
                Index numbers are sorted numerically.
                The index number is printed next to every function name so
                it is easier to look up where the function in the table.

     % time     This is the percentage of the `total' time that was spent
                in this function and its children.  Note that due to
                different viewpoints, functions excluded by options, etc,
                these numbers will NOT add up to 100%.

     self       This is the total amount of time spent in this function.

     children   This is the total amount of time propagated into this
                function by its children.

     called     This is the number of times the function was called.
                If the function called itself recursively, the number
                only includes non-recursive calls, and is followed by
                a `+' and the number of recursive calls.

     name       The name of the current function.  The index number is
                printed after it.  If the function is a member of a
                cycle, the cycle number is printed between the
                function's name and the index number.


 For the function's parents, the fields have the following meanings:

     self       This is the amount of time that was propagated directly
                from the function into this parent.

     children   This is the amount of time that was propagated from
                the function's children into this parent.

     called     This is the number of times this parent called the
                function `/' the total number of times the function
                was called.  Recursive calls to the function are not
                included in the number after the `/'.

     name       This is the name of the parent.  The parent's index
                number is printed after it.  If the parent is a
                member of a cycle, the cycle number is printed between
                the name and the index number.

 If the parents of the function cannot be determined, the word
 `<spontaneous>' is printed in the `name' field, and all the other
 fields are blank.

 For the function's children, the fields have the following meanings:

     self       This is the amount of time that was propagated directly
                from the child into the function.

     children   This is the amount of time that was propagated from the
                child's children to the function.

     called     This is the number of times the function called
                this child `/' the total number of times the child
                was called.  Recursive calls by the child are not
                listed in the number after the `/'.

     name       This is the name of the child.  The child's index
                number is printed after it.  If the child is a
                member of a cycle, the cycle number is printed
                between the name and the index number.

 If there are any cycles (circles) in the call graph, there is an
 entry for the cycle-as-a-whole.  This entry shows who called the
 cycle (as parents) and the members of the cycle (as children.)
 The `+' recursive calls entry shows the number of function calls that
 were internal to the cycle, and the calls entry for each member shows,
 for that member, how many times it was called from other members of
 the cycle.


Index by function name

   [2] Ncurses_progress_update [11] get_partition_size    [25] parse_options
   [3] calculate_speed (progress.c) [5] io_all            [26] print_finish_info
  [18] check_mem_size          [4] log_mesg                [6] 
print_image_hdr_info
  [19] check_mount             [1] main                   [14] 
print_partclone_info
  [10] check_size             [22] open_log               [17] 
print_readable_size_str
  [20] close_ncurses          [23] open_ncurses           [27] progress_init
  [21] close_pui              [24] open_pui                [8] 
restore_image_hdr_sp
  [16] crc32                  [12] open_source             [9] sync_data
   [7] get_image_bitmap       [13] open_target            [15] update_pui
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Clonezilla-live mailing list
Clonezilla-live@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to