Sponsored Content
Full Discussion: network driver cpu usage
Operating Systems Solaris network driver cpu usage Post 302112219 by reborg on Monday 26th of March 2007 08:02:49 PM
Old 03-26-2007
You could try upping the number of send and receive rings if you are using a T1000 it's bge's you should have these settings in /kernel/drv/bge.conf

bge-rx-rings = 1;
bge-tx-rings = 1;

You could try increasing the number of rings.

If it's a t2000, you have e1000g nics, and I'm not sure if equivalent code has been putback yet.
 

10 More Discussions You Might Find Interesting

1. Programming

Monitor CPU usage and Memory Usage

how can i monitor usages of CPU, Memory, Hard disk etc. under SUN Solaries through a c program or java program i want to store that data into database so i can show it graphically thanks in advance (2 Replies)
Discussion started by: Gajanad Bihani
2 Replies

2. Programming

Network device driver

HI, I am writing a network device driver for RTL8139c card on 2.6.18 kernel ... I am facing few queries listed below 1. Can i able to at all write a driver for RTL8139C or Realtek had designed new chip for 2.6 series kernel? 2. If no then which driver file 2.6.18 uses .. Is it 8139too.c or... (1 Reply)
Discussion started by: niketan
1 Replies

3. Programming

CPU usage and memory usage

Please tell me solaris functions/api for getting following information 1- Function that tells how much memory used by current process 2- Function that tells how much memory used by all running processes 3- Function that tells how much CPU is used by current process 4- Function that tells how... (1 Reply)
Discussion started by: mansoorulhaq
1 Replies

4. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

5. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

6. Solaris

Installing Network on Computer, might be driver

Hi All, Just completing my second Solaris installation, in the previous one which was on a Dell X64 machine, I went through the Network configuration setting, on the current computer which I am installing Solaris on, its a custom built machine and for some reason, I didnt see the screen where I... (1 Reply)
Discussion started by: platforminc
1 Replies

7. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

8. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

9. Programming

The simplest network driver

Hi, I am trying to write the simplest network driver that would send whatever through cable. My configuration is: Linux machine with some Intel network adapter Another machine with WireShark I connected Intel network adapter to second machine and want anything to pop up at wireshark. ... (12 Replies)
Discussion started by: Chrisdot
12 Replies

10. AIX

High Runqueue (R) LOW CPU LOW I/O Low Network Low memory usage

Hello All I have a system running AIX 61 shared uncapped partition (with 11 physical processors, 24 Virtual 72GB of Memory) . The output from NMON, vmstat show a high run queue (60+) for continous periods of time intervals, but NO paging, relatively low I/o (6000) , CPU % is 40, Low network.... (9 Replies)
Discussion started by: IL-Malti
9 Replies
netsniff-ng(8)							netsniff-ng-toolkit						    netsniff-ng(8)

NAME
netsniff-ng - the packet sniffing beast SYNOPSIS
netsniff-ng -i|-d|--dev|--in <dev|pcap> -o|--out <dev|pcap|dir|txf> [-f|--filter <bpf-file>][-t|--type <type>][-F|--interval <uint>] [-s|--silent][-J|--jumbo-support][-n|--num <uint>][-r|--rand] [-M|--no-promisc][-m|--mmap | -c|--clrw][-S|--ring-size <size>] [-k|--kernel-pull <uint>][-b|--bind-cpu <cpu> | -B|--unbind-cpu <cpu>] [-H|--prio-high][-Q|--notouch-irq][-q|--less | -X|--hex | -l|--ascii] [-v|--version][-h|--help] DESCRIPTION
The first sniffer that invoked both, the zero-copy RX_RING as well as the zero-copy TX_RING for high-performance network I/O and scatter/gather or mmaped PCAP I/O. EXAMPLES
netsniff-ng --in eth0 --out dump.pcap Capture traffic from interface 'eth0' and save it pcap file 'dump.pcap' netsniff-ng --in any --filter http.bpf --payload Capture HTTP traffic from any interface and print its payload on stdout netsniff-ng --in wlan0 --bind-cpu 0,1 Capture all traffic from wlan0 interface. Schedule process on CPU 0 and 1. OPTIONS
-i|-d|--dev|--in <dev|pcap> Input source. Can be a network device or pcap file. -o|--out <dev|pcap|dir|txf> Output sink. Can be a network device, pcap file, a trafgen txf file or a directory. (There's only pcap to txf translation possible.) -f|--filter <bpf-file> Use BPF filter file from bpfc. -t|--type <type> Only handle packets of defined type: - broadcast - multicast - others - outgoing -F|--interval <uint> Dump interval in seconds. if -o is a directory, a new pcap will be created at each interval. The older files are left untouched. (default value: 60 seconds) -s|--silent Do not print captured packets to stdout. -J|--jumbo-support Support for 64KB Super Jumbo Frames. -n|--num <uint> When zerp, capture/replay until SIGINT is received (default). When non-zero, capture/replay the number of packets. -r|--rand Randomize packet forwarding order (replay mode only). -M|--no-promisc Do not place the interface in promiscuous mode. -m|--mmap Mmap pcap file i.e., for replaying. Default: scatter/gather I/O. -c|--clrw Instead of using scatter/gather I/O use slower read(2)/write(2) I/O. -S|--ring-size <size> Manually set ring size in KB/MB/GB, e.g. '10MB'. -k|--kernel-pull <uint> Kernel pull from user interval in microseconds. Default is 10us. (replay mode only). -b|--bind-cpu <cpu> Bind to specific CPU (or CPU-range). -B|--unbind-cpu <cpu> Forbid to use specific CPU (or CPU-range). -H|--prio-high Run the process in high-priority mode. -Q|--notouch-irq Do not touch IRQ CPU affinity of NIC. -q|--less Print less-verbose packet information. -X|--hex Print packet data in hex format. -l|--ascii Print human-readable packet data. -v|--version Print version. -h|--help Print help text and lists all options. AUTHOR
Written by Daniel Borkmann <daniel@netsniff-ng.org> and Emmanuel Roullit <emmanuel@netsniff-ng.org> DOCUMENTATION
Documentation by Emmanuel Roullit <emmanuel@netsniff-ng.org> BUGS
Please report bugs to <bugs@netsniff-ng.org> 2012-06-29 netsniff-ng(8)
All times are GMT -4. The time now is 02:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy