- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: system stats gathering
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
07-17-2003 12:55 AM
07-17-2003 12:55 AM
I need to gather memory,CPU and other resources utilization on daily basis for my monthly server performance report (Excel graph). I was told that there's this /usr/lib/sa/sa1 utility that would do the job, but the manpages are don't seem to help me much. Would appreciate if someone could give some description of sa1 or other utilities I could use to generate my report. Thank you in advance.
rgds
-rosli-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:03 AM
07-17-2003 01:03 AM
Re: system stats gathering
From our own crontab (on every system)
# Collecting System Activity data
00 * * * * /usr/lbin/sa/sa1 900 4
05 22 * * * /usr/lbin/sa/sa2 -s 7:00 -e 19:01 -i 3600 -A
These collect and generate the same kind of reports you can also make manually with sar (try man 1m sar for more information).
The results will be put in directory /var/adm/sa.
Regards,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:24 AM
07-17-2003 01:24 AM
Re: system stats gathering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:28 AM
07-17-2003 01:28 AM
Re: system stats gathering
1. Use a high level (pruchaseable) software performance package, like HP's PerfView (and Measureware agent). This does fantastic graphs of almost anything imaginable. Costs a bit though and you need to purchase agents for all servers you want graphed. You can use software like this from other companies, eg BM Patrol, Sitescope etc.
2. Use sa do to simple stats which you then need to graph yourself in something like Excel. This is free but will take a fair bit of work to get up and running and to produce the graphs.
Tools like HP's Glance only run in realtime - you cant view historical data like you can with the 2 options above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 04:42 AM
07-17-2003 04:42 AM
Re: system stats gathering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 06:01 PM
07-17-2003 06:01 PM
Re: system stats gathering
rgds
-rosli-