Changeset 222
- Timestamp:
- 12/06/06 14:20:21 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/message-handling-refactor-branch/bin/run-statistics.sh
r220 r222 20 20 ls -A /var/run/hefeweizen/tmp/ | wc -l 21 21 echo 22 echo -n "Coronation incoming directives: " 22 echo -n "Coronation number ebXML messages : " 23 ls -A $MESSAGE_DIR/Coronation | wc -l 24 echo -n "Coronation incoming directives : " 23 25 ls -A $SPOOL_DIR/coronation/incoming/directives | wc -l 24 echo -n "Coronation incoming payloads : "26 echo -n "Coronation incoming payloads : " 25 27 ls -A $SPOOL_DIR/coronation/incoming/payloads | wc -l 26 echo -n "Coronation errors : "28 echo -n "Coronation errors : " 27 29 ls -A $SPOOL_DIR/coronation/errors | wc -l 28 30 echo 29 echo -n "Gnaraloo incoming directives: " 31 echo -n "Gnaraloo number ebXML messages : " 32 ls -A $MESSAGE_DIR/Gnaraloo | wc -l 33 echo -n "Gnaraloo incoming directives : " 30 34 ls -A $SPOOL_DIR/gnaraloo/incoming/directives | wc -l 31 echo -n "Gnaraloo incoming payloads : "35 echo -n "Gnaraloo incoming payloads : " 32 36 ls -A $SPOOL_DIR/gnaraloo/incoming/payloads | wc -l 33 echo -n "Gnaraloo errors : "37 echo -n "Gnaraloo errors : " 34 38 ls -A $SPOOL_DIR/gnaraloo/errors | wc -l 35 39 echo
