Unix Newbie Question

Ask a Question related to SCO, Design and Development.

  1. #1

    Default Unix Newbie Question

    This is a quick question, but how do you check the system resources on
    a SCO Unix box. Its SCO Openserver 5.0.5, and I basically just want to
    check the following items:

    Total RAM
    Available RAM
    CPU speed
    CPU load
    Total/Free/Used disk space

    I have been looking on the internet for some tutorials, but I cant
    seem to find any that help. I inherited this machine with my job
    title, but unfortunately Im a "Windows Child" and am having a hard
    time in a Unix environment.

    Any help is greatly appreciated!
    Michael B Guest

  2. Similar Questions and Discussions

    1. question on unix
      Al Murry <amurry@northtech.net> wrote: Why are there so many wars over PHP and Perl? RedHad and Debian? VI and EMACS? Christianity and Islam? ...
    2. Unix Systems Programming Newbie - exec format error
      I'm writting a C/sockets client interface on Solaris. I've based the design in already existent code and I've reused most of it, learning how it...
    3. Newbie! cron and unix on my MacOSX
      hello, I would like to use cron on unix but apparently I don't manage to start it; I am having the crontab, the hourly, daily, monthly files on...
    4. OS/X - Unix - Newbie
      I am new to MAC and UNIX. I have an application that I am trying to port over from Solaris. How to you get OS/X to run install.sh? Thanks in...
    5. question on a unix script
      Yes you are. cron is run with a different environment than exists in your shell. You must never assume that any command is in the path nor can...
  3. #2

    Default Re: Unix Newbie Question

    On 30 Jul 2003 09:41:41 -0700, [email]mbitton@cs-dist.com[/email] (Michael B) wrote:
    >This is a quick question, but how do you check the system resources on
    >a SCO Unix box. Its SCO Openserver 5.0.5, and I basically just want to
    >check the following items:
    >
    >Total RAM
    logged in as or su'ed to root:
    hw -v | more
    >Available RAM
    sar -r <interval in seconds> <number of samples> (eg. sar -r 10 5)
    >CPU speed
    hw -v
    >CPU load
    sar -u <interval in seconds> <number of samples> (eg. sar -u 10 5)
    >Total/Free/Used disk space
    df -vk or dfspace
    >
    >I have been looking on the internet for some tutorials, but I cant
    >seem to find any that help. I inherited this machine with my job
    >title, but unfortunately Im a "Windows Child" and am having a hard
    ^^^^^^^^^^^^
    Sorry to hear that! ;-)
    >time in a Unix environment.
    >
    >Any help is greatly appreciated!
    Be sure to read through the man pages for the above commands to get a
    handle on the various options. (man <commandname>).


    Scott McMillan

    Scott McMillan Guest

  4. #3

    Default Re: Unix Newbie Question


    "Michael B" <mbitton@cs-dist.com> wrote in message
    news:9f062509.0307300841.2af06c68@posting.google.c om...
    > This is a quick question, but how do you check the system resources on
    > a SCO Unix box. Its SCO Openserver 5.0.5, and I basically just want to
    > check the following items:
    >
    > Total RAM
    > Available RAM
    > CPU speed
    > CPU load
    > Total/Free/Used disk space
    >
    > I have been looking on the internet for some tutorials, but I cant
    > seem to find any that help. I inherited this machine with my job
    > title, but unfortunately Im a "Windows Child" and am having a hard
    > time in a Unix environment.
    >
    > Any help is greatly appreciated!
    [url]http://aplawrence.com/newtosco.html[/url]


    Dale Stover Guest

  5. #4

    Default Re: Unix Newbie Question

    Michael B <mbitton@cs-dist.com> wrote:
    >This is a quick question, but how do you check the system resources on
    >a SCO Unix box. Its SCO Openserver 5.0.5, and I basically just want to
    >check the following items:
    >Total RAM
    >Available RAM
    >CPU speed
    >CPU load
    >Total/Free/Used disk space
    Others have answered those..
    >I have been looking on the internet for some tutorials, but I cant
    >seem to find any that help. I inherited this machine with my job
    >title, but unfortunately Im a "Windows Child" and am having a hard
    >time in a Unix environment.
    Check [url]http://aplawrence.com/SCOFAQ/[/url]
    [url]http://aplawrence.com/Start/[/url]
    [url]http://aplawrence.com/Basics/[/url]
    [url]http://aplawrence.com/Unixart/[/url]

    Ought to keep you busy for a couple of minutes :-)

    --
    [email]tony@aplawrence.com[/email] Unix/Linux/Mac OS X resources: [url]http://aplawrence.com[/url]
    Get paid for writing about tech: [url]http://aplawrence.com/publish.html[/url]


    tony@aplawrence.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139