Sponsored Content
Operating Systems Solaris Solaris 10 v245 Busy/Slow System Post 302338437 by incredible on Tuesday 28th of July 2009 02:13:57 AM
Old 07-28-2009
Whats the uptime of the server? If its really too long, you might want to consider getting a downtime to reboot (as an interim solution).
What Solaris OS is it running? prstat -a.. checkout the process that is consuming high CPu/Mem utilisation first
In my example below, you can see that the flarcreate command is the most resourse utilising.....

Code:
root@unknown # prstat -a
   PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
 29535 root     2220K 1192K sleep    1    0   0:01:57  18% compress/1
 29489 root     1352K  744K sleep    1    0   0:01:06  10% wc/1
 29532 root       10M   10M sleep   60    0   0:00:12 1.6% cpio/1
 29534 root     1500K  736K sleep    1    0   0:00:09 1.5% computehash/1
 29533 root     1492K  720K sleep   24    0   0:00:04 0.7% computehash/1
 10698 root      136M   64M sleep   60    0   0:00:52 0.0% java/27
 11292 root      156M   84M sleep   60    0   0:02:13 0.0% java/30
 11589 noaccess  269M  115M sleep   31    0   0:00:54 0.0% java/26
 29569 siraj    7888K 3948K sleep   59    0   0:00:00 0.0% sshd/1
 12530 root      177M   68M sleep   18    0   0:00:20 0.0% java/37
  9991 root      208M  139M sleep   17    0   0:00:41 0.0% java/18
 29635 root     3628K 2828K cpu1    59    0   0:00:00 0.0% prstat/1
 29579 root     2952K 1728K sleep   59    0   0:00:00 0.0% bash/1
  9354 root       33M   25M sleep   59    0   0:00:06 0.0% Xorg/1
 29601 root     2948K 1732K sleep   59    0   0:00:00 0.0% bash/1
 NPROC USERNAME  SWAP   RSS MEMORY      TIME  CPU
    80 root      499M  547M   6.7%   0:08:19  32%
     1 noaccess  195M  172M   2.1%   0:00:54 0.0%
     5 siraj    2924K 7548K   0.1%   0:00:00 0.0%
     1 lp       1016K 1816K   0.0%   0:00:00 0.0%
     1 smmsp    1136K 4472K   0.1%   0:00:00 0.0%
Total: 97 processes, 419 lwps, load averages: 1.27, 0.57, 0.22
root@unknown # ptree 29535
8788  /usr/lib/ssh/sshd
  28547 /usr/lib/ssh/sshd
    28548 /usr/lib/ssh/sshd
      28554 -ksh
        28559 bash
          28561 -bash
            28583 bash
              29438 /bin/ksh /usr/sbin/flarcreate -n archive1 -c archive1.flar
                29487 /usr/bin/awk {print $1}
                  29488 /bin/ksh /usr/sbin/flarcreate -n archive1 -c archive1.f
                    29535 compress -fc


Last edited by incredible; 07-28-2009 at 03:29 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Slow System

Hi, I have an SCO-Unix server running. There are some processes (unknown to me) which consume a lot of the system resources. This slows down the server dramatically. Is there a command or program that monitors what processes are using the cpu, disk, etc.. and tell me how excessive and how... (3 Replies)
Discussion started by: Hansaplast
3 Replies

2. HP-UX

What is lvmkd and why does it slow my system down?

I am running HPUX 11.0 with HP MirrorDisk/UX and recently had a HDD failure and replaced the drive with a new one. I did a "dd" command to copy the new data to the new drive and now I have a bunch of "lvmkd" in my "ps -ef" output. These processes are gobbling up CPU time and slowing my system... (2 Replies)
Discussion started by: jpetrecca
2 Replies

3. Solaris

how to go to system console through ALOM in Sunfire V245

