@netacoltd/capacitor-system-stats
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

@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 sync

API

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; }>


Readme

Keywords

Package Sidebar

Install

npm i @netacoltd/capacitor-system-stats

Weekly Downloads

5

Version

0.1.6

License

MIT

Unpacked Size

19.7 kB

Total Files

25

Last publish

Collaborators

  • m_montazeri