Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type

Statistic

Description

Notes

Storage

bytesSize

Sums the bytes of content (logical objects, including versions) uploaded for storage in the context. Summing the individual Content-Length headers of the objects provides this value.

Swarm storage usage statistics are reported by bucket, domain, and tenant. Untenanted domains are grouped into a synthesized "_system" tenant.

The context is a domain or a domain and bucket.

The absence of a bucket returns the storage used by unnamed objects.

bytesStored

Sums the bytes of space used on disk by all of the Swarm objects in the context, including all replicas and erasure-coded segments. This is also commonly called raw storage.

This statistic yields a value that is the expected number of replicas in the cluster and does not account for temporary under- or over-replication that may exist in the cluster.

objectsStored

Counts the number of unique objects being stored in the context.

Network

bytesIn

Sums the bandwidth usages from clients to the Gateway.

Network usage is reported at the context to which the requests are made; the particular bucket or domain .

Network usage only includes storage operations and excludes Management API requests.

bytesOut

Sums the bandwidth usages from the Gateway to clients.

opCount

Counts the number of client operations.

...

  1. Change ownership of the tenant or domain to be an admin user.

  2. Update the Policy to remove non-admin access.

  3. Purge all of the objects being stored in the decommissioned domain (or all the domains for a decommissioned tenant).

  4. Important: Do not delete the empty tenant or domain; retain it as is.

...