All Projects → oldmanpushcart → Shell

oldmanpushcart / Shell

我在unix/linux下积累的常用工具

Programming Languages

shell
77523 projects

unixtools

我在unixtools下积累的常用工具 PS,这里所有的工具都是给淘宝环境下使用,如果你不能理解脚本中的含义,请勿自己使用,谢谢呐。

Java线程过高问题排查

curl -sLk "https://raw.github.com/oldmanpushcart/unixtools/master/javatop.sh" | ksh -s 5 `pgrep -u admin java`

Java Dump脚本

/opt/taobao/java/bin/jmap -dump:live,format=b,file=heap-`date +%Y%m%d%H%M`.bin `pgrep -u admin java`
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].