DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: cpu utilization

Hybrid View

  1. #1
    Join Date
    Oct 2000
    Posts
    211
    Hi!!

    I have to find the total cpu utilization(percentage). Is there a command/Script(other than Utlbstat/Utlestat, Oem) in oracle which will tell me this?

    Dec - Unix Box
    oracle 7.3.4
    thanks

  2. #2
    Join Date
    Nov 1999
    Posts
    226

    CPU utilisation

    Hi

    On Sun and Unix there are 2 commands to see the CPU utilisation
    See if this works for you

    sar 5 9
    or incase you have a utility called TOP installed .
    /usr/local/bin/top

    regards

  3. #3
    Join Date
    Oct 2000
    Posts
    57


    There is one more command

    /usr/ucb/ps -aux | more .

    This command will tell you the cpu and memmory utilization by each process.




    tom..

  4. #4
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    You can use any of them:
    1 vmstat 5 5 for single processor
    2 mpstat 5 5 for multiple processors
    3 sar -u 5 5

  5. #5
    Join Date
    Oct 2000
    Posts
    211
    Thanks, everyone for the information
    manjunath

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width