Chargeback page graphs

The Chargeback page contains four graphs. These graphs how information about the usage of the HCP system during the past 30 days (or since HCP was installed if that was less than 30 days ago).

The graphs are:

  • Writes (bytes)

    Shows the number of bytes of data written to the HCP system.

    The number of bytes written includes all parts written for multipart uploads regardless of whether the upload of the part has finished, the part was subsequently replaced, the multipart upload was aborted, or the part was not used in the completed multipart upload.

  • Writes (operations)

    Shows the number of successful write operations that targeted the HCP system.

    Each upload of a part for a multipart upload counts as a separate write operation. This applies even if the part was subsequently replaced, the multipart upload was aborted, or the part was not used in the completed multipart upload.

  • Reads (bytes)

    Shows the number of bytes of data read from the HCP system.

  • Reads (operations)

    Shows the number of read operations that targeted the HCP system.

    A read of a multipart object counts as a single read operation.