E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bashpid
超详细教程:Centos安装Prometheus、Grafana监控Kafka及Linux主机
/bin/
bashPID
_FILE="node_exporter.pid"LOG_FILE="node_exporter.log"###这个路径
一座野山
·
2024-01-06 16:47
Linux
centos
docker
linux
centos
prometheus
springboot jar包重启脚本demo
/bin/
bashPID
=ps-ef|grepstatistics-0.0.1-SNAPSHOT|grep-vgrep|grep-vroot|grep-vbash|awk'{print$2}'echo$
WEIJAVA
·
2024-01-01 23:07
变量
BASHPID
:Bash进程的进程ID。BASHOPTS:当前Shell的参数,可以用
混子哥
·
2023-12-31 17:21
公共的操作提取成脚本
/bin/
bashPID
=$(ps-ef|grepxxxxxxService|grep-vgrep|awk'{print$2}')if[-z"$PID"]thenechoAppl
odng
·
2023-11-26 16:48
java
linux
服务器
linux系统下django项目启动的shell脚本run.sh
/bin/
bashpid
=$(ps-ef|grep“/root/memeplatform/ENV/bin/pythonmeme/manage.pyrunserver”|grep-v“grep”|awk‘
山间的石头
·
2023-11-19 01:56
shell
linux
shell
django
Linux根据指定端口号杀掉进程
/bin/
bashPID
=$(lsof-i:8087|grep-m1"LISTEN"|awk'{print$2}')if[-z"$PID"];thenecho"PIDisempty"elsekill$PIDfi
运维、开发攻城狮
·
2023-11-16 02:06
linux
linux stop.sh
/bin/
bashpid
=`(ps-ef|grep/home/jiao/8.3.1.4b23/etc/gs_express.c
cyuyan2014
·
2023-09-02 07:15
linux
linux
脚本
stop.sh
shell
观察linux管道现象
第一个进程[root@LinuxOparationnewDir]#echo$$32479[root@LinuxOparationnewDir]#{echo$
BASHPID
;readx;}|{cat;echo
lenny611
·
2023-07-20 12:20
Shell脚本查询进程并kill进程(集群版)
/bin/
bashPID
=`ps-ef|grepzookeeper|grep-vgrep|awk'{print$2}'`
zhangbeizhen18
·
2023-06-11 17:39
L02-Shell基础
查询进程并kill进程
Shell脚本查询进程
Shell脚本kill进程
ps命令kill命令
运维
Java开发常见模糊点
/bin/
bashPID
=$(ps-ef|grepyou
唐小码
·
2023-04-02 15:19
java
java
jar
linux
docker
Shell进阶脚本-内部变量
BASH_ENV这个环境变量会指向一个Bash启动文件,该文件在脚本被调用时会被读取$BASH_SUBSHELL该变量用于提示所处的subshell层级这是在Bashversion3中被引入的新特性$
BASHPID
Chris0Yang
·
2023-04-01 06:13
在Centos上通过Cron监控一个Java服务(保活)
/bin/
bashpid
=$(ps-ef|grep'java-jar/hom
赵智广
·
2023-03-18 13:18
【Linux】 删除过滤出来的某些进程 kill -9
/bin/
bashPID
=$(ps-ef|greppython|grep-vgrep|awk'{print$2}')if[-z"${PID}"]thenechoApplicationisalreadystoppedelseechokill
weixin_40293999
·
2023-01-20 10:30
linux
运维
linux
运维
服务器
linux部署springboot项目的一些脚本和jenkins构建运行springboot项目
/bin/
bashPID
=`ps-ef|grepXX.jar|grep-vgrep|awk'{pr
Summer524!
·
2022-08-04 16:57
工具
linux
jar
shell
bash:exec -c 及 ENV_SUPATH
验证方式:打印进程idecho$
BASHPID
打印环境变量PATHecho$PATH打印所有环境变量export-p//文件test1#!/usr/bin/bashset-e.
·
2021-07-27 19:41
bashshell
bash:exec -c 及 ENV_SUPATH
验证方式:打印进程idecho$
BASHPID
打印环境变量PATHecho$PATH打印所有环境变量export-p//文件test1#!/usr/bin/bashset-e.
·
2021-06-18 21:28
bashshell
查看java线程数量及线程名并进行校验
/bin/
bashpid
=`c
adonisjph
·
2021-04-19 23:13
mysql cpu和内存监控
/bin/
bashPid
=`/bin/ps-ef|grepmysqld|grep-Ev"grep|safe"|awk'{print$2}'`vMem=`/usr/bin/top-b-n1-p$Pid|grepmysql
weixin_30268071
·
2020-09-13 23:33
数据库
awk
Shell 脚本实现自动化循环删除进程
/kill_log.log#stop.sh#/bin/
bashpid
=`ps-aux|grep"kill_macron"|grep-v
AldarLin
·
2020-09-13 08:18
Linux
shell脚本--重启nohup后台运行的程序
/bin/
bashpid
=`ps-ef|gre
打卤
·
2020-09-11 15:42
shell
springboot jar配置后台运行脚本
/bin/
bashPID
=$(ps-ef|grepredwolf.jar|grep-vgrep|awk'{print$2}')if[-z"$PID"]thenechoApplication
你是人间五月天
·
2020-08-25 04:29
SpringBoot
linux
Java
springboot以jar包方式启动、关闭、重启脚本
/bin/
bashPID
=$(ps-ef|greptest.jar|grep-
my--dream
·
2020-08-25 02:32
Springboot
简易版SpringBoot 服务启动脚本
/bin/
bashPID
=`jps|grepbrill_lab_starter-1.0.0-SNAPSHOT.jar|cut-d""-f1`#杀死进程if[-z$PID];thenecho'服务未运行,
Wu_Menghao
·
2020-08-16 23:21
Linux使用
解决jenkins 使用ssh插件执行脚本,导致一直处于构建中无法停止
/bin/
bashpid
=`ps-ef|greppython|awk'{print$2}'`kill$pidgitfetch--allgitreset--hardorigin/mastergitpullnohuppython3run.py
远洪
·
2020-08-14 23:44
项目管理
杀死启动进程
/bin/
bashPID
=$(ps-ef|grepseps-web-1.0-SNAPSHOT.jar|grep-vgrep|awk'{print$2}')if[-z"$PID"]thenechoApplicationisalreadystoppedelseechokill
小小仓鼠
·
2020-08-11 16:00
bash 中 $ 与 ! 的使用
上一条命令的显示结果,0位成功,其他为失败$#传递的参数的个数$*所有传递的参数$@与”$*”相同,并在引号内返回每个参数$0执行的命令/文件名$$当前shell或脚本运行的进程号,等同于$
BASHPID
neoq
·
2020-08-11 03:19
linux
我写的监控脚本
/bin/
bashpid
=`ps-ef|greptomcat8082|grep-vgrep|wc-l`port=`netstat-anplt|grep8082|wc-l`path=/usr/tomcat
weixin_33800463
·
2020-07-30 03:03
Shell脚本启动/停止/重启(SpringBoot)jar包
/bin/
bashpid
=`ps-ef|grepdemo-0.0.1-SNAPSHOT.jar|grep-vgrep|awk'{print$2}'`b=0if[$pid-gt$b]thenkill-9$
Hello_Error
·
2020-07-15 01:12
系统运维
Advanced Bash-Scripting Guide 学习笔记一
脚本被执行前会调用$BASH_ENV所指向的脚本例子:变量:$BASH_SUBSHELL意义:显示当前的shell层次,最高层为0,0层的子shell层次为1例子:变量:$HOME意义:用户用户目录变量:$
BASHPID
linfengfeiye
·
2020-07-14 13:53
Linux
jenkins的启动和停止
/bin/
bashpid
=`ps-ef|grepjenkins.war|grep-v'grep'|awk'{print$2}'|wc-l`if["$1"="start"];thenif[$pid-gt0
BambooJune
·
2020-07-09 03:08
开发环境
apache-flume重启脚本
/bin/
bashpid
=`lsof -i:8787 | grep java | awk '{print $2}'`if [ -n "${pid}" ];th
weixin_33940102
·
2020-06-28 08:36
第07天 [Shell脚本编程基础]
vim/etc/profileexportPATH=/usr/local/apache/bin:$PATHsource/etc/profile进程pidecho$
BASHPID
查看进程echo$PPID
ko_oi
·
2020-06-21 02:55
Linux知识汇总
Shell脚本杀掉除自己外的旧进程
|grep-v$
BASHPID
)&>/dev/null其中pgrep-f$0|grep-v$
BASHPID
是筛选出除
骏马金龙
·
2020-04-04 10:00
Jenkins执行远程服务器Shell脚本启动SpringBoot 的坑
/bin/
bashpid
=`ps-ef|grepxxx.jar|grep-vgrep|awk'{print$2}'`if[-n"$pid"]thenkill-9$pidecho"[admin
断舍离-重学JAVA之路
·
2020-03-20 23:00
Springboot以jar包方式启动、关闭、重启脚本
/bin/
bashPID
=$(ps-ef|grepactiviti_demo-
java耿
·
2019-12-16 08:07
Shell
bash-xhello.sh--逐行执行,跟踪每一行的执行结果(umask066;touchfile.txt)--变量修改只对当前生效,命令执行完后不会保存[root@centos7data]#NAME=wang;echo$
BASHPID
wangyanqiang
·
2019-10-26 10:00
springboot 启动停止脚本
/bin/
bashpid
=$(ps-ef|grepspring-boot-app.jar|grep-vgrep|awk'{print$2}')if[[-z"${pid}"]]thenechoapplicatio
代码让自己变强
·
2019-10-05 22:00
Jenkins执行远程服务器Shell脚本启动SpringBoot项目
/bin/
bashpid
=`ps-ef|grepxxx.jar|grep-vgrep|awk'{print$2}'`if[-n"$pid"]thenkill-9$pidecho"[admin]Killed"fi
就叫Future啊
·
2019-09-05 21:43
服务器
CentOS
Jenkins构建项目
/bin/
bashpid
=`ps-ef|grepcrPatient-t1|grep-vgrep|awk'{print$2}'`if[-n"$pid"]thenkill-9$pidfirm-rf/crdata
zianL
·
2019-08-06 09:18
django启动server报错Error: That port is already in use.
/bin/
bashpid
=$(psaux|grep"./manage.pyrunserver"|grep-vgrep|head-1|xargs|cut-f2-d""
虚生
·
2019-01-07 10:00
linux-shell脚本批量杀死pid(redis集群删除)
/bin/
bashpid
_name="redis"echo"杀死的进程名称:"$pid_namepid=$(ps-ef|grep$pid_name|grep-vgrep|awk'{print$2}')echo"pid
不会撒谎的乌索普
·
2018-09-16 17:55
shell
redis
nosql
nginx重启脚本
/bin/
bashPID
=`cat /usr/local/nginx/logs/nginx.pid` >/dev/null 2>&1case $1 instart)/usr/local/nginx/sbin
wpf926
·
2017-08-21 20:13
nginx
重启脚本
Web服务
常用shell(2):shell监控进程的cpu,内存占用(定时采集)
/bin/
bashpid
=$1#获取进程pidecho$pidinterval=1#设置采集间隔whiletruedoecho$(date+"%y-%m-%d%H:%M:%S")>>proc_memlog.txtcat
Clannad_汐
·
2017-08-15 23:15
shell
apache-flume重启脚本
/bin/
bashpid
=`lsof -i:8787 | grep java | awk '{print $2}'`if [ -n "${pid}" ];th
青衫解衣
·
2017-01-03 14:58
apache
flume
重启脚本
Shell基础脚本
如何进入docker容器
/bin/
bashPID
=$(dockerinspect
fangxingxing007
·
2014-10-11 11:48
docker
如何进入docker容器
/bin/
bashPID
=$(dockerinspect
剑锋凛冽
·
2014-10-11 11:00
docker
我写的监控脚本
/bin/
bashpid
=`ps-ef |greptomcat8082|grep-vgrep|wc-l`port=`netstat-anplt|grep8082|wc-l`path=/usr/tomcat
xingmin5257
·
2014-09-03 07:36
status
null
sleep
running
failure
Linux下获取进程的启动时间的几种方法
/bin/
bashpid
=$1elt=$(psw-p$pidopid=,cmd=,etime=|awk'{print$NF}')case$(echo$elt|sed-e's/:/:\n/g'|grep"
panzhc
·
2014-01-16 16:00
mondodb常用shell命令和常用java驱动操作
/bin/
bashpid
=`ps-opid,commandax|grepm
larrylgq
·
2012-03-29 14:00
Tomcat重启脚本
/bin/
bashpid
=`psaux|greptomcat|grep-vgrep|awk'{print$2}'`echo$pidif[-n"$pid"] then echo========shutdown
zyy123
·
2012-03-29 10:32
tomcat
职场
休闲
重启乱码
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他