Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding dmidecode support in server-info for better view of memory subsystem #178

Merged
merged 18 commits into from
Dec 18, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed(test-data): server-info show expected output.
  • Loading branch information
strizhechenko committed Dec 18, 2017
commit a83b2cc33eb7160553b81a9a5a7a7ca0dc480296
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ disk:
size: 120034123776
type: SSD
memory:
MemFree: 14142256
MemTotal: 16290904
SwapFree: 8216572
SwapTotal: 8216572
devices: null
size:
MemFree: 14142256
MemTotal: 16290904
SwapFree: 8216572
SwapTotal: 8216572
net:
eth0:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ cpu:
'6': '0'
'7': '0'
disk: null
memory: null
memory:
devices: null
size: null
net:
eth0:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ cpu:
'0': '0'
'1': '0'
disk: null
memory: null
memory:
devices: null
size: null
net:
eth1:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ cpu:
'2': '0'
'3': '0'
disk: null
memory: null
memory:
devices: null
size: null
net:
eth6:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ cpu:
'6': '0'
'7': '0'
disk: null
memory: null
memory:
devices: null
size: null
net:
eth0:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ disk:
size: 1000204886016
type: HDD
memory:
MemFree: 432940
MemTotal: 32843852
SwapFree: 16490492
SwapTotal: 16490492
devices: null
size:
MemFree: 432940
MemTotal: 32843852
SwapFree: 16490492
SwapTotal: 16490492
net:
eth1:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ cpu:
'8': '0'
'9': '1'
disk: null
memory: null
memory:
devices: null
size: null
net:
eth1:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ cpu:
'8': '0'
'9': '0'
disk: null
memory: null
memory:
devices: null
size: null
net:
em2:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ cpu:
'8': '0'
'9': '1'
disk: null
memory: null
memory:
devices: null
size: null
net:
eth1:
buffers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ cpu:
'0': '0'
'1': '1'
disk: null
memory: null
memory:
devices: null
size: null
net:
eth1:
buffers:
Expand Down