Any way to get User Summary in AIX like "prstat -t" in Solaris


 
Thread Tools Search this Thread
Operating Systems AIX Any way to get User Summary in AIX like "prstat -t" in Solaris
# 1  
Old 02-01-2007
Any way to get User Summary in AIX like "prstat -t" in Solaris

Hi Friends,

Is there any command in AIX that can give me a summary of the users like we obtain by using "prstat -t" in Solaris?

Request your help.

Regards,
Aeby Samuel.
# 2  
Old 02-02-2007
you can get a list (minimal) with SMIT

"smitty users" > list all users

through commandline: "lsuser ALL"
and then you script everything out you need Smilie

X
# 3  
Old 02-02-2007
Hi,

Thanks.

But I am looking for something which will give me a out like prstat -t on the console, These values I am using in another perl script,

bash-2.03$ prstat -t
NPROC USERNAME SIZE RSS MEMORY TIME CPU
71 root 351M 237M 2.9% 202:45.37 5.9%
8 rwlybg1 2592M 2122M 27% 11:39.14 2.2%
47 uftauap1 2427M 1539M 20% 59:52.39 1.8%
4 maestro 23M 15M 0.2% 0:09.33 0.9%
4 umaestro 23M 16M 0.2% 0:09.49 0.6%
2 cduser 8576K 5152K 0.1% 0:00.00 0.0%
2 as64635 7568K 4392K 0.0% 0:00.02 0.0%
4 jw85191 14M 8264K 0.1% 0:00.00 0.0%
3 mqm 15M 8464K 0.1% 0:00.00 0.0%
1 patrol 8408K 6008K 0.1% 0:00.35 0.0%


Regards,
Aeby
# 4  
Old 02-02-2007
A handy cross reference for those coming over from the lesser versions of UNIX ;0)
http://bhami.com/rosetta.html
# 5  
Old 02-04-2007
Hi,

Thanks for the link.

But none of these AIX commands actually give a summary of resource utilization the way it is summarized by "prstat -t" in Solaris.

This I need inorder to monitor production servers in our organiation i.e. statistics of ressource utilization on user-basis.

Regards,
Aeby
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

How to enable "TCP MD5 Signatures" and "https" on AIX?

I have searched many times but nothing found. Somebody help please :(:(:( (1 Reply)
Discussion started by: bobochacha29
1 Replies

2. UNIX for Advanced & Expert Users

AIX - io info get from "libperfstat" not match "iostat"

Hi, everyone. I need to write a program to get io info based on libperfstat. But the "write time" of a disk is just half of the value get from iostat. I'm confused and can't explain. Help please. How I calculate "write service time per sec": In iostat: write service... (0 Replies)
Discussion started by: jackliang
0 Replies

3. UNIX for Dummies Questions & Answers

What is the significance of sh -s in ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh?

Please can you help me understand the significance of providing arguments under sh -s in > ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh (4 Replies)
Discussion started by: Sree10
4 Replies

4. AIX

AIX 5.3 on p275 - "Remote I/O Attachment Summary"?

As the p275 is coming up, I get this weird "Remote I/O Attachment Summary" diagram on the ASCII terminal. Any idea what that is? (1 Reply)
Discussion started by: smithfarm
1 Replies
Login or Register to Ask a Question