Sponsored Content
Operating Systems AIX AIX resources consumption group by process pattern Post 302549765 by csorhand on Wednesday 24th of August 2011 01:29:00 AM
Old 08-24-2011
victorcheung,

What do you need to do do you want to compare it? is this output from TOPAS command?
 

9 More Discussions You Might Find Interesting

1. SCO

Ghost Process + CPU consumption

Hi everyone, I have a problem on sco unixware 7.1.4 a Ghost process is consuming cpu usage. rtpm cpu 0 ======--------- cpu 1 ===--------------------- cpu 2 ============================================================----------- cpu 3 ... (1 Reply)
Discussion started by: neal.opperman
1 Replies

2. AIX

How to list the resources used for each process

Hi Expert, Can anyone tell what command can list the resources used for each process in AIX, including the following columns: Process ID, Program Name, Resources used(CPU,RAM,SWAP),Start Time Thanks!! Victor Cheung (3 Replies)
Discussion started by: victorcheung
3 Replies

3. Solaris

real memory consumption of a process

hi pmap, prstat and ps gives the RSS which is shared memory. I need to know the consumption of real memory. how to do that? thx (4 Replies)
Discussion started by: melanie_pfefer
4 Replies

4. UNIX for Advanced & Expert Users

Throttling Process Resource Consumption

Is there a way of throttling a process resources, something akin to limits but for processes not users? ie I want processX to be restricted in the amount of memory it can consume. For process cpu I guess I can simply nice the process, but total memory consumption is my primary concern. (3 Replies)
Discussion started by: humbletech99
3 Replies

5. Shell Programming and Scripting

Shell script to display top 5 process (per cpu consumption)

Hello, I have to create shell script being myself real novice in scripting... I was looking on the Internet for some script examples, but I don't have the basic understanding of the shell. I was trying to do something with “ps” command without success. For exemple total number of... (2 Replies)
Discussion started by: mr_awd
2 Replies

6. AIX

Memory consumption issue in AIX box

Hi, monitor memory usage on AIX machine on any day of the week from 3:00 PM ET to 5:00 PM ET - Povide min and max memory consumption. Determine if all of the available memory is visible to the operating system. If it is not, determine the amount of memory which may be allocated to the... (3 Replies)
Discussion started by: Rookie_newbie
3 Replies

7. HP-UX

PID Process Resources

Hi all. I need to get detailed information about a PID. I have an app called Reflection X and it shows many things like Total CPU percent, User CPU (Nice) percent, FS Reads, etc. My question is how can I get all that information on console? Is there an archive with the detailed... (9 Replies)
Discussion started by: the0m3n
9 Replies

8. AIX

AIX 7.1 on Power 750 is very slow with no high memory or process consumption

Hi, This thread has been posted before on linuxquestions.org, but no answer, maybe because this is unix question and not linux. I'm posting the same thread here, hope I can get an answer from someone in the meantime, I wish I could post of emergency thread but it needs bits which I don't have :... (6 Replies)
Discussion started by: aLuViAn
6 Replies

9. HP-UX

Find out most memory consumption process in HP UX

Dear All, I want to find out top 15 memory consumption processes in HP UX. Can anyone give me any idea about it? Kauser (2 Replies)
Discussion started by: makauser
2 Replies
uuid(1m)																  uuid(1m)

NAME
uuid - A dcecp object that generates and compares UUIDs SYNOPSIS
uuid compare uuid uuid uuid create uuid help [operation | -verbose] uuid operations ARGUMENTS
A UUID in the following form: C069d9fb6-943e-11cd-a35c-0000c08adf56 The name of the uuid operation for which to display help information. DESCRIPTION
The uuid object generates and compares Universal Unique Identifiers (UUIDs). UUIDs uniquely identify DCE entities such as principals, RPC entries, Cell Directory Service (CDS) replicas, and so on. OPERATIONS
uuid compare Compares two UUIDs. The syntax is as follows: uuid compare uuid uuid The compare operation compares two UUIDs, returning 1 if they are equal or 0 if they are not. Because the uuid compare command handles the comparison of UUIDs in current and previous DCE formats, you should use it rather than string compare. Privileges Required No special privileges are needed to use the uuid compare command. Examples dcecp> uuid compare 03bb2688-943e-11cd-8bfd-0000c08adf56 > 069d9fb6-943e-11cd-a35c-0000c08adf56 0 dcecp> uuid create Returns a newly generated UUID. The syntax is as follows: uuid create The create operation returns a newly generated UUID. It takes no arguments. Privileges Required No special privileges are needed to use the uuid create command. Examples dcecp> uuid create 03bb2688-943e-11cd-8bfd-0000c08adf56 dcecp> uuid help Returns help information about the uuid object and its operations. The syntax is as follows: uuid help [operation | -verbose] Options Displays information about the uuid object. Used without an argument or option, the uuid help command returns brief information about each uuid operation. The optional operation argument is the name of an operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the uuid object itself. Privileges Required No special privileges are needed to use the uuid help command. Examples dcecp> uuid help compare Compares two UUIDs for equality. create Returns a newly generated UUID. help Prints a summary of command-line options. operations Returns a list of the valid operations for this command. dcecp> uuid operations Returns a list of the operations supported by the uuid object. The syntax is as follows: uuid operations The list of available operations is in alphabetical order except for help and operations, which are listed last. Privileges Required No special privileges are needed to use the uuid operations command. Examples dcecp> uuid operations compare create help operations dcecp> RELATED INFORMATION
Commands: dcecp(1m). uuid(1m)
All times are GMT -4. The time now is 04:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy