Dynamic Tracing Framework (DTRACE) intoduced by Sun lets developer study the behavior of the operating system. It provides the overview of the system in terms of memory management, scheduling of tasks, applications running and being used. Using DTrace we can have more appropriate knowledge of our system and so we can optimize our OS.

DTrace is called so because using it users can check and manage their systems dynamically.
For more click here
0 comments:
Post a Comment