Changes between Version 24 and Version 25 of Doc/Tools/cpu_Monitoring_and_DMT


Ignore:
Timestamp:
02/09/22 16:59:41 (2 years ago)
Author:
edupont
Comment:

Added command and precised screen usage - and how to identify number of inodes

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Tools/cpu_Monitoring_and_DMT

    v24 v25  
    118118The script running 'ccc_tree' with the proper inputs is 'script_v2_manual.sh'. It can take a while to execute therefore it should be launched from IRENE computer in a screen session.  
    119119 - `screen -S ccc_tree_session` 
     120 - `module switch dfldatadir/gencmip6 ` 
    120121 - `bash $GENCMIP6_CCCHOME/../dupontel/tests_DMP/script_v2_manual.sh` then provide the appropriate path and file name (without the date) for the script to log the correct outputs of the ccc_tree command. 
    121  - `exit` to quit the screen session.  
     122 - `Ctrl + a -- d ` to detach the screen session.  
    122123 
    123124 Here the screen session is used to be able to logout from TGCC if the process istaking to long. 
    124125 
    125126You should check if the thredds_cp command was ran correctly. If your output path was $GENCMIP6_CCCWORKDIR/raw_logs, does your output file has 2 inodes, and does it exists on your thredds/work directory ? 
     127 
     128{{{#!div style="font-size: 80%" 
     129ls -l $GENCMIP6_CCCWORKDIR/raw_logs output  : 
     130  {{{#!bash 
     131  -rw-r--r-- 2 <user> <group>  <size> <date> <filename> 
     132  }}} 
     133}}} 
     134 
     135 
     136{{{#!div style="font-size: 80%" 
     137Instead of : 
     138  {{{#!bash 
     139  -rw-r--r-- 1 <user> <group>  <size> <date> <filename> 
     140  }}} 
     141}}} 
     142 
     143 
    126144 
    127145If not you should re-run the last 'thredds_cp' of the 'script_v2_manual.sh' script.