useful-scripts

2024-01-07 16:50
文章标签 scripts useful

本文主要是介绍useful-scripts,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

最近在github看到关于一些比较好的java相关脚本、vcs脚本、shell脚本。怕以后忘记了,在此做个备注。

原链接为:https://github.com/oldratlee/useful-scripts

 

链接中的脚本列表:

:coffee: Java相关脚本

  1. show-busy-java-threads.sh
    打印出在运行的Java进程中,消耗CPU最多的线程栈。用于快速排查Java的性能问题。
  2. show-duplicate-java-classes
    找出jar文件和class目录中的重复类。用于排查Java类冲突问题。
  3. find-in-jars.sh
    在目录下所有jar文件里,查找类或资源文件。

:watch: VCS相关脚本

  1. swtrunk.sh
    自动svn工作目录从分支(branches)切换到主干(trunk)。
  2. svn-merge-stop-on-copy.sh
    把指定的远程分支从刚新建分支以来的修改合并到本地svn目录或是另一个远程分支。
  3. cp-svn-url.sh
    拷贝当前svn目录对应的远程分支到系统的粘贴板,省去CTRL+C操作。

:shell: Shell相关脚本

包含Shell使用或命令加强的脚本。

    1. c
      原样命令行输出,并拷贝标准输出到系统剪贴板,省去CTRL+CCTRL+V操作。
    2. colines
      彩色cat出文件行,方便人眼区分不同的行。
    3. a2l
      按行彩色输出参数,方便人眼查看。
    4. echo-args.sh
      输出脚本收到的参数,在控制台运行时,把参数值括起的括号显示成 红色,方便人眼查看。用于调试脚本参数输入。
    5. console-text-color-themes.sh
      显示Terminator的全部文字彩色组合的效果及其打印方式。
    6. tcp-connection-state-counter.sh
      统计各个TCP连接状态的个数。用于方便排查系统连接负荷问题。
    7. parseOpts.sh
      提供命令行选项解析函数parseOpts,支持选项的值有多个值(即数组)。
    8. xpl and xpf
      在文件浏览器中 打开/选中 指定的文件或文件夹。

 

其他收集到的shell分析脚本链接:

1、https://github.com/zhwj184/shell-work

mysql监控脚本

cookielog分析脚本

线上java进程信息dump和机器信息dump脚本

cpu监控相关

dish 磁盘管理

process 进程管理

 

这篇关于useful-scripts的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/580601

相关文章

JavaScripts数组里的对象排序的24个方法

1. 使用 Array.prototype.sort() 这是最基本、也是最常用的方法。sort() 方法会原地修改数组,并返回排序后的数组。你需要传入一个比较函数来定义排序逻辑。 const array = [{ name: 'Alice', age: 25 },{ name: 'Bob', age: 22 },{ name: 'Charlie', age: 30 }];// 按照年龄升序

Delete/Run scripts itself

In linux shell script, it can delete itself or run itself as usual.

FPGA代码移植案例分析:Tcl Scripts后提示找不到 vo 文件,Supra软件报错

FPGA代码移植案例分析:Tcl Scripts后提示找不到 vo 文件,Supra软件报错 客户工程师已经运行Tcl Scripts,正常没出错就会产生这个vo文件。工程师试了两次 运行之后点的next的,还是出现同样的错误。 建议客户在原quartus工程里重新编译一下,运行Tools ----> Tcl Scripts. 结果重新跑流程还是一样的错误! 客户使用AGM超过2年,以前是

驱动编译错误 /bin/sh: scripts/mod/modpost

错误提示: /bin/sh: scripts/mod/modpost: No such file or directory 出现这样的错误,说明scripts下没有生成相应的文件,cd到kernel所在目录,执行: make scripts 搞定, 然后 make ,就没有这样的错误了. <script type=text/javascript cha

Some useful DevOPS commands

while [ 1 ]; do sleep 1; ll; done # 无限循环while [ $i -lt 10 ]; do echo $i;let "i=$i+1"; done # 有限循环cat raw.txt | while read line; do echo $line; done # readlineuntil [ 1 = 0 ]; do sleep 1; ll; done #

cannot be loaded because running scripts is disabled on this system.

问题:PowerShell:cannot be loaded because running scripts is disabled on this system. 情景 想建立个vue项目,执行vue create vueProg001时报错 解决 在管理员PowerShell下输入 Set-ExecutionPolicy RemoteSigned 原因 如果使用Win

Maximo 使用 REST API 调用 Automation Scripts

创建Automation Scripts 首先在 Maximo 的 Automation Scripts 应用中创建一个自动化脚本,内容如下: Script: countofwoandsr Script Language: javascript Allow Invoking Script Functions: true load("nashorn:mozilla_compat.js");i

Notes for the missing semester. Useful and basic knowledge about Linux.

The Shell Contents The first course is to introduce some simple commands. I’ll list some commands that I’m not familiar with: # --silent means don't give log info,# --head means we only want the

10 Best And Useful jQuery Plugins

原文地址:http://zoomzum.com/best-and-usefu-jquery-plugins/   A few days ago we have discussed about jQuery in our last article – jQuery is the popular JavaScript library, you can include this library in