MCPcopy Create free account
hub / github.com/astercloud/aster / getUsageStatistics

Method getUsageStatistics

client-sdks/client-js/src/client.ts:139–141  ·  view source on GitHub ↗

* 获取使用统计 * @param timeRange 时间范围 * @returns 使用统计

(timeRange?: { start: string; end: string })

Source from the content-addressed store, hash-verified

137 * @returns 使用统计
138 */
139 async getUsageStatistics(timeRange?: { start: string; end: string }) {
140 return this.telemetry.getUsageStatistics(timeRange);
141 }
142
143 /**
144 * 获取性能指标

Callers 2

client.test.tsFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected