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

Method getPerformance

studio/src/api/client.ts:108–110  ·  view source on GitHub ↗
(period: string = '24h')

Source from the content-addressed store, hash-verified

106 }
107
108 async getPerformance(period: string = '24h'): Promise<PerformanceStats> {
109 return this.fetch<PerformanceStats>(`/dashboard/metrics/performance?period=${period}`);
110 }
111
112 // Events
113 async getRecentEvents(limit: number = 100): Promise<EventsResult> {

Callers 1

usePerformanceFunction · 0.80

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected