sudo /etc/init.d/MarkLogic pstackWas not dumping the output from pstack as expected. I put this together to work around this issue by doing the following instead:
sudo pstack $(ps -ef | grep MarkLogic | grep daemon | awk 'END {print $2}')
My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others.
sudo /etc/init.d/MarkLogic pstackWas not dumping the output from pstack as expected. I put this together to work around this issue by doing the following instead:
sudo pstack $(ps -ef | grep MarkLogic | grep daemon | awk 'END {print $2}')
No comments:
Post a Comment