Skip to content

Commit c65b424

Browse files
committed
Updated README
1 parent e90fcdd commit c65b424

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,43 @@ import osUtils from 'lup-system';
3131
Output:
3232
```
3333
CPU Utilization: 45.3
34+
Drives: [
35+
{
36+
filesystem: 'C:',
37+
mount: 'C:',
38+
type: 'ntfs',
39+
total: 1999519543296,
40+
free: 479322533888,
41+
used: 1520197009408,
42+
utilization: 0.7602811457907099
43+
},
44+
{
45+
filesystem: 'D:',
46+
mount: 'D:',
47+
type: 'ntfs',
48+
total: 1000203087872,
49+
free: 917103894528,
50+
used: 83099193344,
51+
utilization: 0.08308232033236287
52+
}
53+
]
54+
Network Interfaces: [
55+
{
56+
name: 'Loopback Pseudo-Interface 1',
57+
addresses: [ [Object], [Object] ],
58+
status: { operational: 'unknown', admin: true, cable: false },
59+
physical: true
60+
},
61+
{
62+
name: 'Ethernet',
63+
addresses: [],
64+
status: { operational: 'up', admin: true, cable: true },
65+
physical: true,
66+
speed: { bits: 1000000000, bytes: 125000000 },
67+
utilization: {
68+
receive: 0.000003003690036900369,
69+
transmit: 4.723247232472324e-7
70+
}
71+
}
72+
]
3473
```

0 commit comments

Comments
 (0)