Page MenuHomePhorge

load.sh
No OneTemporary

Authored By
Unknown
Size
397 B
Referenced Files
None
Subscribers
None
#!/bin/bash
function cleanup {
for job in $(jobs -p)
do
kill "$job"
done
}
trap cleanup EXIT
./activesyncload.sh 45 client1- "admin@{{ domain }}" "{{ admin_password }}" INBOX &
# TODO add other types of load
# ./activesyncload.sh 20 client2- test1@... simple123 INBOX &
# ./activesyncload.sh 20 client3- test1@... simple123 Calendar &
echo "All workloads are started"
wait

File Metadata

Mime Type
text/x-shellscript
Expires
Sat, Apr 4, 3:57 AM (39 m, 59 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822504
Default Alt Text
load.sh (397 B)

Event Timeline