LOAD INTERFACE

greenspun.com : LUSENET : Tool Command Language (Tcl) : One Thread

Hi...I'm a beginner on Tcl/Tk I have to create a script that run on Tcl/Tk 8.3 for Windows as described : ------------------------------------------------------------------------------- Interface Load: " Compute the load of an interface and display it in a stripchart." " The load is calculated using Leinwand's formula:" " util = ( 8 * ( delta (ifInOctets, t1, t0)" " + delta (ifOutOctets, t1, t0) ) / (t1 - t0) ) / ifSpeed" " " This formula returns incorrect results for full-duplex point" " to point links. In this case, the following formula is used:" "" " util = ( 8 * max ( delta (ifInOctets, t1, t0) ," " delta (ifOutOctets, t1, t0) ) / (t1 - t0) ) / ifSpeed" ------------------------------------------------------------------------------- Specification of my computer : - Proc: AMD K6-2 500 Mhz - RAM : 64 MB - OS : Windows98 SE

HOW CAN I DO THAT?? Can you help and give me Tcl/Tk script for that problem ? (The script must run on SNMPv2 and MIB-II) Thank's a lot ....

-- Wahyu Tyas Wiweko (wtwiweko@telkom.net), March 22, 2001

Answers

While I am not able to provide the script for you, I would recommend checking out http://purl.org/tcl/wiki and the chatroom at that site - these are good resources to locate the type of software you need.

-- Larry W. Virden (lvirden@yahoo.com), January 02, 2002.

Moderation questions? read the FAQ