Rand Stats

System::Stats::CPUsage

github:ramiroencinas

System::Stats::CPUsage

Build Status

Raku module - Provides Statistics CPU Usage in percentage.

OS Supported:

Installing the module

zef update
zef install System::Stats::CPUsage

Example Usage:

use v6;
use System::Stats::CPUsage;    

say "CPUsage%: " ~ CPU_Percentage();