/
/Renterd API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
  • postEvaluate autopilot configuration
  • getGet the autopilot state
  • postWake up autopilot
  • getGet a worker account
  • getGet all worker accounts
  • postReset drift for a worker's account
  • getGet overview of worker's memory usage.
  • putUpload a part of an ongoing multipart upload
  • getDownload an object
  • putUpload an object
  • deleteDeletes an object
  • postDelete a batch of objects with a given prefix
  • postMigrate a slab
  • getGet the worker's state.
  • getGet download stats
  • getGet upload stats
  • getGet all ephemeral accounts
  • postSave accounts
  • postFund account
  • getGet all alerts
  • postDismiss alerts
  • postRegister an alert
  • getGet autopilot configuration
  • putUpdate autopilot configuration
  • getGet all buckets
  • postCreate bucket
  • putUpdate bucket policy
  • getGet bucket
  • deleteDelete bucket
  • postAccept block

Get upload stats

Returns the upload stats of the worker.

get/worker/stats/uploads

Response

Successfully retrieved upload stats

avgUploadSpeedMbpsnumber float

The average upload speed in Mbps

avgOverdrivePctnumber float

The average overdrive percentage

healthyUploadersinteger

The number of healthy uploaders

numUploadersinteger

The number of total uploaders

Changes