IP属地:广东
1.基本排查 liunx 命令查看基本运行信息 1.top,查看cpu及其他信息,以下为top子命令: 1 查看cpu 个数,及各核的使用情况 ...
Liunx #! /bin/bash resptime=`curl -o /dev/null -s -w %{time_total} 127.0...
关于Hotspot TM Java TM虚拟机中的 垃圾收集的常见问题 本文档描述了 Java( tm ) HotSpot ( tm ) 虚拟机...
1.查看进程 ps -ef |grep xx.jar ps aux |grep xxx.jar 可通过jobs命令查看后台运行任务 job...
git init把它(当前文件)变成Git仓库 在Github上设置好SSH密钥后,新建一个远程仓库,通过git remote add orig...