zmthrdump This command invokes a thread dump in the ZCS server process and prints the output file. It also gives the option of saving the thread dump to a file and inserts a timestamp on the logfile. Syntax zmthrdump [-h] [-i] [-t <timeout seconds>] [-p <pid file>] [-f <file>] [-o <out-file>] Description Short Name Description -h Displays help messages -i Appends the timestamp to the LOGFILE before invoking SIGQUIT -p Returns the PID to send SIGQUIT. The default value can be found in zmmailboxd_java.pid -f Specifies the LOGFILE to save the thread dump output in. The default value is zmmailbox.out -o Specifies the output file of the thread dump. The default value is stdout -t Specifies the timeout value (in seconds) to exit if the process becomes unresponsive. The default value is 30 seconds.