Ask a Question related to SCO, Design and Development.
-
Michael B #1
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
-
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? ... -
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... -
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... -
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... -
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... -
Scott McMillan #2
Re: Unix Newbie Question
On 30 Jul 2003 09:41:41 -0700, [email]mbitton@cs-dist.com[/email] (Michael B) wrote:
logged in as or su'ed to root:>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
hw -v | more
sar -r <interval in seconds> <number of samples> (eg. sar -r 10 5)>Available RAM
hw -v>CPU speed
sar -u <interval in seconds> <number of samples> (eg. sar -u 10 5)>CPU load
df -vk or dfspace>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
Sorry to hear that! ;-)
Be sure to read through the man pages for the above commands to get a>time in a Unix environment.
>
>Any help is greatly appreciated!
handle on the various options. (man <commandname>).
Scott McMillan
Scott McMillan Guest
-
Dale Stover #3
Re: Unix Newbie Question
"Michael B" <mbitton@cs-dist.com> wrote in message
news:9f062509.0307300841.2af06c68@posting.google.c om...[url]http://aplawrence.com/newtosco.html[/url]> 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!
Dale Stover Guest
-
tony@aplawrence.com #4
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:Others have answered those..>Total RAM
>Available RAM
>CPU speed
>CPU load
>Total/Free/Used disk space
Check [url]http://aplawrence.com/SCOFAQ/[/url]>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.
[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



Reply With Quote

