@netacoltd/capacitor-system-stats
v0.1.11
Published
A Capacitor plugin that provides system-level metrics such as CPU usage, RAM, and disk storage on both Android and iOS devices.
Readme
@netacoltd/capacitor-system-stats
A Capacitor plugin that provides system-level metrics such as CPU usage, RAM, and disk storage on both Android and iOS devices.
Install
npm install @netacoltd/capacitor-system-stats
npx cap syncAPI
getSystemStats()
getSystemStats() => Promise<{ cpuUsage: number; totalRAM: number; availableRAM: number; totalStorage: number; availableStorage: number; }>Returns: Promise<{ cpuUsage: number; totalRAM: number; availableRAM: number; totalStorage: number; availableStorage: number; }>
