html5-img
1 / 35

Server Client Monitoring System Presenting Team KS3

Server Client Monitoring System Presenting Team KS3. Final Presentation. Problem. Orchard Software sells a product, Copia Organizes Lab Results Deals With HL7 inconsistencies Allows physicians to order lab tests and view the results. Client “Bob's Lab” must maintain system

ilario
Download Presentation

Server Client Monitoring System Presenting Team KS3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Server Client Monitoring SystemPresenting TeamKS3 Final Presentation

  2. Problem • Orchard Software sells a product, Copia • Organizes Lab Results • Deals With HL7 inconsistencies • Allows physicians to order lab tests and view the results. • Client “Bob's Lab” must maintain system • Billing information must be up to date • Procedure codes • Diagnosis codes • Tests • Order Choices • Personnel • The Bob hires a medtech, “Jimbo” to do this job

  3. Problem • Medtechs do lab-related tasks well • They can look at slides. • They like to smell bacteria. • They understand the billing and lab side of things • Medtechs don't do some other things well • Computers • Networks • Sometimes the person maintaining the system gets brave • Disables DFT generation • Downloads movies to the server • Doesn't notice something bad has happened

  4. Solutions • Connect to all systems and watch them • HIPAA Issues • VPNs • Firewalls • Have the installed systems call home and give a status report. • Still a HIPAA grey area • Favors real-world network topologies

  5. Values • Earlier detection of problems • Client is down less • Costs the client less money • Easier for orchard to fix • Client is happier • Support is happier • Adds value

  6. Gathering and modeling requirements Functional Requirements Client: • must communicate w/ server via Web services • must be able to periodically poll for certain values (eg. CPU usage, memory usage, message queue length)‏ must be able to receive one-time events (e.g. failures, messages.) • must be able to queue up information in case of temporary network failure.

  7. Gathering and modeling requirements • Functional Requirements Server: • data must be received via Web services • must be able to verify the identity of the client • must be able to accept new values on the fly • must store data in a query-able fashion • must have at least a rudimentary view for the following • statistics for a specific server • "alerts" (to be found later) across all servers

  8. Gathering and modeling requirements • Non-Functional Requirements • Client: • client API must be written in Java (or any other jvm language)‏ • client and APIs related to it must be extendable and configurable from Java

  9. Gathering and modeling requirements • C-Requirements • The DAS will have a user interface that allows users to analyze the data collected. • The only hardware requirement is a network connection • The main mechanism for communication between the DAS and DCA will be SOAP • The developers using the DCA API in the hosting application should be able to figure out how to use the API via the Javadoc.

  10. Gathering and modeling requirements • D-Requirements • DCA Configuration : The developer must be able to create and configure a DCA. The configuration includes endpoint address of the DAS, the available probes, polling interval, and transmission interval. Once the DCA is configured, the developer should be able to tell the DCA to connect to the DAS. • Events will be transmitted from the DCA to the DAS via SOAP. • The DAS must be able to store all events • The system should be designed with Java best practices in mind.

  11. Gathering and modeling requirements • D-Requirements • Reliability:The DAS should not fail more than once every 48 hours. The DCA failure rate is harder to limit as it is dependent on the hosting application. • Availability : Availability should be as high as possible. The DCA should be able to compensate for availability issues of the DAS by storing events until the DAS is available.

  12. Gathering and modeling requirements Use-Case Diagram (DAS : Data Analysis Server)

  13. Gathering and modeling requirements Use-Case Diagram : (DCA : Data Collection Agent)

  14. Gathering and modeling requirements

  15. Data-Flow

  16. Architecture

  17. DCA Class Diagram

  18. DAS Class Diagram

  19. Implementation • Java 6 • JPA • Eclipse 3.4 • Maven • Checkstyle (Checks conformance to coding conventions) • JavaNCSS (Non-Comment Source Size) • Findbugs (Static Analysis) • Cobertura (Code Coverage) • Junit (Unit Testing) • JavaDoc W/ UMLGraph Doclet

  20. Metrics

  21. Project Documentation and Management • Stakeholders • The developers (team KS3)‏ Kam Seema Shpetim Stephen • The client (Orchard Software Corporation )‏

  22. Project Documentation and Management Team Organization Structure

  23. Project Documentation and Management Team Organization Structure

  24. Project Documentation and Management Spiral Model

  25. Project Documentation and Management Configuration Management Subversion We have used Subversion to control the versions of all the created documents and for code control. Requesting Changes All requests for change should be done through the issue tracking system. Any issue related to a documentation change should be tagged with “doc.” Any changes related to a non-documentation CI should not. We report issues using Issues option in Google Code.

  26. Project Documentation and Management Configuration Management Approving or Disapproving Changes Approval or Disapproval will be left up to the person responsible for the document, unless the project leader decides otherwise. Implementing Changes The person responsible for the CI for which the change is requested is responsible for making any approved changes. The responsible party may delegate the activity to another party if both parties agree. The party making the change should make a note of the new version of the document being changed.

  27. Project Documentation and Management Configuration Management Configuration Audits and Reviews We will conduct periodic reviews of the documents we have in version control. The goal of these reviews is to makes sure the documents are correct, up to date, and follow the according standards.

  28. Brief Process description and risks • Team roles preserved during the process • Slow start due to new technology for ¾ members • Intensive tutorial for learning Java with Eclipse • WSR and Subversion played an important role in project mgmt

  29. Risks • Not very familiar with Java • Team members not familiar with each other • No documentation experience • Members involved in other ‘projects’ (classes + work)

  30. Effort and Duration • Approximately 400 person hours for development and documentation • ~ 100 hrs of development • ~ 130 hrs of debugging and testing • ~ 150hrs+ of documentation • ~ 20 hrs of team communication + ppt

  31. Metrics • DAS • NCSS -276 • Classes -11 • BugsFound – 3 • Coverage • 0% • DCA • NCSS -330 • Classes – 8 • BugsFound – 8 • Coverage • Line 36% • Branch 33%

  32. Testing and debugging • Started at development phase, completed last week • Requirement matrix to test against requirements and design • Both approaches used – white box and black box testing • White box – extended from 1st iteration • Black box – mainly after the 1st iteration

  33. Testing levels and Types • A huge deal of time devoted to testing and debugging • Levels: Unit testing, System testing • No user acceptance testing • Types: Specification-based, function-based

  34. Test Cases • Single costumer runs the Data Collection Agent • Single costumer installs the Data Analysis Service • Single costumer runs the Data Analysis Service • Single DCA connects with DAS; DAS receives information from the DCA and outputs data in browser • Multiple DCAs connect with the DAS at the same time; outputs data in browser • DAS stores the information received from one or more DCAs respectively into database

  35. Test Cases • LAN as well as 4Mbps/1Mbps High-Speed cable Internet connection • Windows XP and Vista platforms, as well as Mac OS X 10.5 • Two different web browsers such as IE7 & FF3 • Reliability test by running the DCA on one client and the DAS for 24 hours • Machines with at least Pentium 4 and 512MB of RAM

More Related