Sponsored Content
Top Forums UNIX for Advanced & Expert Users Monitor % utilization of the network card Post 302500126 by mfsteve on Sunday 27th of February 2011 09:38:44 AM
Old 02-27-2011
My crappy, and very non-precise, method is to parse netstat -ib -I [interface] output.

There's just so much more going on with the network though. And does an interface with TOE even report everything back to the kernel?

I'd love to find a better solution.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Server NIC/network utilization

Hi, as topic. We have 2 NIC in the server. How can I check the utilization/network load for each individual NIC? using netstat seems not showing any percentage. Is there any command which is able to do so? Thx! (3 Replies)
Discussion started by: *Jess*
3 Replies

2. Programming

Help in developing a Network Appliation to monitor pc in a network

I am developing a Network Appliation to monitor computers in a network. Specs are App monitors the current web page viewed in each system App also can shutdown the computer in the network App can show all process run by each computer in the network I am now confused how to start my... (2 Replies)
Discussion started by: valaparambil88
2 Replies

3. AIX

Utilization of Ethernet Card

Hi, is it possible to find out network utilization of etherenet card in %? Regards, Manoj (2 Replies)
Discussion started by: manoj.solaris
2 Replies

4. Emergency UNIX and Linux Support

How to monitor a process memory utilization?

hi frnds, I want to monitor a particular process very closly on how much memory it is taking. i tried with TOP and PRSTAT commands that is not giving what exactly i need. In my application, there is a memory leak happening, i want to know when it is occuering, means which transcation is... (9 Replies)
Discussion started by: vij_krr
9 Replies

5. Shell Programming and Scripting

need help for scrip to monitor disk utilization

Hi, I need help to write a script which will monitor disk utilization. Please suggest the best approach to achive this. I am thinking of having sleep inside the script which will run for(eg.) 60 secs and then disk utilization will be checked and depends on the % usage of disk mail will... (1 Reply)
Discussion started by: sunilmenhdiratt
1 Replies

6. UNIX for Dummies Questions & Answers

How to monitor per core CPU utilization?

I can use top to see the overall cpu utilization in the system but i m using a system with 24 cores .How would i monitor each core utilization ? The system is used as Oracle VM Server for Virtualization. My distribution details. # lsb_release -a LSB Version: ... (8 Replies)
Discussion started by: pinga123
8 Replies

7. Shell Programming and Scripting

Looking for shell script to monitor CPU utilization and send mail once exceed 75%

Dear Group, I'm look for shell script to Monitor CPU usage and send mail once it exceed 75% I'm running Suse10.4. (3 Replies)
Discussion started by: clfever
3 Replies

8. Shell Programming and Scripting

Monitor Core utilization in Solaris Sparc

I am trying to read the Sparc HW counter using the following command: cpustat -c Instr_cnt .1This command will be running forever (for some time until interrupted by user). Sample output is: time cpu event pic1 1.011 0 tick 6450 1.011 1 tick ... (10 Replies)
Discussion started by: Zam_1234
10 Replies

9. IP Networking

I would like to monitor network traffic for a computer on my network

My son does homework on a school laptop. I was thinking about setting up a gateway on my home network, so that I can monitor web traffic and know if he is doing his homework without standing over his shoulder. Ideally I would like to use the Raspberry Pi Model b that I already have. However, I... (15 Replies)
Discussion started by: gandolf989
15 Replies
IBMTR_CS(4)						     Kernel Interfaces Manual						       IBMTR_CS(4)

NAME
ibmtr_cs - IBM Token Ring PCMCIA device driver SYNOPSIS
insmod ibmtr_cs.o [pc_debug=n] [mmiobase=n] [srambase=n] [ringspeed=n] [irq_list=i,j,...] DESCRIPTION
ibmtr_cs is the low-level Card Services driver for the IBM Token Ring network adapter and a few very similar cards. When this driver is attached to a card, it allocates the next available token ring interface (tr0..tr#). This device name will be reported in the kernel log file, and passed on to cardmgr(8). Due to awkward design of the kernel ibmtr driver, the shared packet memory for these cards must be mapped to a memory address below 1MB or 0x100000. The PCMCIA software will attempt to do this automatically, but the automatic algorithm may choose values that conflict with other system devices, so a manual override with the srambase parameter may be required. The memory-mapped IO window generally will not be a problem. PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. mmiobase=n Specifies a fixed address for the card's memory mapped IO window. The default is to select any available memory window. srambase=n Specifies a fixed address for the card's shared packet memory. The default is to select any available window below 1MB. ringspeed=n Selects the network speed, in mb/sec. Valid values are 4 or 16, and the default is 16. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5), ifport(8). pcmcia-cs 2000/06/12 21:24:47 IBMTR_CS(4)
All times are GMT -4. The time now is 08:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy