Distributed Service Management Toolkit
An open platform for managing
planetary-scale services.

Home

Documentation
  DSMT HowTo
  DSMT Overview
  DSMTC Reference
  RPMGEN

Publications
  ICAC2005 Paper
  PlanetLab Presentation

Services
  Managed slices
  Services
  Channels

Support

Download

DSMT Documentation: printable format

org.dsmt.container: Container Status

The container manager starts up a program to monitor and control the container on each allocated node. This program reports the state and capabilities of the individual container.

Functional Group: Status

Channel: /org/dsmt/ns/deployment/$slicename/org.dsmt.container/status/

Generates:

Event:
Service: pldb
Payload type: xmlns:pl="http://psepr.org/xs/payload/attribute"
payload field value of field description
field sliver-installed-at Reports the date that the container was installed.
value The value is A comma separated list of attribute value pairs. The required pairs are:
  • hostname=HOSTNAME
  • slice=SLICENAME
  • value=DATE
where DATE is an ISO???? compliant date.
Event:
Service: pldb
Payload type: xmlns:pl="http://psepr.org/xs/payload/attribute"
payload field value of field description
field mem-quota Reports the disk quota for the container.
value The value is A comma separated list of attribute value pairs. The required pairs are:
  • hostname=HOSTNAME
  • slice=SLICENAME
  • value=QUOTA
where QUOTA is digits representing a long integer giving the quota in 1024 byte chunks (e.g., "2" is 2048 bytes).
Event:
Service: pldb
Payload type: xmlns:pl="http://psepr.org/xs/payload/attribute"
payload field value of field description
field mem-use Reports the mem used by the container.
value The value is A comma separated list of attribute value pairs. The required pairs are:
  • hostname=HOSTNAME
  • slice=SLICENAME
  • value=USED
where USED is digits representing a long integer giving the quota in 1024 byte chunks (e.g., "2" is 2048 bytes).
Event:
Service: pldb
Payload type: xmlns:pl="http://psepr.org/xs/payload/attribute"
payload field value of field description
field disk-quota Reports the disk quota for the container.
value The value is A comma separated list of attribute value pairs. The required pairs are:
  • hostname=HOSTNAME
  • slice=SLICENAME
  • value=QUOTA
where QUOTA is digits representing a long integer giving the quota in 1024 byte chunks (e.g., "2" is 2048 bytes).
Event:
Service: pldb
Payload type: xmlns:pl="http://psepr.org/xs/payload/attribute"
payload field value of field description
field disk-used Reports the disk used by the container.
value The value is A comma separated list of attribute value pairs. The required pairs are:
  • hostname=HOSTNAME
  • slice=SLICENAME
  • value=USED
where USED is digits representing a long integer giving the quota in 1024 byte chunks (e.g., "2" is 2048 bytes).

Revision History

1.1 2005-04-27 Robert Adams Robert.Adams@intel.com split into container-mgr and container
1.0 2005-04-27 Robert Adams Robert.Adams@intel.com Initial version

Last modified 1189654470
Copyright 2008, Robert Adams. All rights reserved. License and copyright information.