Challenge Overview
The Development Support Team (DST) wants to implement pGraph to monitor server performance. The DST has completed development of the 1st iteration of code. The intent of this event is to continue with enhancement on the existing component.
Since there is no existing component specification, this specification will only describes updates made in this version.
Update Discussion
Database tables, backend services and frontend PHP pages are all modified to accommodate enhancement requirement.
A new table nmon_metadata is added, new column id is added to existing tables, foreign keys are based on server id, not server name.
New server NMONMetadataService and new persistence class NMONMetadataPersistence are added to manipulate NMON metadata in database.
Frontend pages are modified according to changes make on server layer, and new presentation requirements.
Final Submission Guidelines
M/A