西木-Lee

 

随笔分类 -  linux

linux查看进程(java)启动时间
摘要:ps axo pid,ppid,comm,pmem,lstart | grep java 效果如下: 79295 1 java 3.5 Fri Mar 20 17:46:28 2020 100302 1 java 3.2 Thu Mar 19 15:28:16 2020 100957 1 java 阅读全文

posted @ 2020-03-23 09:56 西木-Lee 阅读(3926) 评论(0) 推荐(0)

(ubuntu)安装配置jenkins(新版)
摘要:#官网目前支持多种安装方案,有兴趣的直接去查看,本文使用安装方式地址如下,直接戳https://jenkins.io/zh/doc/book/installing/#war%E6%96%87%E4%BB%B6 下载jenkins.war #安装配置jenkins cd /data/jenkins w 阅读全文

posted @ 2020-02-29 15:57 西木-Lee 阅读(1101) 评论(0) 推荐(0)

ubuntu/centos设置IP/DNS
摘要:Ubuntu设置IP/DNS 编辑 /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more i 阅读全文

posted @ 2019-10-25 15:28 西木-Lee 阅读(158) 评论(0) 推荐(0)

Springboot使用docker容器部署
摘要:本文基于ubuntu 16 1.安装openjdk8(略) 2.创建Dockerfile文件 Dockerfile内容 FROM openjdk:8MAINTAINER Lee <li_xyu@foxmail.com> WORKDIR /homeVOLUME /home/logsENV java_o 阅读全文

posted @ 2019-07-02 20:09 西木-Lee 阅读(1045) 评论(0) 推荐(0)

java应用健康检查
摘要:本文主要针对自己手写shell监控应用状态,有可系统解决方案的,比如K8S,可以略过 restart.sh脚本内容: 阅读全文

posted @ 2018-08-10 16:32 西木-Lee 阅读(581) 评论(0) 推荐(0)

导航