Re: [osol-discuss] Network monitor display data throughput

2009-07-16 Thread Harry Putnam
Harry Putnam writes: > It [iftop -ed] only appeared there since 117 and I'm running 111 > with no keen urge to update ...too many bug reports on 117-118. I > guess I'll live without it. Just incase anyone else needs this but not running 117 or higher, you can just stick the binary into 111 exec

Re: [osol-discuss] Network monitor display data throughput

2009-07-16 Thread Harry Putnam
Bartlomiej Pelc writes: > Try: > > # dladm show-link -i 60 -S > > for real-time (overwriting) statistics showing amount of data (KB/min) for > each network device > or: > > # dladm show-link -i 60 -s rge0 > > for non-overwriting statistics showing amount of data (KB/min) for particular > networ

Re: [osol-discuss] Network monitor display data throughput

2009-07-16 Thread Bartlomiej Pelc
Try: # dladm show-link -i 60 -S for real-time (overwriting) statistics showing amount of data (KB/min) for each network device or: # dladm show-link -i 60 -s rge0 for non-overwriting statistics showing amount of data (KB/min) for particular network device Ofcource you can increace number of s

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
John Martin writes: > Harry Putnam wrote: >> >>> mvchgat() is in /usr/xpg4/lib/libcurses.so, but not in >>> /usr/lib/libcurses.so. >>> >> >> I don't know if I'm doing this wrong or what but using: >> --libdir=/usr/xpg4/lib or >> --libdir=/usr/xpg4/lib/libcurses.so >> >> I still get the

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread John Martin
Harry Putnam wrote: mvchgat() is in /usr/xpg4/lib/libcurses.so, but not in /usr/lib/libcurses.so. I don't know if I'm doing this wrong or what but using: --libdir=/usr/xpg4/lib or --libdir=/usr/xpg4/lib/libcurses.so I still get the same error ouput: [...] checking for a curses lib

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
John Martin writes: > Harry Putnam wrote: >> >> checking for a curses library containing mvchgat... none found >> configure: error: Curses! Foiled again! >> (Can't find a curses library supporting mvchgat.) >> Consider installing ncurses. >> >> My ./configure line include paths to inc

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread John Martin
Harry Putnam wrote: checking for a curses library containing mvchgat... none found configure: error: Curses! Foiled again! (Can't find a curses library supporting mvchgat.) Consider installing ncurses. My ./configure line include paths to include and lib files so that isn't the caus

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
Harry Putnam writes: > Apparently the pre version doesn't find something it needs in > SUNWncurses. > > Tail of ./configure --prefix=/usr/local/src/test \ I just tried it out on a linux machine and yes that is the kind of thing I was after... now to just get it debugged on osol.. __

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
Joseph Mocker writes: > You might want to check out iftop - http://www.ex-parrot.com/pdw/iftop/ > > Its also relatively easy to use kstat to get rbytes64 and obytes64 > statistics for the devices at periodic intervals and compute bandwidth > yourself. Apparently the pre version doesn't find some

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Joseph Mocker
You might want to check out iftop - http://www.ex-parrot.com/pdw/iftop/ Its also relatively easy to use kstat to get rbytes64 and obytes64 statistics for the devices at periodic intervals and compute bandwidth yourself. --joe Harry Putnam wrote: John Martin writes: On the top status

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
John Martin writes: > On the top status bar starting from the right is the date/time. > The icon next to that is the sound level. Next to that is the > connection properties icon. The image is of a standard ethernet > connector. Right click on that and choose properties. Egad... I took the wo

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
John Martin writes: > Harry Putnam wrote: >> John Martin writes: >> >> >>> Harry Putnam wrote: >>> What do we have for opensolaris that can display the amount of data going through a network connection. I don't care if cmdline or gui but want to be able to see how man

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread John Martin
Harry Putnam wrote: John Martin writes: Harry Putnam wrote: What do we have for opensolaris that can display the amount of data going through a network connection. I don't care if cmdline or gui but want to be able to see how many mb passes down the pipe in some time frame like minut

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
Ignacio Marambio Catán writes: > with crossbow, i belive we have flowstat if flows were configured I know nothing of `crossbow' or `flows'... so suspect I'd be biting off more than I want to chew just to get some numbers for data movement. ___ opensol

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
John Martin writes: > Harry Putnam wrote: >> What do we have for opensolaris that can display the amount of data >> going through a network connection. >> >> I don't care if cmdline or gui but want to be able to see how many mb >> passes down the pipe in some time frame like minute or hour. >> >>

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Ignacio Marambio Catán
with crossbow, i belive we have flowstat if flows were configured On Wed, Jul 15, 2009 at 1:51 PM, Harry Putnam wrote: > Sivakumar Shanmugasundaram > writes: > >> Harry Putnam wrote: >>> What do we have for opensolaris that can display the amount of data >>> going through a network connection. >>

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
Sivakumar Shanmugasundaram writes: > Harry Putnam wrote: >> What do we have for opensolaris that can display the amount of data >> going through a network connection. >> >> I don't care if cmdline or gui but want to be able to see how many mb >> passes down the pipe in some time frame like minute

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread John Martin
Harry Putnam wrote: What do we have for opensolaris that can display the amount of data going through a network connection. I don't care if cmdline or gui but want to be able to see how many mb passes down the pipe in some time frame like minute or hour. On the right side of the top status

Re: [osol-discuss] Network monitor display data throughput

2009-07-15 Thread Sivakumar Shanmugasundaram
Harry Putnam wrote: What do we have for opensolaris that can display the amount of data going through a network connection. I don't care if cmdline or gui but want to be able to see how many mb passes down the pipe in some time frame like minute or hour.

[osol-discuss] Network monitor display data throughput

2009-07-15 Thread Harry Putnam
What do we have for opensolaris that can display the amount of data going through a network connection. I don't care if cmdline or gui but want to be able to see how many mb passes down the pipe in some time frame like minute or hour. ___ opensolaris-di