Computing.Net > Forums > Unix > How to find CPU usage, RAM, Hard Disk

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to find CPU usage, RAM, Hard Disk

Reply to Message Icon

Name: JAG
Date: July 2, 2002 at 21:10:50 Pacific
Comment:

How to find CPU Usage , RAM, Hard Disk space.
This should be on " DEC OSF/1 "
I need to write these details into log file for every 10 min.

sar command doesn't work on DEC OSF/1(Digital UNIX)



Sponsored Link
Ads by Google

Response Number 1
Name: frank
Date: July 3, 2002 at 10:26:13 Pacific
Reply:

on OSF1 you can use

while :
do
datum=`date +%d%m`
/usr/bin/vmstat 600 86400 >> perf${datum}
done

No RISK no Fun

Frank


0

Response Number 2
Name: Jag
Date: July 4, 2002 at 03:03:37 Pacific
Reply:

Thanks a lot FRANK


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: How to find CPU usage, RAM, Hard Disk

how to find amount of free disk space www.computing.net/answers/unix/how-to-find-amount-of-free-disk-space-/3509.html

how to find in which shell you are www.computing.net/answers/unix/how-to-find-in-which-shell-you-are/3491.html

How to find file older than 4 hours www.computing.net/answers/unix/how-to-find-file-older-than-4-hours/5145.html