Revert "HBASE-19899 Dump ulimit -a, fd count, and free output at end of build into system dir"
Doesn't work. Reverting.
This reverts commit 1ca06d9eea
.
This commit is contained in:
parent
1ca06d9eea
commit
08bcd64c25
|
@ -47,8 +47,5 @@ ps -Aww >"${output}/ps-Aww" 2>&1 || true
|
||||||
ifconfig -a >"${output}/ifconfig-a" 2>&1 || true
|
ifconfig -a >"${output}/ifconfig-a" 2>&1 || true
|
||||||
lsblk -ta >"${output}/lsblk-ta" 2>&1 || true
|
lsblk -ta >"${output}/lsblk-ta" 2>&1 || true
|
||||||
lsblk -fa >"${output}/lsblk-fa" 2>&1 || true
|
lsblk -fa >"${output}/lsblk-fa" 2>&1 || true
|
||||||
ulimit -a >"${output}/ulimit-a" 2>&1 || true
|
ulimit -l >"${output}/ulimit-l" 2>&1 || true
|
||||||
uptime >"${output}/uptime" 2>&1 || true
|
uptime >"${output}/uptime" 2>&1 || true
|
||||||
free -h >"${output}/free -h" 2>&1 || true
|
|
||||||
lsof|wc -l >"${output}/fd-count" 2>&1 || true
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue