稻草人新闻RSS 聚合阅读

← 返回 💻 编程 & 软件工程

Deployments now show billable duration and CPU minutes

Vercel News Mehul Kar 4 天前 vercel.com

Deployments now show their billable duration and CPU minutes in the dashboard, vc inspect, and the REST API. Use it to understand how each build contributes to your usage.

Billable duration is the build and post-build time combined, rounded up to the next whole minute. CPU minutes are that figure multiplied by the machine's vCPUs.

To see the same breakdown from the CLI, update to version 59.23.1 or later with npm i -g vercel@latest, then run vc inspect:

vc inspect <deployment>
  Duration
    build duration       5m 9s    post-build duration  3m 21s    billable duration    9m    CPU Minutes Usage    270 minutes (9m x 30vCPU)

Learn more about build machines and CPU minutes in the docs.

在原文站打开 ↗

Cloudflare Workers 每 3 分钟抓一批,9 批轮完最快约 27 分钟 · 点右上 ↻ 立刻全量抓一次