forked from HouariZegai/FlyingAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataReceived.js
57 lines (57 loc) · 1.71 KB
/
dataReceived.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{[
"networkInformation": {
"networkList": [
{
"ipAddress": "127.0.0.1",
"macAddress": "Undefined",
"name": "Software Loopback Interface 1"
}, {
"ipAddress": "192.168.1.35",
"macAddress": "BC-5F-F4-9D-27-57",
"name": "Realtek PCIe GBE Family Controller"
}
]
},
"cpuInformation": {
"processorId": "Intel64 Family 6 Model 58 Stepping 9, GenuineIntel",
"processorArchitecture": "AMD64",
"numberCores": "2"
},
"disksInformation": {
"disks" : [
{
"name": "C:\\",
"totalSpace": 96779665408,
"freeSpace": 1569087488,
"usableSpace": 95210577920
}, {
"name": "E:\\",
"totalSpace": 168118185984,
"freeSpace": 58030649344,
"usableSpace": 110087536640
}, {
"name": "F:\\",
"totalSpace": 55051763712,
"freeSpace": 32146354176,
"usableSpace": 22905409536
}, {"name": "H:\\", "totalSpace": 0, "freeSpace": 0, "usableSpace": 0}, {
"name": "I:\\",
"totalSpace": 0,
"freeSpace": 0,
"usableSpace": 0
}
]
},
"memoryInformation": {
"freePhysicalMemory": 1033359360,
"physicalMemorySize": 3978928128,
"inUseMemorySize": 2945568768
},
"osInformation": {
"osName": "Windows 10",
"osVersion": "10.0",
"osArchitecture": "amd64",
"userName": "Charfaoui PC",
"computerName": "DESKTOP-DRGD42J"
}
]}