- 浏览: 794247 次
- 性别:
- 来自: 大连
文章分类
- 全部博客 (417)
- ASP.NET MVC (18)
- WEB基础 (24)
- 数据库 (69)
- iPhone (20)
- JQuery (3)
- Android (21)
- UML (8)
- C# (32)
- 移动技术 (19)
- 条码/RFID (6)
- MAC (8)
- VSS/SVN (6)
- 开卷有益 (4)
- 应用软件 (1)
- 软件工程 (1)
- java/Eclipse/tomcat (61)
- 英语学习 (2)
- 综合 (16)
- SharePoint (7)
- linux (42)
- Solaris/Unix (38)
- weblogic (12)
- c/c++ (42)
- 云 (1)
- sqlite (1)
- FTp (2)
- 项目管理 (2)
- webservice (1)
- apache (4)
- javascript (3)
- Spring/Struts/Mybatis/Hibernate (4)
- 航空业务 (1)
- 测试 (6)
- BPM (1)
最新评论
-
dashengkeji:
1a64f39292ebf4b4bed41d9d6b21ee7 ...
使用POI生成Excel文件,可以自动调整excel列宽等(转) -
zi_wu_xian:
PageOffice操作excel也可以设置表格的行高列宽,并 ...
使用POI生成Excel文件,可以自动调整excel列宽等(转) -
wanggang0321:
亲,我在pptx(office2007以上版本)转pdf的时候 ...
JODConverter]word转pdf心得分享(转) -
xiejanee:
楼主:你好!我想请问下 你在代码中用DOMDocument* ...
Xerces-C++学习之——查询修改XML文档 (转)
From:http://www.kuqin.com/article/06solaris/916640.html
The prstat utility iteratively examines all active processes on the system and reports
statistics based on the selected output mode and sort order. prstat provides options
to examine only processes matching specified PIDs, UIDs, zone IDs, CPU IDs, and
processor set IDs.
The -j, -k, -C, -p, -P, -u, -U, and -z options accept lists as arguments. Items in a list
can be either separated by commas or enclosed in quotes and separated by commas or
spaces.
If you do not specify an option, prstat examines all processes and reports statistics
sorted by CPU usage.
The following options are supported:
-a
Report information about processes and users. In this mode prstat displays
separate reports about processes and users at the same time.
-c
Print new reports below previous reports instead of overprinting them.
-C psrsetlist
Report only processes or lwps that are bound to processor sets in the given list.
Each processor set is identified by an integer as reported by psrset(1M). The load
averages displayed are the sum of the load averages of the specified processor sets
(see pset_getloadavg(3C)). Processes with one or more LWPs bound to
processor sets in the given list are reported even when the -L option is not used.
-j projlist
Report only processes or lwps whose project ID is in the given list. Each project ID
can be specified as either a project name or a numerical project ID. See project(4).
-J
Report information about processes and projects. In this mode prstat displays
separate reports about processes and projects at the same time.
-k tasklist
Report only processes or lwps whose task ID is in tasklist.
-L
Report statistics for each light-weight process (LWP). By default, prstat reports
only the number of LWPs for each process.
-m
Report microstate process accounting information. In addition to all fields listed in
-v mode, this mode also includes the percentage of time the process has spent
processing system traps, text page faults, data page faults, waiting for user locks
and waiting for CPU (latency time).
-n ntop[,nbottom]
Restrict number of output lines. The ntop argument determines how many lines of
process or lwp statistics are reported, and the nbottom argument determines how
many lines of user, task, or projects statistics are reported if the -a, -t, -T, or -J
options are specified. By default, prstat displays as many lines of output that fit
in a window or terminal. When you specify the -c option or direct the output to a
file, the default values for ntop and nbottom are 15 and 5.
-p pidlist
Report only processes whose process ID is in the given list.
-P cpulist
Report only processes or lwps which have most recently executed on a CPU in the
given list. Each CPU is identified by an integer as reported by psrinfo(1M).
-R
Put prstat in the real time scheduling class. When this option is used, prstat is
given priority over time-sharing and interactive processes. This option is available
only for superuser.
-s key
Sort output lines (that is, processes, lwps, or users) by key in descending order.
Only one key can be used as an argument.
There are five possible key values:
cpu
Sort by process CPU usage. This is the default.
pri
Sort by process priority.
rss
Sort by resident set size.
size
Sort by size of process image.
time
Sort by process execution time.
-S key
Sort output lines by key in ascending order. Possible key values are the same as for
the -s option. See -s.
-t
Report total usage summary for each user. The summary includes the total number
of processes or LWPs owned by the user, total size of process images, total resident
set size, total cpu time, and percentages of recent cpu time and system memory.
-T
Report information about processes and tasks. In this mode prstat displays
separate reports about processes and tasks at the same time.
-u euidlist
Report only processes whose effective user ID is in the given list. Each user ID may
be specified as either a login name or a numerical user ID.
-U uidlist
Report only processes whose real user ID is in the given list. Each user ID may be
specified as either a login name or a numerical user ID.
-v
Report verbose process usage. This output format includes the percentage of time
the process has spent in user mode, in system mode, and sleeping. It also includes
the number of voluntary and involuntary context switches, system calls and the
number of signals received. Statistics that are not reported are marked with the -
sign.
-z zoneidlist
Report only processes or LWPs whose zone ID is in the given list. Each zone ID can
be specified as either a zone name or a numerical zone ID. See zones(5).
-Z
Report information about processes and zones. In this mode, prstat displays
separate reports about processes and zones at the same time.
The following list defines the column headings and the meanings of a prstat report:
PID
The process ID of the process.
USERNAME
The real user (login) name or real user ID.
SIZE
The total virtual memory size of the process, including all mapped files and
devices, in kilobytes (K), megabytes (M), or gigabytes (G).
RSS
The resident set size of the process (RSS), in kilobytes (K), megabytes (M), or
gigabytes (G). The RSS value is an estimate provided by proc(4) that might
underestimate the actual resident set size. Users who want to get more accurate
usage information for capacity planning should use the -x option to pmap(1)
instead.
STATE
The state of the process:
cpuN
Process is running on CPU N.
sleep
Sleeping: process is waiting for an event to complete.
run
Runnable: process in on run queue.
zombie
Zombie state: process terminated and parent not waiting.
stop
Process is stopped.
PRI
The priority of the process. Larger numbers mean higher priority.
NICE
Nice value used in priority computation. Only processes in certain scheduling
classes have a nice value.
TIME
The cumulative execution time for the process.
CPU
The percentage of recent CPU time used by the process. If executing in a non-global
zone and the pools facility is active, the percentage will be that of the processors in
the processor set in use by the pool to which the zone is bound.
PROCESS
The name of the process (name of executed file).
LWPID
The lwp ID of the lwp being reported.
NLWP
The number of lwps in the process.
With the some options, in addition to a number of the column headings shown above,
there are:
NPROC Number of processes in a specified collection.
MEMORY Percentage of memory used by a specified collection of processes.
The following columns are displayed when the -v or -m option is specified
USR The percentage of time the process has spent in user mode.
SYS The percentage of time the process has spent in system mode.
TRP The percentage of time the process has spent in processing system
traps.
TFL The percentage of time the process has spent processing text page
faults.
DFL The percentage of time the process has spent processing data page
faults.
LCK The percentage of time the process has spent waiting for user
locks.
SLP The percentage of time the process has spent sleeping.
LAT The percentage of time the process has spent waiting for CPU.
VCX The number of voluntary context switches.
ICX The number of involuntary context switches.
SCL The number of system calls.
SIG The number of signals received.
Under the -L option, one line is printed for each lwp in the process and some
reporting fields show the values for the lwp, not the process.
The following operands are supported:
count Specifies the number of times that the statistics are repeated. By
default, prstat reports statistics until a termination signal is
received.
interval Specifies the sampling interval in seconds; the default interval is 5
seconds.
发表评论
-
weblogic 发布webservice
2013-01-16 16:23 0将webservice打成war包,或者按war包展开的目录格 ... -
gcc/g++编译
2012-07-16 13:57 19731. gcc/g++在执行编译工作的时候,总共需要4步 ... -
如何查看solaris操作系统的版本号
2012-07-10 17:44 3878如何查看solaris操作系统的版本号 我知道的有下面 ... -
solaris10中U盘的使用方法
2012-07-10 15:50 4306一般情况下U 盘插上去都可以自动识别,如果不能自动识别 ... -
solaris studio官方文档
2012-07-10 11:35 939Oracle Solaris Studio 12.3 Info ... -
Solaris locale
2012-07-09 15:44 963Solaris locale 设置分两种情况:Partial ... -
在Solaris 10上安装和使用中文输入法 (转)
2012-07-09 14:22 12971, 安装 Open Solaris 11 添加中文包和中文 ... -
给solaris10安装语言包
2012-07-09 09:48 3130增加zh_TW语言包 把solaris10的光盘 mount ... -
solaris10设置IP
2012-07-06 16:40 1131设置IP 假设要将IP 设置为192.168.1 ... -
isainfo 以及 虚拟机等
2012-07-06 14:47 0如何启动Solaris 32-bit/64-bit内核 对 ... -
在solaris操作系统下使用Oracle10.1g廋客户端
2012-07-06 10:17 1525转自:http://blog.csdn.net/l ... -
more 命令 用于分屏显示
2012-07-04 14:45 1227more 命令 用于分屏显示 原文链 ... -
Weblogic 10.3.5在64位Windows系统下的安装和配置
2012-07-02 16:56 2455今天, 笔者将向大家介绍Oracle Weblogic 10. ... -
dtlogin
2012-06-29 16:46 2034Solaris 桌面登录详解 2007-12-13 1 ... -
solaris 10系统上架构phpwind论坛环境(转)
2012-06-21 16:54 1799前提:solaris 已经安装 ... -
cat用法
2012-06-21 09:45 1027cat主要有三大功能: 1.一次显示整个文件。$ cat ... -
Solaris 10下 Oracle 11G proc 的C程序示例(转)
2012-06-18 16:09 1421Solaris 10下 Oracle 11G pr ... -
Solaris 10安装jdk1.6及修改成默认JDK(转)
2012-06-15 09:38 3330今天来给大家讲一下solaris 10安装jdk1.6.从su ... -
linux ln用法
2012-06-15 09:36 1175ln 建立一个到文件的链接 语法:ln ... -
linux显示文本命令大全(cat/tac/more/head/less/tail)
2012-06-05 11:12 1347http://pengzhenloveseo.blog ...
相关推荐
AIX(Advanced Interactive eXecutive)是IBM开发的一款基于UNIX的操作系统,广泛应用于大型机和小型...在实际工作中,结合"AIX5.3命令参考大全",可以迅速查找和学习具体命令的使用方法,提升AIX系统管理的专业能力。
《IBM AIX 5L V5.3 命令参考大全》是针对IBM AIX操作系统的一个详尽的工具书,旨在帮助用户更好地理解和掌握在AIX 5L V5.3版本中进行系统管理、网络配置、性能监控等任务所使用的命令。AIX(Advanced Interactive ...
《AIX 5L V5.3 命令参考大全》是一本全面介绍IBM AIX操作系统中命令使用的中文指南。AIX(Advanced Interactive eXecutive)是IBM开发的一款强大的Unix操作系统,广泛应用于企业级服务器环境。此文档集旨在为AIX系统...
本资源"IBM AIX命令参考大全1"提供了一套全面的AIX命令指南,对于熟悉和掌握AIX系统至关重要。AIX,全称Advanced Interactive eXecutive,是IBM开发的一种Unix操作系统,广泛应用于企业级服务器和大型机环境。 1. *...
`prstat`可以查看进程资源使用情况,`vmstat`、`iostat`和`mpstat`分别报告虚拟内存、I/O设备和多处理器系统的状态。 **安全性** `chmod`和`chmod`用于改变文件权限,`chroot`创建一个安全的执行环境。`authinfo`...
本文对电动汽车用多相电机电流控制策略进行了比较,提出了基于静止坐标系下的比例谐振控制方式(PRstat),并对其进行了详细的分析和比较。 首先,本文对多相电机的多平面数学模型进行了推导,得到了基波和谐波平面...
手册会介绍Solaris内置的监控工具,如`prstat`、`iostat`和`vmstat`,以及如何使用它们来收集和分析性能数据。 9. **最佳实践**:手册会提供一系列的最佳实践,指导管理员如何在实际环境中应用这些调优技术,以确保...
本文档《AIX操作系统命令大全》旨在提供一个全面的AIX命令参考,帮助用户更好地理解和操作AIX系统。 一、文件与目录管理 在AIX系统中,基本的文件和目录操作命令包括`ls`用于查看目录内容,`cd`用于切换当前工作...
在C++编程中,可以利用Solaris特有的`project(3)`接口或者`/usr/ucb/ps`程序的源代码作为参考,设计出获取CPU负荷的二进制程序。 在所有这些系统中,C++作为一个强大的系统编程语言,提供了丰富的库和API来访问底层...
### AIX5L版本5.3性能工具指南与参考 #### 一、概述 AIX5L Version 5.3是一款由IBM开发的操作系统,其性能工具指南与参考手册详细介绍了如何利用系统内置的工具来监控、分析和优化系统的性能。这份文档是针对AIX5L ...
例如,`iostat`命令用于监控I/O设备性能,`ps`和`top`用于查看系统进程状态,`vmstat`和`prstat`提供系统资源使用情况。此外,`kstat`可以提供内核统计信息,而`dmesg`用于查看启动时的内核消息,这些都是排查问题的...
8. **性能分析与调优**:Solaris 提供了丰富的性能监控工具,如 sar、prstat、vmstat 等,通过分析这些工具输出的数据,可以识别系统瓶颈并进行性能优化。 9. **安全管理**:理解 Solaris 的安全模型,包括权限模型...
8. **性能监控和分析**:手册还包含了各种性能监控工具的使用,如prstat、iostat和vmstat,帮助管理员识别系统瓶颈并进行相应的参数调整。 9. **更新和维护**:了解如何使用Oracle Solaris Update Manager(SMU)和...
3. 性能监控:使用sar、prstat等工具进行系统性能监控,分析CPU、内存、I/O等资源的使用情况。 4. 安全管理:实施防火墙、入侵检测、安全更新和加固策略,确保系统安全。 5. 系统维护:定期执行系统检查、软件更新、...
总的来说,《Oracle Solaris 9 性能调优指南》是一本详尽的参考资料,涵盖了从操作系统层面到应用程序层面的全面性能优化方法,对系统管理员和开发人员来说具有极高的参考价值。通过学习和实践文档中的内容,用户...
进程管理是AIX操作中的常见任务,学会使用ps、top、prstat等工具监控和控制进程,对于系统性能调优和问题排查具有重要意义。另外,用户和组管理,包括创建、删除用户,设置权限,理解UIC(User Identification Code...
7. **性能分析和调优**:手册中会包含各种工具和方法,帮助管理员和开发者优化系统性能,如使用`prstat`、`iostat`等命令进行性能监控。 8. **网络和并发编程**:Solaris 10支持TCP/IP和其他网络协议,以及并发编程...
5. 系统监控:`vmstat`显示虚拟内存统计,`iostat`监测磁盘I/O,`prstat`查看进程资源使用,`sar`系统活动报告,`df`和`du`检查磁盘空间。 6. 软件安装与更新:`installp`是AIX的主要软件安装工具,`lslpp`列出已...
总的来说,《Sun Solaris 8 简体中文 Solaris 用户指南》是学习和管理Solaris 8系统的重要参考资料,它为用户提供了全面的操作指导和技术支持,无论你是初学者还是经验丰富的系统管理员,都能从中受益匪浅。