Ignore:
Timestamp:
10/17/14 14:40:56 (10 years ago)
Author:
sdipsl
Message:

Change attribute names related to instrumentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r1090 r1094  
    785785  fi 
    786786 
    787   #instrumentationContent=$( echo "\"act\":\"${actionType}\",\"sz\":\"${entitySizeMo}\",\"ms\":\"${diff_ms}\",\"fx(ko)\":\"${flux_Ko_s}\",\"fx(mo)\":\"${flux_Mo_s}\",\"nm\":\"${name}\",\"dirSource\":\"${dirFrom}\",\"dirOut\":\"${dirTo}\"" ) 
    788  
    789   instrumentationContent=$( echo "\"actionName\":\"${actionType}\",\"size\":\"${entitySizeMo}\",\"duration\":\"${diff_ms}\",\"dirFrom\":\"${dirFrom}\",\"dirTo\":\"${dirTo}\"" ) 
    790  
    791   #echo "==>act:${actionType}|sz:${entitySizeMo}|ms:${diff_ms}|fx(ko):${flux_Ko_s}|fx(mo):${flux_Mo_s}|nm:${name}|dirSource:${dirFrom}|dirOut:${dirTo}" 
    792  
    793   echo ${instrumentationContent} 
     787  instrumentationContent=$( echo "\"actionName\":\"${actionType}\",\"size_Mo\":\"${entitySizeMo}\",\"duration_ms\":\"${diff_ms}\",\"throughput_Mo_s\":\"${flux_Mo_s}\",\"dirFrom\":\"${dirFrom}\",\"dirTo\":\"${dirTo}\"" ) 
     788 
     789  echo "{${instrumentationContent}}" 
    794790 
    795791  # Inform the rabbitMQ queue 
Note: See TracChangeset for help on using the changeset viewer.