Expand dump-functions for excluding user/unused memory (This is rebase commit for merging to development)
This commit is contained in:
committed by
Ken Sato
parent
325082a571
commit
a05b6e1ba8
9
test/dump/utils/linux_dump_cronjob.sh
Executable file
9
test/dump/utils/linux_dump_cronjob.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
sleep 3
|
||||
|
||||
export TERM=xterm-256color
|
||||
|
||||
export DUMP_TEST_HOME=$(cd `dirname $0`/.. && pwd -P)
|
||||
cd ${DUMP_TEST_HOME}
|
||||
./go_linux_dump_test.sh
|
||||
Reference in New Issue
Block a user