Get CPU usage percentage of own process
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`cpu-percentage` is a lightweight Node.js module that enables developers to measure the CPU usage percentage of their own running process using only JavaScript and Node's built-in `process.cpuUsage()` API. It requires Node.js 6.1+ and avoids native code or external processes, making it suitable for performance monitoring within Node applications. The tool is designed for developers who need simple, cross-platform CPU profiling for their own code.