UNPKG

apitally

Version:

Simple API monitoring & analytics for REST APIs built with Express, Fastify, NestJS, AdonisJS, Hono, H3, Elysia, Hapi, and Koa.

7 lines (5 loc) 130 B
declare function getCpuMemoryUsage(): { cpu_percent: number; memory_rss: number; } | null; export { getCpuMemoryUsage };