Changes between Initial Version and Version 1 of Ticket #1530


Ignore:
Timestamp:
Mar 31, 2017, 12:32:03 PM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1530 – Description

    initial v1  
    1313
    1414`.pprof` files are CPU profiling results, and `.heap` are the HEAP memory profiling results. These files can be analyzed with `pprof`, e.g:
    15 ```
     15{{{
    1616pprof --gv $RMANHOME/bin/rasserver /tmp/rasdaman_query_select.XXXXXX.0022.heap
    17 ```
     17}}}