- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sar hpux 11i
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2005 05:32 PM
09-10-2005 05:32 PM
Suppose i need to find out network performance for a particular day during specified time period then what are commands to find that ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2005 06:34 PM
09-10-2005 06:34 PM
Re: sar hpux 11i
"sar -o" will be collecting data and writing to the specified file. "ps -ef | grep -i sar" will tell whether sar is already running or not. To analyse later "sar -f" to be used.
see man page of sar for more details.
sar could be scheduled in cron to collect specific data for the specific period.
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2005 07:01 PM
09-10-2005 07:01 PM
Re: sar hpux 11i
Try typing sar 5. This will give u cpu utilization for next 5 seconds. If u want sar to collect data and keep it in a file then follow the below procedure.
A note obtained from net..:)
First, make sure the /var/adm/sa directory exists, and make it if it doesnâ t.
Here are some recommended cron entries. These entries will capture data once an hour at non-peak times and every 20 minutes during the systemâ s busiest times. Feel free to modify these entries to best capture statistics from your systemâ s busiest times. We recommend capturing sar data every 10 to 60 minutes. Add these to your /usr/spool/cron/crontabs/root file using SAM or crontab -e, and if you're using crontab, type them exactly as seen:
#collect sar data
0 * * * * /usr/lbin/sa/sa1
20,40 8-17 * * 1-5 /usr/lbin/sa/sa1
#reduce the sar data
5 18 * * * /usr/lbin/sa/sa2 -s 8:00 -e 18:01 -i 1200 -A
If the above crontab entries do not produce /var/adm/sa/sar* files or you get mail messgaes with the strange error message "sar: Starting time must be more than ending time", try changing crontab entry for running sa2 to the following:
#reduce the sar data
5 18 * * * /usr/lbin/sa/sa2 -A
If it's important to have starting and ending times defined in your sar reports, you'll have to adjust the crontab entries for running the /usr/lbin/sa/sa1 script.
I believe SAR can be best used for CPU, memory, disk and process monitoring rather than for network monitoring.
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 04:51 AM
09-11-2005 04:51 AM
Re: sar hpux 11i
A particular data for a particular time can also be get through measureware if it is configured. It keeps track of all statics data and can present in some wonder graphical view. Allthough requires some tool to convert data in presentable view. This task can be done by HP respresentitive.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 05:02 AM
09-11-2005 05:02 AM
Re: sar hpux 11i
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 06:03 AM
09-11-2005 06:03 AM
SolutionIf u have perfview installed then the data collected by measureware can be viewed in graphical way. U have to start any x-windows software on ur windows machine (for Eg:X-Win32) . Then do export display=
Then type pf on the perview server . It will start a graphical window from where u can select the name of the server u require and then u can see network, CPU ,memory, disk etc utilisation.
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 06:08 AM
09-11-2005 06:08 AM
Re: sar hpux 11i
I missed to give a link..
http://www.nws.noaa.gov/mdl/awips/aifmdocs/APPENDIX06.htm
Here there is a method to convert the measureware data into excel file, but seems to be difficult to configure. (section 6.0)
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 07:27 AM
09-11-2005 07:27 AM
Re: sar hpux 11i
The document size is above the allowed limit. Here is the link to download it.See chapter 5 & 6.
http://ovweb.external.hp.com/lpe/doc_serv/?ovperf
While downloading select
1. Product - Performance Agent
2. C.03.72 ( Or Your Version)
3. OS (Will be selected by itself to HPUx)
4. Users Guide (Serial No.9)
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 07:36 AM
09-11-2005 07:36 AM
Re: sar hpux 11i
Same two chapters are attached here.
HTH,
Devender