Changeset 225
- Timestamp:
- 12/07/06 14:42:18 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/message-handling-refactor-branch/bin/run-clear-system.sh
r221 r225 15 15 del_dirs $TRANSACTION_DIR/open_transactions open_transactions 16 16 del_dirs $TRANSACTION_DIR/closed_transactions closed_transactions 17 del_dirs $MESSAGE_DIR $(basename $MESSAGE_DIR) 18 del_dirs $CONVERSATION_DIR $(basename $CONVERSATION_DIR) 17 # del_dirs $MESSAGE_DIR/Coronation $(basename $MESSAGE_DIR) 18 del_dirs $MESSAGE_DIR/Coronation Coronation 19 del_dirs $MESSAGE_DIR/Gnaraloo Gnaraloo 20 del_dirs $CONVERSATION_DIR/Coronation Coronation 21 del_dirs $CONVERSATION_DIR/Gnaraloo Gnaraloo 19 22 del_files $TEMP_FILE_DIR 20 23 branches/message-handling-refactor-branch/bin/run-statistics.sh
r222 r225 22 22 echo -n "Coronation number ebXML messages : " 23 23 ls -A $MESSAGE_DIR/Coronation | wc -l 24 echo -n "Coronation number conversations : " 25 ls -A $CONVERSATION_DIR/Coronation | wc -l 26 echo -n "Coronation outgoing directives : " 27 ls -A $SPOOL_DIR/coronation/outgoing/directives | wc -l 24 28 echo -n "Coronation incoming directives : " 25 29 ls -A $SPOOL_DIR/coronation/incoming/directives | wc -l … … 31 35 echo -n "Gnaraloo number ebXML messages : " 32 36 ls -A $MESSAGE_DIR/Gnaraloo | wc -l 37 echo -n "Gnaraloo number conversations : " 38 ls -A $CONVERSATION_DIR/Gnaraloo | wc -l 39 echo -n "Gnaraloo outgoing directives : " 40 ls -A $SPOOL_DIR/gnaraloo/outgoing/directives | wc -l 33 41 echo -n "Gnaraloo incoming directives : " 34 42 ls -A $SPOOL_DIR/gnaraloo/incoming/directives | wc -l
