Skip to content

Release 1.0.0 😋

Compare
Choose a tag to compare
@oldratlee oldratlee released this 01 Oct 11:16
· 292 commits to dev-3.x since this release

Change Log

  1. show-busy-java-threads
    • support delay/count arguments, so as to run multiply time automatically 🍬
    • support options -a to append info to log file, so as to review later 😋
    • support jstack options -F, force dump 😱
    • support options -s to specify jstack path, it's convenient when run by sudo
    • check os support, report os unsupported info and exit
    • fix wrong user bug, when run by sudo -u user_foo
  2. find-in-jars
    • support macOS (reimplement option parse)
    • support multiply find directories
    • support all pattern mode of grep, -E/-F/-P options ✨
    • support responsive process info output when run at console(tty) 🙆
    • performance optimization, use zipinfo/unzip command first
      zipinfo -1/unzip -Z1 is ~25 times faster than jar tf ⚡️ 😎
  3. tcp-connection-state-counter
  4. Documentation update
    • add OS support info
    • hide doc for svn related scripts from index readme. (Yes, please use git instead! 💥 )
    • several documentation improvement

Have fun! 💕
2017-10-03