- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to check current network load of the linux ser...
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
06-03-2011 01:23 PM
06-03-2011 01:23 PM
How to check current network load of the linux server
How to monitor and check the current network load of the linux server...
Is there any tools?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2011 01:54 PM
06-03-2011 01:54 PM
Re: How to check current network load of the linux server
should give you a detailed networking statistics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2011 11:13 PM
06-06-2011 11:13 PM
Re: How to check current network load of the linux server
sar is, at least under RHEL, part of the sysstat RPM which usually doesn't get installed per default.
$ rpm -q --qf "%{release}\n" redhat-release
5.6.0.3
$ rpm -qf $(which sar)
sysstat-7.0.2-3.el5_5.1
e.g. to get traffic stats per NIC every five secs
$ sar -n DEV 5 0
the same but for error stats
$ sar -n EDEV 5 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2011 04:12 AM
06-07-2011 04:12 AM
Re: How to check current network load of the linux server
http://ibmonitor.sourceforge.net/
Great if you wan't to have a look at current throughput and it will list for all your interfaces.
If you leave it on it will give you avg until you close it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2011 08:15 AM
06-07-2011 08:15 AM
Re: How to check current network load of the linux server
HP GlancePlus if you can afford it.
sar whould also do the trick
as do netstat.
As do literally dozens and dozens of tools around the 'Net.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2011 11:22 AM
06-09-2011 11:22 AM
Re: How to check current network load of the linux server
http://www.ibm.com/developerworks/wikis/display/WikiPtype/nmon
http://pkgs.repoforge.org/nmon/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2011 12:50 AM
06-10-2011 12:50 AM
Re: How to check current network load of the linux server
iptraf - Interactive Colorful IP LAN Monitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 10:27 AM
06-17-2011 10:27 AM
Re: How to check current network load of the linux server
uptime
and
top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2011 03:56 AM
06-30-2011 03:56 AM
Re: How to check current network load of the linux server
use the command "nload"
nload - displays the current network usage
Synopsis
nload [-a period] [-i max_scaling] [-m] [-o max_scaling] [-t interval] [-u h|H|b|B|k|K|m|M|g|G] [-U h|H|b|B|k|K|m|M|g|G] [devices]
nload --help|-h