如何在 Solaris 机器中获得最高输出

发布于 2024-09-10 07:42:40 字数 1459 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

风吹雪碎 2024-09-17 07:42:40

你确实想要 prstat - 它做 top 所做的事情,但它可能需要设置一些开关才能得到你想要的。例如 prstat -L 用于 lwp。

显示屏与顶部非常相似。如果您需要看起来完全像top,那么您将必须一起编写脚本。 Linux 是 BSD,Solaris 是 System V。一个不同的世界。

一般来说,unix 罗塞塔石碑有助于查找“类似 xxx from zzz on yyy unix 的命令”:

http://bhami。 com/rosetta.html

You really want prstat - it does what top does, but it can take setting some switches to get what you want. For example prstat -L for lwp's.

The display is very much like top. And if you require to look like top exactly then you will have to script things together. Linux is BSD, Solaris is system V. A different world.

In general, the the unix rosetta stone helps finding 'commands like xxx from zzz on yyy unix':

http://bhami.com/rosetta.html

﹏半生如梦愿梦如真 2024-09-17 07:42:40

点击

prstat -Z 

查看有关每个区域消耗的所有信息

hit

prstat -Z 

to see all information about each zone consumption

じее 2024-09-17 07:42:40

其中之一是 prtdiag。其他如 vmstatiostat 也值得一看

One of them is prtdiag. Others like vmstat, iostat also worth taking a look

拔了角的鹿 2024-09-17 07:42:40

prstat -aZ

查看 prstat

名称 prstat – 报告活动进程统计信息 概要 prstat
[-acHJLmRrtTv] [-du | d] [-C psrsetlist] [-h lgrplist]
[-j 项目列表] [-k 任务列表] [-n ntop[,nbottom]]
[-p pidlist] [-P cpulist] [-s key | -S键]
[-u euidlist] [-U uidlist] [-z zoneidlist] [-Z]
[interval [count]] 描述 prstat 实用程序迭代地检查系统上的所有活动进程并报告统计信息
基于所选的输出模式和排序顺序。 prstat 提供
仅检查与指定 PID、UID、区域匹配的进程的选项
ID、CPU ID 和处理器集 ID。

-j、-k、-C、-p、-P、-u、-U 和 -z 选项接受列表为
论据。列表中的项目可以用逗号分隔或
用引号引起来并用逗号或空格分隔。

如果不指定选项,prstat 将检查所有进程并
报告按 CPU 使用率排序的统计信息。

选项支持以下选项:

-a 报告有关进程和用户的信息。在此模式下,prstat 同时显示有关进程和用户的单独报告。

prstat -aZ

Review prstat

Name prstat– report active process statistics Synopsis prstat
[-acHJLmRrtTv] [-d u | d] [-C psrsetlist] [-h lgrplist]
[-j projlist] [-k tasklist] [-n ntop[,nbottom]]
[-p pidlist] [-P cpulist] [-s key | -S key ]
[-u euidlist] [-U uidlist] [-z zoneidlist] [-Z]
[interval [count]] Description 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.

Options 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文