To get details of Interrupts on a system; use "ptime" command
Example:
- root# /usr/bin/ptime /usr/share/lib/dict/words
- Observe the time taken (Real, User & System).
- Repeat the command again. This time the command should be reading the file contents from memory cache. So the "Real time" should be shorter.
- Execute the command again, but use the mouse button to drag the window around the screen while the command is executing.
- Observe the time taken (Real, User & System).
No comments:
Post a Comment