Hello , I am connecting sumfire v245 server to my laptop Through ALOM method.i got the ALOM prompt but after that i am typing sc> console to go to system console but i am not able to,after typing console only this line is coming Type #. to go back to ALOM. What to do ?? That server having... (5 Replies)
Discussion started by: avi157
5 Replies

4. Solaris

SunFire V245, External CD/DVD-ROM, Solaris Install

Hey all. Wondering - I have a pair of V245's with no internal CD/DVD-ROM drives, and I want to install the latest/greatest Solaris 10. Booting these machines with an external drive plugged in via USB does no good. Is jumpstart or installing internal drives the only alternative? I'm a... (1 Reply)
Discussion started by: b1f30
1 Replies

5. UNIX for Advanced & Expert Users

Filesystem mystery: disks are not busy on one machine, very busy on a similar box

Hi, We have a filesystem mystery on our hands. Given: 2 machines, A and Aa. Machine Aa is the problem machine. Machine A is running Ubuntu, kernel 2.6.22.9 #1 SMP Wed Feb 20 08:46:16 CST 2008 x86_64 GNU/Linux. Machine Aa is running RHEL5.3, kernel 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38... (2 Replies)
Discussion started by: mschwage
2 Replies

6. Solaris

Finding most busy file system

Hi Experts, I was asked to find most busy file system on one of the server. It is Sun 10. Any idea to get this? Thanks, Deepak (5 Replies)
Discussion started by: naw_deepak
5 Replies

7. UNIX for Advanced & Expert Users

slow performing system

Friends Greetings. I have a RedHat 5.7 64bit virtual server on VMware ESXi 4.1. This server and other Redhat Servers are running very slow. I did some stats collection on ESXi and looks like Linux is holding the disk IO. I am not sure what is causing this behavior. On Linux I checked the CPU... (4 Replies)
Discussion started by: sdewal
4 Replies

8. Red Hat

GFS file system performance is very slow

My code Hi All, I am having redhat linux 5.3 (Tikanga) with GFS file system and its very very slow for executing ls -ls command also.Please see the below for 2minits 12 second takes. Please help me to fix the issue. $ sudo time ls -la BadFiles |wc -l 0.01user 0.26system... (3 Replies)
Discussion started by: susindram
3 Replies

9. UNIX for Dummies Questions & Answers

Slow UNIX system this morning

Hi, what would be the first things to check on a system that normally works fine, and is not so fine this morning ? Its accessing menus and various other screens 100x slower than normal. Version: UnixWare 5 7.1.3 i386 SCO UNIX_SVR5 I have tried this pf -ef|grep paulc and found a huge list of... (6 Replies)
Discussion started by: Mick_Dundee
6 Replies
GZEXE(1)						      General Commands Manual							  GZEXE(1)

NAME
gzexe - compress executable files in place SYNOPSIS
gzexe name ... DESCRIPTION
The gzexe utility allows you to compress executables in place and have them automatically uncompress and execute when you run them (at a penalty in performance). For example if you execute ``gzexe /usr/bin/gdb'' it will create the following two files: -rwxr-xr-x 1 root root 1026675 Jun 7 13:53 /usr/bin/gdb -rwxr-xr-x 1 root root 2304524 May 30 13:02 /usr/bin/gdb~ /usr/bin/gdb~ is the original file and /usr/bin/gdb is the self-uncompressing executable file. You can remove /usr/bin/gdb~ once you are sure that /usr/bin/gdb works properly. This utility is most useful on systems with very small disks. OPTIONS
-d Decompress the given executables instead of compressing them. SEE ALSO
gzip(1), znew(1), zmore(1), zcmp(1), zforce(1) CAVEATS
The compressed executable is a shell script. This may create some security holes. In particular, the compressed executable relies on the PATH environment variable to find gzip and some standard utilities (basename, chmod, ln, mkdir, mktemp, rm, sleep, and tail). BUGS
gzexe attempts to retain the original file attributes on the compressed executable, but you may have to fix them manually in some cases, using chmod or chown. GZEXE(1)
All times are GMT -4. The time now is 05:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy