bx-oshi

Installation
SKILL.md

bx-oshi: OS & Hardware Information

Installation

install-bx-module bx-oshi
# CommandBox
box install bx-oshi

Convenience BIFs (Quick Access)

// CPU usage over a 1-second interval
cpuPct = getCpuUsage()
cpuPct = getCpuUsage( 2 )   // 2-second measurement interval

// Disk space (path is any directory on the target drive)
freeDisk  = getFreeSpace( "/" )      // bytes
Related skills

More from ortus-boxlang/skills

Installs
2
First Seen
Apr 15, 2026