- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAR output (ASCII)
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
04-26-2005 05:58 AM
04-26-2005 05:58 AM
SAR output (ASCII)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 06:01 AM
04-26-2005 06:01 AM
Re: SAR output (ASCII)
Just "man sar" to see all the options and that's it. Hmm, why did you think it outputs binary data or am I missing somethin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 06:40 AM
04-26-2005 06:40 AM
Re: SAR output (ASCII)
Here is a copy attached.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 09:19 AM
04-26-2005 09:19 AM
Re: SAR output (ASCII)
Here is one that will produce results from CPU, buffers, swap, IO, etc...
Whatever you think of.
Listed below is the cron entry. This is producing the binary output.
# will produce output every 20 min during work hours
# and hourly otherwise
#0 * * * 0,6 /usr/lbin/sa/sa1
#0 7-18 * * 1-5 /usr/lbin/sa/sa1 1200 3
#0 19-6 * * 1-5 /usr/lbin/sa/sa1
Attached is a script that will parse and convert the binary output into ASCII output.
Notice this script will create and keep all stats by day. Up to you to make sure to rotate the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 12:45 AM
04-27-2005 12:45 AM
Re: SAR output (ASCII)
take a look my attachment about "Check system
activity with sar"
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 01:02 AM
04-27-2005 01:02 AM
Re: SAR output (ASCII)
You need to take a look at the man page for sa1. The sadc, sa1, sa2 suite is setup to do exactly what you're after.
Pete
Pete