Home | History | Annotate | Download | only in ipc_stress
      1 Manoj Iyer, IBM Austin TX, manjo (a] austin.ibm.com.
      2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      3 
      4 To run these tests run ./testall
      5 On completion you will see a lot of sem and shm id's created (ipcs), run the
      6 script ./cleanup to remove them from your system.
      7 
      8 You can manually remove the ids by doing the following
      9 
     10 IDS=`ipcs | cut -f 2 -d " "`
     11 
     12 ipcrm sem $IDS
     13 ipcrm shm $IDS
     14 ipcrm msg $IDS
     15 
     16 The signal tests are not garunteed to work on 64 bit machines.
     17 
     18