- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System Monitoring, Graphs and Perl
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
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
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
тАО10-28-2003 09:06 AM
тАО10-28-2003 09:06 AM
System Monitoring, Graphs and Perl
To monitor these:
CPU
Memory
I/O
Network
I am planning to collect these data continuosly using shell scripts and convert the data in to graphs. I know this can be done using perl scripts (using GD:Graph module). I am going to use this module to convert my data to graph.
I am looking for your suggestions to collect the information using shell scripts.
Memory - vmstat and sar
CPU - sar and vmstat
I/O - iostat and sar
Network - netstat
Is there any utlities used for continuous monitoring, which gives real time data to be converted into graphs other thank this.Is there any way to collect data from glance? top?
I heard glance uses a repository. Do u have any information, i can use that data?
thanks
vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2003 09:58 AM
тАО10-28-2003 09:58 AM
Re: System Monitoring, Graphs and Perl
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2003 10:20 AM
тАО10-28-2003 10:20 AM
Re: System Monitoring, Graphs and Perl
My aim is just to monitor these and use my limux box to convert to graphs. there are perl modules which are ready to convert the data to graphs.
I need your suggestions to collect the data thro shell scripts
thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2003 11:02 AM
тАО10-28-2003 11:02 AM
Re: System Monitoring, Graphs and Perl
You question is listed in HP/UX which has a fine pay/for tool for this purpose called Glance.
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
тАО10-28-2003 11:07 AM
тАО10-28-2003 11:07 AM
Re: System Monitoring, Graphs and Perl
I think, Glance wont give historic information.
My plan is:
1. Collect the data from HP-Ux
2. Transfer the data to Linux
3. Draw graphs
4. Publish in Apache
I am not sure whether i can collect historic data from glance? thats why i am planning to collect these information every 10 mins and transfer the data every 1 hour to linux box.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2003 12:14 PM
тАО10-28-2003 12:14 PM
Re: System Monitoring, Graphs and Perl
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2003 12:31 PM
тАО10-28-2003 12:31 PM
Re: System Monitoring, Graphs and Perl
our solution is that develop a data analasis system based on MWA's data source.
as you say that PV CAN NOT collect history data,so we resolve it by merge all mwa agent db's data into out centralized ORACLE database ,and then we using graphic development tools show what we need,including CPU/DISK/MEM/APP/NETIF and so on.
wish this could give u some point.