For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginGet Started
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
    • Home
  • Getting Started
  • Infrastructure
    • GPU VMs
    • Cloud VMs
    • Object Storage
      • Core Concepts
      • Upload Your First Object
      • Buckets
      • Objects
      • Mount a Bucket as a Filesystem
      • Metrics
      • API Tokens
      • Static Site Hosting
      • CDN integration
      • Pricing
      • Limits
    • Block Storage
  • Network & Security
    • Load Balancer
    • DNS
    • CDN
    • Firewalls
    • SSL Certificates
  • Tools
    • Backups
    • Snapshots
    • ISOs
    • SSH Keys
    • API Tokens
    • Secret Manager
    • Container Registry
  • Platform Fundamentals
    • Projects and tenancy model
    • IAM
    • Networking overview
    • Billing and usage
    • Limits and quotas
    • SLA and reliability
  • Tutorials
    • Deploy a web app
    • Host a static website with object storage
    • Run an AI model on a GPU VM
    • Set up a load-balanced architecture
    • Backup and disaster recovery
    • Multi-region deployment
  • Migration Guides
    • Migrate from AWS
    • Migrate from GCP
    • Migrate from Vultr and Linode
    • Move S3 workloads to IBEE Object Storage
    • VM image migration
  • Reference
    • Pricing
    • Regions
    • Limits
    • Error codes
    • Service level agreement
  • Support
    • Contact Support
    • Create a request
    • Troubleshooting guides
    • Visit ibee.ai
LogoLogo
LoginGet Started
On this page
  • Project-level metrics
  • Per-bucket metrics
  • What to watch
  • Related
InfrastructureObject Storage

Metrics

Was this page helpful?
Edit this page
Previous

API Tokens

Next
Built with

Object Storage surfaces usage metrics at two levels — at the project level on the main Object Storage page, and per bucket on the bucket’s Metrics tab.

Project-level metrics

Open Object Storage in the portal sidebar. The usage panel at the top of the page shows totals across all buckets in the project:

MetricDescription
BucketsTotal number of buckets in the project
ObjectsTotal objects stored across all buckets
Storage UsedTotal storage consumed (B / MB / GB)
Bandwidth EgressOutbound data transfer for the billing period

The bucket list below shows the per-bucket breakdown:

ColumnDescription
BUCKETBucket name
SIZETotal storage used by that bucket
CREATEDCreation date

Per-bucket metrics

Open a bucket and click the Metrics tab to see the bucket-scoped charts and values for storage usage and request activity over time.

The General tab also shows two read-only fields:

FieldDescription
Total ObjectsObject count for the bucket
Storage UsedTotal storage used by the bucket

What to watch

  • Sudden growth in Storage Used — typically an upload bug, a runaway log job, or versioning without lifecycle. Pair the bucket with a Lifecycle rule.
  • Bandwidth Egress exceeding plan — front the bucket with the CDN for cacheable content, or check whether a public bucket is being scraped.
  • Object count growing faster than data size — a process is creating many small objects; consider batching or compressing.

Related

  • Pricing
  • Limits
  • Lifecycle
  • CDN integration