Limit this search to....

User defined system log process
Contributor(s): Kumar, Dhirender (Author)
ISBN: 3639236270     ISBN-13: 9783639236279
Publisher: VDM Verlag
OUR PRICE:   $50.27  
Product Type: Paperback
Published: August 2011
Qty:
Additional Information
BISAC Categories:
- Computers | Operating Systems - General
Physical Information: 0.15" H x 6" W x 9" (0.23 lbs) 64 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Operating system observability requires communications with the system log process by the application software. IPC stands for interprocess communication, which describe the different ways of message passing between different processes that are running on some operating systems. The histories of these messages or processes are used in the software testing process. This task is done by log file analyzer. Main objective of this thesis is to propose a methodology of the system log process which is used to make the log files of the different processes running for the different software. System log process contains the two components - message queue operation and process log. Message queue consist of the method that perform on the message queue. Methods are defined for the creation of message queue, sending and receiving message to / from the message queue. Process log defines the method for processing the log message, it involves the checking of process_id of the receiving log message, buffering of log message and writing the contents of the buffer to the log files.