InterviewSolution
Saved Bookmarks
| 1. |
Which facility dynamically adds probes to a running system, both in user processes and in the kernel?(a) DTrace(b) DLocate(c) DMap(d) DAddThe question was asked in quiz.I would like to ask this question from Basics topic in portion Processes of Operating System |
|
Answer» CORRECT CHOICE is (a) DTrace Easy explanation - A facility that dynamically adds PROBES to a running SYSTEM, both in user process and in the kernel is called DTrace. This is very much useful in troubleshooting kernels in real-time. |
|