- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance CLI Tools
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
Forums
Discussions
Discussions
Discussions
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
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
06-27-2003 03:51 AM
06-27-2003 03:51 AM
Performance CLI Tools
Could some one guide me on how to use iostat, vmstat, sar tools. I could find no document which explains this in a understandable manner.
Any good links are also welcome
Thanks,
karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 03:54 AM
06-27-2003 03:54 AM
Re: Performance CLI Tools
#man 1 iostat
#man 1 vmstat
#man 1M sar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 03:54 AM
06-27-2003 03:54 AM
Re: Performance CLI Tools
-karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 03:57 AM
06-27-2003 03:57 AM
Re: Performance CLI Tools
http://www.hp.com/hpbooks/prentice/ptr_0131027166.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 03:59 AM
06-27-2003 03:59 AM
Re: Performance CLI Tools
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066259053
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068400543
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065680095
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 04:21 AM
06-27-2003 04:21 AM
Re: Performance CLI Tools
has some good intro references.
http://www.informit.com/content/index.asp?product_id=%7B98614A3F-B3EA-4167-BA4E-3C774E48CFE1%7D
is Linux-specific, but contains some good explanations.
Above all, nothing beats actually using the commands and seeing how the levels change under differing loads.
Try running iostat for a few minutes, then, in another window, kick off a disk-intensive task (copy a large file across disks, of use dd if you have /dev/zero on your system). Notice the change in bsp on each disk.
Likewise, try this with vmstat and monitor the amv, free, pi and po values.
sar -d is a better tool than iostat, in that it gives you %busy, avg wait and avg. service times, so you might want to run it with the same test as iostat and compare the outputs.
Ina ddition to learning how to read these tools, you'll get a baseline of your system's performance during typical workloads. This greatly helps you when performance problems crop up, as you will know what things should look like, and can spot abnormalities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 04:36 AM
06-27-2003 04:36 AM
Re: Performance CLI Tools
Thanks,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 04:51 AM
06-27-2003 04:51 AM
Re: Performance CLI Tools
Bill Hassell, sysadmin