Changeset 4697 for trunk/Ohana/src/opihi/scripts/sched.pro
- Timestamp:
- Aug 2, 2005, 9:40:50 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/scripts/sched.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/scripts/sched.pro
r4693 r4697 3 3 4 4 task test 5 command ls /data/eugene5 command ls 6 6 periods -poll 1.0 7 periods -exec 5.07 periods -exec 2.0 8 8 periods -timeout 10.0 9 9 # trange 07:09 07:10 … … 18 18 end 19 19 20 # stdout / stderr lines on named queues 20 21 task.exit 0 21 # note that $stdout/$stderr may contain return characters 22 # which will interfere with 'exec' 23 # push ls.list $stdout 24 echo $stdout 22 echo "task exit 0" 23 queuesize stdout 24 queuesize stderr 25 25 end 26 26 27 27 task.exit 1 28 output failure.log29 echo $stdout30 output stdout28 echo "task exit 1" 29 queuesize stdout 30 queuesize stderr 31 31 end 32 32
Note:
See TracChangeset
for help on using the changeset viewer.
