I want a command in solaris equivalent to glance in HP-UX


 
Thread Tools Search this Thread
Operating Systems Solaris I want a command in solaris equivalent to glance in HP-UX
# 1  
Old 05-15-2008
Java I want a command in solaris equivalent to glance in HP-UX

Hi,

C an someone help me out in getting the command to get system statistics like CPU, DISK and I/O utilization in a single command instead of mpstat,vmstat and iostat.

When i give sar, getting the following error,
bash-3.00# sar
sar: can't open /var/adm/sa/sa15
No such file or directory

Regards,
Rajesh
# 2  
Old 05-15-2008
how about 'prstat', will that work for you ?
# 3  
Old 05-16-2008
prstat is equivalent to top, not glance

prstat doesn't gives you the system level statistics like CPU, DIS and IO utilization of system.
# 4  
Old 05-16-2008
same cmds in hp & sol

prstat
top
sar

if sar is not working just u restart the service Smilie
# 5  
Old 05-16-2008
It was long back i logging into HP box. There is a command on HPUX which gives CPU and other details.. First find print_msg and execute the absolute path.
# 6  
Old 05-16-2008
Try something like:
sar -v 1 4
to have sar display the current state of the system. And glance runs on Solaris except that with zones it must run in the global zone. I don't know how to get a copy. Try contacting HP using the contact info on this page: GlancePlus overview and features redirect
# 7  
Old 06-26-2008
Bug

You can try sar command like this

sar -d 1 5 ( For disk statistics )

sar -u 1 5 ( System Load stats )
sar -w ( memory/swap utilisation stats etc )


More commands

prstat
iostat
vmstat

etc
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

solaris sed equivalent

Hi Experts, I am using this command to edit the file contents and also add the header to the existing file. I prepared this command on my VM (Linux) and it worked as I wanted it to work. But on solaris its not working :(. Please help as it is quite urgent. sample File: a b Output... (5 Replies)
Discussion started by: sugarcane
5 Replies

2. HP-UX

glance adviser suppress newline in print command

Hi, I have a glance adviser, the highlights below. The problem that i have is that every time glance finds process name "abc" it write the memory region data in a new line. My question is if i have a way to print without newline? The output line for process abc looks something like this:... (0 Replies)
Discussion started by: yochaia01
0 Replies

3. Solaris

ignite hp-ux, which is the equivalent in solaris?

functions... ---------- Post updated at 02:51 PM ---------- Previous update was at 02:22 PM ---------- sorry i didnīt put the header in the message. i use to add this to cron in hp-ux for do the ignite 00 00 1,15 * * /opt/ignite/bin/make_net_recovery -s <IGNITE SERVER> -n 1 -P s -u -x... (5 Replies)
Discussion started by: pabloli150
5 Replies

4. HP-UX

oracle processes with SOCKT in glance command....reason?

Hi Friends, I could see following oracle process in the glance command. i see nothing running in the database although. I tried google it but no success. Another team ,which needs all the processes on the server is complaining. Can someone help me what exactly are these sessions/ how to ... (1 Reply)
Discussion started by: kunwar
1 Replies

5. UNIX for Dummies Questions & Answers

Equivalent of /etc/rc.local in Solaris 10

What is the equivalent of /etc/rc.local in Solaris 10? (4 Replies)
Discussion started by: proactiveaditya
4 Replies

6. HP-UX

Glance command Usage

Hello We have used Glance command to check Cpu Uage , bit new to Glance command , HP-UXdev # glance B3692A GlancePlus C.03.71.00 18:21:16 nedunix2 9000/800 Current Avg High -------------------------------------------------------------------------------- CPU Util S SN NU | 43% 59%... (1 Reply)
Discussion started by: lukas_pise
1 Replies

7. Shell Programming and Scripting

ttytype equivalent command in Solaris.

Hi All, We are trying to migrate scripts from HP Unix to Solaris server, in one of the profile file following command is used to set terminal settings and export its value, "ttytype -a -s " Now the same command is not present in Solaris, could someone let me know which command should i... (0 Replies)
Discussion started by: arvindcgi
0 Replies

8. Solaris

solaris equivalent to the linux screen command

hi there is there a solaris equivalent to the linux screen command? (1 Reply)
Discussion started by: milhan
1 Replies

9. Shell Programming and Scripting

ps ax equivalent in solaris

I am using "ps ax" command in one of my scripts . AIX has x flag for ps . is there any equilent command for ps ax in solaris ? Thanks (1 Reply)
Discussion started by: talashil
1 Replies

10. Solaris

Solaris equivalent of the ioscan command

What is the Solaris equivalent of the HP-UX "ioscan -funC" command which lists all hardware on the system? (5 Replies)
Discussion started by: etc
5 Replies
Login or Register to Ask a Question