node-os-utils icon indicating copy to clipboard operation
node-os-utils copied to clipboard

OS Utils - An operating system utility library.

Results 16 node-os-utils issues
Sort by recently updated
recently updated
newest added

My english is so bad, so I may sound incoherent or rude. So I'll get right to the point. i see in the in `drive.js` you are using df -kP....

2022-07-31 17:36:52,396 ERROR 14544 Error: disk name invalid and / not found node_modules\[email protected]@node-os-utils\lib\drive.js:62:17

my macbook pro have 8 core , but osu.cpu.count() show 16 not 8.

As described in the title this package shows a wrong count for total of capacity (128 not 256), wrong data for used (14.3 not 117.97). Used on Apple MacBook Air...

The OS,Net stats for example doesn't work and drive is giving error "disk name invalid and / not found"

Hello, I am getting run time error ,The error is ` /home/localhost/scrap/node_modules/node-os-utils/index.js:1 export let cpu = undefined; ^^^^^^ SyntaxError: Unexpected token 'export' at wrapSafe (node:internal/modules/cjs/loader:1024:16) at Module._compile (node:internal/modules/cjs/loader:1072:27) at Object.Module._extensions..js...

Hi, Just wanted to ask for a bump on the coap node. ![image](https://user-images.githubusercontent.com/40185075/114992535-26065200-9e9b-11eb-8b01-3d57dff1fbf0.png) Have a nice day!

The function from the title is called .totalMemMb, which suggests a return value in _megabit_. I found the actual return value to be in MiB, (mebibytes) (Mb = megabit, MB...

Ref: https://git.joinfirefish.org/firefish/firefish/-/issues/10755 From our issue tracker: > What feature would you like implemented? (Please give us a brief description of what you'd like.) >> Excluding IOWAIT from the CPU usage...

var netstat = osu.netstat netstat.inOut() .then(info => { console.log(info) }) results: not supported