Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/designs/rm framework

< PTP‎ | designs
Revision as of 13:22, 19 November 2010 by Unnamed Poltroon (Talk) (New page: This page describes the new design for the PTP resource manager monitoring/control framework. The purpose of this framework is to: # Collect and display monitoring information relating t...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page describes the new design for the PTP resource manager monitoring/control framework.

The purpose of this framework is to:

  1. Collect and display monitoring information relating to the operation of a target system in a scalable manner
  2. Provide job submission, termination, and other job-related operations
  3. Support debugger launch and attach
  4. Enable the collection and display of stdin and transmission of stdout information from running jobs (where supported by the target system)

Monitoring information will comprise:

  • The status and position of user's jobs in queues
  • Job attribute information
  • Target system status and health information for arbitrary configurations
  • The physical/logical location of jobs on the target system
  • Predictive information about job execution

The framework will support arbitrary system configurations and scale to petascale system sizes and beyond.

Back to the top