From: Alan B. <al...@ms...> - 2002-07-09 08:40:58
|
hi, > Dear Linux/Amiga users, > > I need a programm for analize the OS functions/call/files load etc. like SnoopDos for AmigaOS. > > Is there anything similar on AmigaLinux? ftrace - traces file calls ltrace - traces library calls ldd - prints out list of required libraries of a program these are the basic 'big three' that i use. there are MANY MANY more alan |