HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- want a script to monitor my system performance
Operating System - HP-UX
1832595
Members
2758
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
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
06-10-2007 03:17 PM
06-10-2007 03:17 PM
want a script to monitor my system performance
i want to statistic the usage of disk ,mem,cpu of my system(11.11).we need to make a hardware purchase plan based on the statistic i get.we do not have glance or ovo,so i write a script (as followings)to get data:
#########collect cpu info#########
nohup sar -u 60 1440 >/tmp/collect/sar_u_$host.inf &
####collect mem info##############
nohup vmstat 60 1440 >/tmp/collect/vmstat_$host.inf &
#########collect i/o info#########
nohup sar -b 60 1440 >/tmp/collect/sar_b_$host.inf &
#########collect i/o info#########
nohup sar -d 60 1440 >/tmp/collect/sar_d_$host.inf &
#########collect i/o info#########
nohup iostat 60 1440 >/tmp/collect/iostat_$host.inf &
do you think the scaript is feasible and comprenhensive enough to lead me to get a conclusion ?any body can give some advise?
#########collect cpu info#########
nohup sar -u 60 1440 >/tmp/collect/sar_u_$host.inf &
####collect mem info##############
nohup vmstat 60 1440 >/tmp/collect/vmstat_$host.inf &
#########collect i/o info#########
nohup sar -b 60 1440 >/tmp/collect/sar_b_$host.inf &
#########collect i/o info#########
nohup sar -d 60 1440 >/tmp/collect/sar_d_$host.inf &
#########collect i/o info#########
nohup iostat 60 1440 >/tmp/collect/iostat_$host.inf &
do you think the scaript is feasible and comprenhensive enough to lead me to get a conclusion ?any body can give some advise?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2007 05:28 PM
06-10-2007 05:28 PM
Re: want a script to monitor my system performance
hi,
have a look at SEP's performance monitoring script:
http://www.hpux.ws/system.perf.sh
What type of application are you running?
kind regards
yogeeraj
have a look at SEP's performance monitoring script:
http://www.hpux.ws/system.perf.sh
What type of application are you running?
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
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 2025 Hewlett Packard Enterprise Development LP