• Stars
    star
    222
  • Rank 179,123 (Top 4 %)
  • Language
    Shell
  • Created over 11 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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`