[Bioperl-l] Network tests overhaul

Torsten Seemann torsten.seemann at infotech.monash.edu.au
Tue Jun 19 01:21:04 UTC 2007


Sendu,

> >> Can anyone offer a
> >> way to systematically find at least the test scripts which access the
> >> internet, if not the specific tests within?

Perhaps you could use 'strace' to list network system calls for each
test script, and grep out AF_INET connections?

% strace -e trace=network command_to_test 2>&1 | grep AF_INET

I'm not an strace expert but it might do what you need.

-- 
--Torsten Seemann
--Victorian Bioinformatics Consortium, Monash University
--Tel +61 3 9905 9010



More information about the Bioperl-l mailing list