linux|linux|常用的系统监控命令
文章图片
image.png 命令[root@localhost ~]# ifconfig
文章图片
image.png 命令top 资源整体使用情况
文章图片
image.png free 查看内存使用情况
文章图片
image.png netstat -tlnp查看端口使用情况
netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multi-cast memberships
参数说明ps -ef 查看进程
-t --tcp
-l --listening
-n --numeric
-p --program
文章图片
image.png
ps - report a snapshot of the current processes.[root@localhost ~]# ps -ef| grep java kill -9 进程id 强力杀死进程
参数说明:
-e Select all processes. Identical to -A.
-f Do full-format listing. This option can be combined with many other UNIX-style options to add additional
columns. It also causes the command arguments to be printed. When used with -L, the NLWP (number of
threads) and LWP (thread ID) columns will be added. See the c option, the format keyword args, and the
format keyword comm.
【linux|linux|常用的系统监控命令】-9
文章图片
image.png
文章图片
image.png
推荐阅读
- 昨夜小楼听风
- 为什么你的路演总会超时()
- 深入理解Go之generate
- 遗憾是生活的常态,但孝顺这件事,我希望每一个人都不留遗憾
- 标签、语法规范、内联框架、超链接、CSS的编写位置、CSS语法、开发工具、块和内联、常用选择器、后代元素选择器、伪类、伪元素。
- Linux下面如何查看tomcat已经使用多少线程
- 唱歌教学(导致嗓音损坏的几个常见的错误唱歌方法!)
- 迷茫是人生常态
- Hive常见问题汇总
- 数组常用方法一