Skip to content

Commit 2627112

Browse files
author
Marcin Przepiorowski
committed
Merge branch 'mwatson-delphix-add_uuid' into develop
PR #205
2 parents c52998e + 650819f commit 2627112

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

bin/dx_get_appliance.pl

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
{'VDBs#', 8},
8585
{'Total Objects', 8},
8686
{'vCpu', 8},
87-
{'vMem [GB]', 9}
87+
{'vMem [GB]', 9},
88+
{'UUID',40}
8889
);
8990
} else {
9091
$output->addHeader(
@@ -122,6 +123,7 @@
122123
"",
123124
"",
124125
"",
126+
"",
125127
""
126128
);
127129
} else {
@@ -166,7 +168,8 @@
166168
scalar(@vdb),
167169
scalar(@dsource) + scalar(@vdb),
168170
$system->getvCPU(),
169-
sprintf("%8.2f",$system->getvMem())
171+
sprintf("%8.2f",$system->getvMem()),
172+
$system->getUUID()
170173
);
171174
} else {
172175
$output->addLine(
@@ -288,10 +291,10 @@ =head1 EXAMPLES
288291
289292
Display a Delphix Engine details
290293
291-
dx_get_appliance.pl -d dxt1 -details
294+
dx_get_appliance.pl -d dxt1 -details
292295
293-
Appliance Status Version Total (GB) Used (GB) Free (GB) PctUsed(%) dSource# VDBs# Total Ob vCpu vMem [GB]
294-
-------------------- -------- -------- ---------- ---------- ---------- ---------- -------- -------- -------- -------- ---------
295-
dxt1 UP 6.0.11.0 33.42 9.17 24.25 27.44 1 2 3 4 15.88
296+
Appliance Status Version Total (GB) Used (GB) Free (GB) PctUsed(%) dSource# VDBs# Total Ob vCpu vMem [GB] UUID
297+
-------------------- -------- -------- ---------- ---------- ---------- ---------- -------- -------- -------- -------- --------- ----------------------------------------
298+
dxt1 UP 6.0.12.1 21.80 7.62 14.18 34.96 1 0 1 2 8.00 564d754d-eb0f-bb3e-15a2-f45c08d0ae24
296299
297300
=cut

0 commit comments

Comments
 (0)