zoukankan
html css js c++ java
性能测试必备命令(4)- pstree
性能测试必备的 Linux 命令系列,可以看下面链接的文章哦
https://www.cnblogs.com/poloyy/category/1819490.html
介绍
显示进程树
语法格式
pstree
[-a, --arguments]
[-c, --compact]
[-h, --highlight-all, -Hpid, --high‐
light-pid pid]
[-g]
--show-pgids]
[-l, --long]
[-n, --numeric-sort]
[-N, --ns-sortns
[-p, --show-pids]
[-s, --show-parents]
[-S, --ns-changes]
[-t, --thread-names]
[-T, --hide-threads]
[-u, --uid-changes]
[-Z, --security-context]
[-A, --ascii, -G, --vt100, -U, --unicode]
[pid, user]
pstree
-V,
--version
命令行参数
栗子
pstree -acpgts
演变的过程
本文作者:
小菠萝测试笔记
本文链接:
https://www.cnblogs.com/poloyy/p/13523978.html
查看全文
相关阅读:
Spring_7_AOP之Advice应用
JAVA豆知识
SPRING事务_2
JSP_5_JavaBean
Spring事务_1
java基本类型和包装类型
SVN使用教程总结
通过反射来创建对象?getConstructor()和getDeclaredConstructor()区别?
Java泛型中extends和super的区别?
数字签名、数字证书、对称加密算法、非对称加密算法、单向加密(散列算法)
原文地址:https://www.cnblogs.com/rood/p/14435569.html
最新文章
JZOJ 1240. Fibonacci sequence
JZOJ 1782. Travel
JZOJ 1765. Circle 1011474322
JZOJ 1781. Number
JZOJ 1763. Gift
洛谷 P2704 [NOI2001]炮兵阵地
JZOJ 2679. 跨时代
hibernate级联配置
cvs_svn_vss区别
cxf框架及ssm综合应用
热门文章
WebService技术
JedisUtils
HttpUtils 发送HTTP/HTTPS/{get/post}请求
mysql存储过程
git 设置存储用户名与密码
MyBatis_1
SpringMVC_1
Servlet_1_基础
JSP_7_JSP指令与动作元素
JSP_6_JSP状态管理(cookie)
Copyright © 2011-2022 走看看