I want to determine if my application is IO or CPU bounded. Is there such a tool to determine how much of your application's run time is spent on CPU wait/IO wait/running on CPU etc.? I am running my application from terminal. I have heard there is such a tool for linux actually but I don't what is it.
Is there a tool on Ubuntu or Mac to monitor a program's CPU and I/O usage and I/O wait times?
618 Views Asked by burhan At
3
I think you can try the nmon.It can be used in most Linux environment.