I'm looking for some diagnostic tool, which could be combination of debuggers like truss, ktrace, strace, benchmarking tools nbench, statistic tools like top, iotop (from Linux) and FreeBSD shortcut Control-T.
Basically I need to run the binary and check the statistics, as much information as possible, how much time was spend on interrupts, user, system, how many file request. Basically on what the program spend most of the time.
Is there any tool like that?
Basically I need to run the binary and check the statistics, as much information as possible, how much time was spend on interrupts, user, system, how many file request. Basically on what the program spend most of the time.
Is there any tool like that?