Program Instrumentation In Computer Monitoring

Bf Wu,Cl Peng,Cg Hu,W Li
1999-01-01
Abstract:With the development of computer science, computer systems have stepped into the stage of large-scale and sophisticated infrastructure. Both software and hardware become more and more complex. To analyze such systems, the traditional static analysis methods have proved to be inefficient, we need to use the computer monitoring techniques. Among different kinds of the computer monitoring technique, the event-driven monitoring method is most widely used. The method includes a very important step that is to instrument the programs to be run in the system. This is a tremendous work in normal case and implementing it in automatic way with the help of tools is necessary. The paper introduces such a tool the name of which is Automatic Instrumentation tool of C-language (AIC). And some difficult issues and their settlement in the implementation of the tool is discussed.
What problem does this paper attempt to address?