Webmag : Web Base Servers Management Using Case-Based Reasoning

The approach presented in this project is to develop a web-based application for monitoring and management LDAP server based on Case Base Reasoning (CBR) technique. CBR system implemented on the web, is the web application, using HTTP form to submit queries to the CBR server and using Java Server Pa...

Full description

Saved in:
Bibliographic Details
Main Author: Saranee, Supornpipat
Format: Thesis
Language:eng
eng
Published: 2004
Subjects:
Online Access:https://etd.uum.edu.my/1434/1/SARANEE_SUPORNPIPAT.pdf
https://etd.uum.edu.my/1434/2/1.SARANEE_SUPORNPIPAT.pdf
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:The approach presented in this project is to develop a web-based application for monitoring and management LDAP server based on Case Base Reasoning (CBR) technique. CBR system implemented on the web, is the web application, using HTTP form to submit queries to the CBR server and using Java Server Page, for implementation. There are 1152 cases, with 5 features e.g. amount of free memory (MB), amount of disk swap usage (MB), percentage of CPU load, percentage of CPU idle status, amount of open files for the process and LDAP response time (msec.). LDAP response time is used as a target data for CBR process. The system received all parameters in every minute. Next step is "case retrieval”, a process select the closest match case. Second step is “case reuse”, adapt the LDAP response time to the suggestion results e.g. “Normal”, “Attention” and “Critical”. Third step is to compare the normalized LDAP response time from searched case with the normalized LDAP response time from actual case. If there is no different between these values, new case will be added to previous cases database, but if there is different between these cases, searched case will be deleted from previous cases database. Finally “case retainment”, the purpose to add new case in to previous cases database and delete failure cases from previous cases database. The benefit of the system is the open source software allowing developer to implement CBR functionality in application using web-base application that can run any where and any time.