- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tutorial on sar command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
тАО02-28-2011 09:48 PM
тАО02-28-2011 09:48 PM
Tutorial on sar command
I nee dto understand the output of sar command with examples.
Please advise me a study guide
The OS is HP_UX 11.11 and 11.23
Sagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2011 10:55 PM
тАО02-28-2011 10:55 PM
Re: Tutorial on sar command
Sar retrieves all of its metrics via the /dev/kmem or pstat(2) interface, although in HP-UX some of the counters are specific only to sar. As with most of the counter-based performance tools, overhead is minimal as long as the sampling interval is 5 seconds or more.
Command line options:
-A- All metrics
-a- File system lookups
-b- Disk logical, physical & raw reads/writes; buffer cache hit ratios
-c- System call rates
-d- Disk I/Os and queue lengths by disk drive
-M- CPU utilization by CPU in an HP-UX SMP environment (used with -u or -q)
-m- Message and semaphore operations
-P- Processor set information (must be used with -M and -u or -q)
-q- Run queue
-S- Select system call rate (must be used with the -m )
-u- CPU utilization
-v- Kernel table utilization
-w- Swapping and context switching
-y- Terminal I/O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2011 11:31 PM
тАО02-28-2011 11:31 PM
Re: Tutorial on sar command
Have a look at the webpage below. Although it does not focus specifically on HP-UX I think you will find most of the information quite useful:
http://www.remote-dba.net/t_tuning_sar.htm
sangilak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2011 12:51 AM
тАО03-01-2011 12:51 AM
Re: Tutorial on sar command
Please read the below documents.
It explians about performance monitoring which includes sar.
http://h30097.www3.hp.com/docs/wpapers/performance_monitoring.pdf
Rgds...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2011 07:31 AM
тАО03-01-2011 07:31 AM
Re: Tutorial on sar command
if you do a man sa1
it lists some cron entries you can put in roots crontab. The next day you can do
sar -c or sar -b
without any timeframes and it will show you the "collected" data.