blob: d0ae664af1f5aa972eac8e1afe306b9aab657db8 [file] [log] [blame]
mridgec6038942004-06-03 16:16:36 +00001#!/bin/bash
2#
3# adp.sh -- run ADP's stress test on /proc/[0-9]*/cmdline
4#
5#
6
7echo "Starting test, please wait.... Ctrl-C to exit"
8
9for i in 1 2 3 4 5
10do
11 ./adp_children.sh &
12done
13
14sleep 2
15
16for i in 1 2 3 4 5
17do
18 ./adp_test.sh &
19done
20
21top