- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: monitor I/O with sar on dl360
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
11-14-2005 10:20 PM
11-14-2005 10:20 PM
monitor I/O with sar on dl360
I wonder why sar won't output the I/O activity when i run 'sar -b' on my ProLiant DL360 G4 server with RedHat Enterprise Linux 3, kernel 2.4.21-20.ELsmp. I have made the raid with the external Smart Array card. The devices I want to monitor is /dev/cciss/c0d0p*.
To monitor the cpu with the sar command is no problem, but the disk won't work.
Proliant Support pack 7.20 is installed.
Thanks in advance.
//Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 11:40 PM
11-14-2005 11:40 PM
Re: monitor I/O with sar on dl360
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
11-15-2005 12:17 AM
11-15-2005 12:17 AM
Re: monitor I/O with sar on dl360
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 12:28 AM
11-15-2005 12:28 AM
Re: monitor I/O with sar on dl360
$ dd if=/dev/zero of=BIGFILE bs=1024 count=1000000
[1]+ Stopped dd if=/dev/zero of=BIGFILE bs=1024 count=1000000
$ bg
[1]+ dd if=/dev/zero of=BIGFILE bs=1024 count=1000000 &
$ sar -b 2 2000
Linux 2.4.21-20.ELsmp (hostname) 11/15/2005
02:15:24 PM tps rtps wtps bread/s bwrtn/s
02:15:26 PM 0.00 0.00 0.00 0.00 0.00
02:15:28 PM 0.00 0.00 0.00 0.00 0.00
02:15:30 PM 0.00 0.00 0.00 0.00 0.00
02:15:32 PM 0.00 0.00 0.00 0.00 0.00
02:15:34 PM 0.00 0.00 0.00 0.00 0.00
02:15:36 PM 0.00 0.00 0.00 0.00 0.00
02:15:38 PM 0.00 0.00 0.00 0.00 0.00
02:15:40 PM 0.00 0.00 0.00 0.00 0.00
1000000+0 records in
1000000+0 records out
02:15:42 PM 0.00 0.00 0.00 0.00 0.00
02:15:44 PM 0.00 0.00 0.00 0.00 0.00
[1]+ Done dd if=/dev/zero of=BIGFILE bs=1024 count=1000000
First I run the 'dd' command to generate some i/o then I put it in the background and then start 'sar -b' to watch the activity. When I run these commands on another server (not a dl360 with raid) it works fine.
Thanks!
//Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 02:31 AM
11-15-2005 02:31 AM
Re: monitor I/O with sar on dl360
But I'm monitoring several servers with a script that use sar. 3 of them are dl360 G4 and the rest of them are "unknown" servers. It would be easier to get sar to work on the HP servers than changing the script.
Thanks
Martin