GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAR's Out Put.
Operating System - HP-UX
1855763
Members
11403
Online
104103
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-11-2003 12:45 PM
08-11-2003 12:45 PM
SAR's Out Put.
Hi All,
I have about 20 servers server. Daily I have to generate the SAR's out put and generate the charts in Microfoft Excel Sheeet.
I am not using any tool for the Charts (except) Excel.
Can some one have any free tool from where I can upload the SAR's file and update the Charts on daily basis.
Regards
Harry
I have about 20 servers server. Daily I have to generate the SAR's out put and generate the charts in Microfoft Excel Sheeet.
I am not using any tool for the Charts (except) Excel.
Can some one have any free tool from where I can upload the SAR's file and update the Charts on daily basis.
Regards
Harry
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 12:54 PM
08-11-2003 12:54 PM
Re: SAR's Out Put.
I am using RRDtool to store, archive and graph sar and anyother performance data that spews out a number. You can craft shell scripts to periodically get sar stats from your servers (using rsh or ssh or even client-server sockets...) and update your RRD file.. you can have a cron entry that constantly referesh / generate the GIF files whic can be portrayed via a web interface...
RRDtool plus examples are at this web site:
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
Of course you can also take a look at other tools free and commercial: SarCheck, Sarge, SarGrapher, PerfGraph . To name a few... But with RRDtool combined with a little PERL/Shell scripting knowledge plus some Web knowldege -- you can create your own suite -- that will be better than most commercial packages.
RRDtool plus examples are at this web site:
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
Of course you can also take a look at other tools free and commercial: SarCheck, Sarge, SarGrapher, PerfGraph . To name a few... But with RRDtool combined with a little PERL/Shell scripting knowledge plus some Web knowldege -- you can create your own suite -- that will be better than most commercial packages.
Hakuna Matata.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 02:12 PM
08-11-2003 02:12 PM
Re: SAR's Out Put.
Until you decide what package to use and get it up and running, a quick-and-dirty method is to route the sar output to a file in comma delimited format:
sar |tr -s [:space:]|tr -s " " "," > sardata.out
And then ftp the file to your windows system and import it into excel.
mark
sar |tr -s [:space:]|tr -s " " "," > sardata.out
And then ftp the file to your windows system and import it into excel.
mark
the future will be a lot like now, only later
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP