Command to see the memory ,cpu etc.

Anyone can tell me the command to see the memoery usage ,cpu usage etc ,like the 'top ' command in unix.
Please reply.

Assuming you're using Solaris 8 or above try prstat
prstat -am will show more or less the same output as TOP.
There's also commands such as swap -l and swap -s, vmstat, mpstat, iostat which can be used to monitor performance as well.

Similar Messages

  • Is there any command to see dfc memory on SUP32?

    Is there any command to see dfc memory on SUP32?

    I don't know if the Sup32's support dfc's or not or if it's only the 720's . To see this on the 720's you would have to log into the individual DFC cards by using the "attach slot#" command and then do a show version , this shows how much memory is on the indivdual cards . There is also a lot of other things you can look at in there , they have their own individual logs etc.... There is a a whole "show" command set just for the dfc's .

  • Tell me the COMMAND to see the Explain Plain in Oracle SQL * Plus

    HI all,
    Tell me the COMMAND to see the Explain Plain in Oracle SQL * Plus?
    Regards,
    Balaji.C

    SET AUTOT TRACE EXPor EXPLAIN PLAN ... and @?/rdbms/admin/utlxpls
    SCOTT@lsc01> explain plan for select * from dept where deptno=10;
    Explained.
    SCOTT@lsc01> @?/rdbms/admin/utlxpls
    PLAN_TABLE_OUTPUT
    Plan hash value: 2852011669
    | Id  | Operation                   | Name    | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |         |     1 |    20 |     1   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| DEPT    |     1 |    20 |     1   (0)| 00:00:01 |
    |*  2 |   INDEX UNIQUE SCAN         | PK_DEPT |     1 |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("DEPTNO"=10)

  • What is the command to see the database

    what is the command to see the database?iam using oracle express edition in that i tried to create a database but it showing database already created.
    i need to check which database is created.

    Probably you are thinking that Oracle database is a kind of file something like which we sees other files like .txt, .doc, .pdf etc which we sees by ls or dir commands.  Of course there are files for Oracle database, but they have their own nomenclature and setup which finds in C:\oraclexe\oradata\XE\ (For example in Windows) or /usr/lib/oracle/xe/oradata/XE/ (For example in Linux).
    By default, the database is started for you after installation and every time your computer is restarted. However, to reduce the overall performance load on the system, you can manually stop the database, and then manually restart it later.
    Oracle® Database Express Edition
    Ok, now if you wish to login to the database (we don't says "see" the database, because database is different thing than a picture or image ), you just open your command window and say :
    sqlplus sys/your_password_of_sys_user as sysdba
    If you get SQL> prompt, you have logged in the database as sys user and this is your database. 
    If you wish to login with different user then you can :
    1.login from command window by sqlplus username/password
    2.login from SQL> prompt by connect username/password
    Regards
    Girish Sharma

  • After closing Firefox to use IE8 or any other program, everything is very choppy and slow. I have to go into Taskbar, Processes, and close firefox.exe manually (which is using up all the memory/CPU). Then, and only then, does everything behave normally. W

    After closing Firefox to use IE8 or any other program (like InterVideo to watch a DVD), everything is very choppy and slow. I have to go into Taskbar, Processes, and close firefox.exe manually (which is using up all the memory/CPU and should have closed before). Then, and only then, does everything behave normally. What is going on and what am I doing wrong or missing??
    == This happened ==
    Every time Firefox opened
    == about a couple months ago and happens every time I close Firefox.

    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: '''[http://kb.mozillazine.org/Kill_application Kill Application]'''
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    '''[[Firefox hangs]]'''
    '''[http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit (Mozillazine article)]'''
    '''[[Firefox is already running but is not responding]]'''
    <u>'''Safe Mode'''</u>
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox SafeMode is a diagnostic mode that disables extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes before starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your extensions and then try to find which is causing it by enabling one at a time until the problem reappears. You have to close and restart Firefox after each change via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    <u>'''''Other Issues''''': to correct security/stability issues</u>
    <u>'''Update Java'''</u>: your ver. 1.6.0.19; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    ''(Windows users: Do the manual update; very easy.)''
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.

  • I have downloaded OS x 10.9.5 and it has not worked and my system (mimi mac the original version) doesn't allow me to see the tool bar etc?? how do I reboot it without losing everything?

    I have downloaded OS x 10.9.5 and it has not worked and my system (mimi mac the original version) doesn't allow me to see the tool bar etc?? how do I reboot it without losing everything?

    You're talking about the dock?
    To check on that, go to System Preferences > Dock > indicate your preference.
    I can get iTunes up, and safari, but i don't know how
    Not sure what you mean - if you can "get it up" - does that mean you can launch it? What do you not know?

  • Command to know the Memory utlization

    Is there is a command to know the Memory utilization for a particular process ID. I can get this for USERNAME basis using prstat -a.

    ps

  • Any Command to see the script of Procedure in cmd.

    Hi all,
    i want to see the script of the procedure which i created, how can i see that in cmd. i dont have any toad or third party tools. plz help me in this..
    Thanks in advance.
    Abdul Rafi.

    Hi,
    Try this..
    SELECT text from user_source
    where name = 'YOUR_PROCEDURE'
    order by line;

  • How can I see the memory of a process in Unix

    I want to see how much memory a process with a specific pid takes in Solaris. How can I do this? I don�t have the top command available.
    Thank�s in advance

    use the ps command with the -vp switches then the pid (i.e. ps -vp 123)
    to show the percentage of memory the process is taking
    (note: Top shows the same info that this shows, I have a feeling that
    you want to know the exact amount of memory in bytes that the process is
    taking. In that case you should post this question in a Linux/Unix/Solaris
    forum for better answers)
    Hope that helps.

  • [Solved] Command to see the ArchLinux information?

    Hi, I saw in some images that with one command you can get the system info, like this:
    http://i.imm.io/A2HD.jpeg
    Anyone know which command is?
    Thanks.
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by alvrSG (2012-08-10 22:00:13)

    Welcome to Arch.
    That's Archey or Alsi, from the AUR:
    https://aur.archlinux.org/packages.php? … _Search=Go
    And your image is too big...
    Last edited by 2ManyDogs (2012-08-10 21:58:20)

  • I have a iPad mini 16 gb and i shop a movié in the iTunes Store and I download and the I interrupted the download and finally I go to see the memory and I have 2.9 before I have 5.4

    Hi

    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699?viewlocale=en_US&locale=en_US
    Try the link above. Try to find a phone number for your country, call and ask for account security.

  • How to see the history of the commands ran in the Airwave CLI (bash) and also in the DB (psql)

    Q: How to check the old commands (history of commands) ran in the Airwave CLI and also in the DB (pgsql) ?
    A: Any commands we ran on the Airwave CLI or in the DB they are logged in a file in /root directory.
    we could log in to the Airwave CLI and execute the below commands to see the history in the files below:
    # cd /root
    # ls  -al
    This above command will print out a list of files, among those are the below two files:
    .bash_history  (If we open the file either with cat or less, we will see the list of commands which we executed on the Airwave CLI)
    .psql_history  (This file will have all the sql commands executed in Airwave DB)
    These files will have the history from the installation, unless, if any user manaully edits or deletes the file. 

    Hi Heather,
    it is correct that there is no sample iView that shows the History of Crystal Reports that are stored in Crystal Enterprise but there a sample codes on our web site and there are sample codes as part of the SDK documentation that show how to call the history and you should be able to take the code and create your own Java or ASP iView based on that.
    the link to our developer library :
    http://www.businessobjects.com/products/dev_zone/default.asp?intcmp=products12
    hope this helps
    Ingo

  • 10.1.3 memory/CPU usage problems

    I recently migrated from JDev 9.0.5.2 to 10.1.3.0.4 and impressed with the new features and functionality.
    However I've noticed the interface seems significantly slower (eg. code insight and simply inserting a new line of code is much slower), and the memory footprint seems to continually grow. Seeing it at >300M is not unusual.
    There are also times when JDev seems to simply hang, and when I look a the JDev process in WinXP, the memory usage grows seemingly out of control as well as gobbling CPU cycles. My only option to kill the process. I'm using a 2.6G Pentium, 1G RAM, WinXP Prof and JDK 1.5.0_05.
    Are there known problems with JDev's memory/CPU usage, or known options I can turn off to improve performance?
    TIA

    I don't have the memory monitor extension and have turned off all non-essential extensions but still see the memory-growth problem.
    One odd thing I noticed is the JDev process on WinXP grows by 2-3MB each time a breakpoint is hit. I verified that same behavior doesn't exist in JDev 9.0.5.2 for the same project, and happens no matter which J2SE I select for the 10.1.3 project (JDK 1.4 or 1.5) or which runtime VM (hotspot or ojvm).

  • How can I see the total number of books (size of library) on iBooks on my iMac and IPad Mini?

    I have installed iBooks on both my iMac (main library) as well as on my iPad Mini Retina. I can't seem to find where to see the total number of books in each library? Can anyone enlighten me please? I can see the covers, lists etc. but nowhere how many books I have total in each library (Total: X number of books stored) or something like that. Can someone point me where this information is viewable?

    Did you have 'find my iPhone' activated on it? Because if you go to iCloud.com you can log in there and you can remotely lock or wipe your device.  From what I hear, the police won't do anything about going and fetching stolen iPads and iPhones, but if you have find my iphone/ipad/ipod/mac turned on then it will give you a map of where it is. 
    Just keep in mind that sometimes iTunes does ask you for your password regardless, and only a few weeks ago apple brought in security questions, so everyone had to fill in security questions for their iTunes account to make it more secure If all else fails, ring Apple cusomer support and they might be able to bar your account or something, however you may have to make a new account (the might be able to set it up so you have all your previous information on a new account)
    Hope this helps!

  • I can no longer see the files stored in my 160 ipod

    I had 42 gigas in files. I was trying to copy one of those files from the ipod to my laptop and suddenly it frozes. I had to restart the laptop. When i open the ipod to se the files stored, i was no longer abble to see the files, eventhoug when i see the memory ocuppied in the ipod, is still there, but i can access to them. The music still works perfect. I had a couple of smaller files, like 1Giga and they still there and I can access to them perfectly. But the problem is in the file with the 42 Gigas.

    Check your iPod's hard drive for errors. Open My Computer, right-click the drive, Click Properties, Tools, Check Now..., Select Options, Start.
    Some of your missing files/folders may be restored although their names may be lost. 4gb is the max. file size on FAT32 so are we talking a 42gb folder rather than a single file?
    tt2

Maybe you are looking for