Title: | -={ H A C K E R S }=- |
Notice: | Write locked - see NOTED::HACKERS |
Moderator: | DIEHRD::MORRIS |
Created: | Thu Feb 20 1986 |
Last Modified: | Mon Aug 03 1992 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 680 |
Total number of notes: | 5456 |
I have found a strange thing in monitor MONITOR> MONITOR ETHERNET %MONITOR-E-NOCLASSES, no classes specified I have not found any documentation for this parameter so I wonder if anyone knows anything about this parameter. I have also heard a rumour that says that there should be a patch which allows the command MONITOR ETHERNET. Is that true ? If it's true where can I get the patch ? Are there any plans to implement MONITOR ETHERNET officially. P�r Bertilsson P.s VMS V4.5
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
465.1 | IOSG::BAILEY | Been down so long;looks like up to me | Wed May 06 1987 07:52 | 57 | |
Lee K. Gleason again !!!! Newsgroups: comp.os.vms Path: decwrl!decvax!ucbvax!XEROX.COM!"Eric_S._Fanwick.STHQ" Subject: Re: Measuring the load on Ethernet Posted: 15 Apr 87 15:32:42 GMT Organization: The ARPA Internet In this months PAGESWAPPER Lee K. Gleason documented a patch to the Monitor Utility that allow some here to hiden classes of Monitor to work. One of the classes will allow the monitoring of Ethernet from VMS. Warning: Since it is undocumented DEC will not support this "feature" of VMS. Good Luck. Eric S. Fanwick Systems Engineer Xerox Corporation The Patch is listed below. $ set default sys$common:[sysexe] $patch monitor.exe REPLACE 4158+33E 211 EXIT 11 EXIT REPLACE 4158+391 211 EXIT 11 EXIT REPLACE 4158+48A 235 EXIT 35 EXIT REPLACE 4158+583 211 EXIT 11 EXIT REPLACE 4158+629 211 EXIT 11 EXIT UPDATE EXIT $INSTALL :==$INSTALL/COMMAND_MODE $ INSTALL REPLACE SYS$COMMON:[SYSEXE]MONITOR.EXE $ EXIT | |||||
465.2 | Doesn't work on 4.6 | DIODE::CROWELL | Jon Crowell | Wed May 06 1987 17:24 | 7 |
The patch doesn't seem to work on VMS F4.6... Since it came from outside DEC it must be for V4.5 (latest released code). You will get the same msg. if you just enter MONITOR> mon Jon | |||||
465.3 | VMS v4.5 MONITOR ETHERNET... | TREK::WATERS | Lester Waters | Thu May 07 1987 00:08 | 24 |
VAX/VMS Monitor Utility ETHERNET STATISTICS on node TREK 6-MAY-1987 23:21:07 CUR AVE MIN MAX Packets/second 276.49 276.49 276.49 276.49 Kbytes/second 58.27 58.27 58.27 58.27 Packet size 215.00 215.00 215.00 215.00 Multicast Packets/second 46.02 46.02 46.02 46.02 Multicast Kbytes/second 5.96 5.96 5.96 5.96 Multicast Packet size 133.00 133.00 133.00 133.00 Trans Single Collision 0.00 0.00 0.00 0.00 Trans Multiple Collision 0.00 0.00 0.00 0.00 Trans Initially Deferred 0.00 0.00 0.00 0.00 Internal Buffer Error 0.00 0.00 0.00 0.00 Local Buffer Error 0.00 0.00 0.00 0.00 Buffer Unavailable 0.00 0.00 0.00 0.00 | |||||
465.4 | VIDEO::LEICHTERJ | Jerry Leichter | Fri May 15 1987 01:21 | 23 | |
For a program that monitors the same statistics and more, pick up a copy of: VIDEO::USER$5:[LEICHTERJ.TOOLS]DEUNA.EXE VIDEO::USER$5:[LEICHTERJ.TSRC]DEUNA.PAS NOTE: I didn't write this program - which appeared in a DECUS publication and was distributed on INFO-VAX a while back. I made some minor changes, but I don't know PASCAL, so can't help you if it goes wrong. From what I understand of the code, the whole thing should be re-written from scratch. To use the program, just run it; it knows the names of all the common Ethernet devices (XEA0, XQA0, ETA0, ESA0) and will monitor any one it finds. Or define a foreign command line to start it and provide the name of the device on the command line. Both DEUNA and MONITOR ETHERNET suffer one annoying problem: Only one user at a time, on any given machine, can run them, since they start up a single- user protocol type. (DEUNA and MONITOR ETHERNET use different protocols, so don't interfere with each other.) Presumably this is one reason why MONITOR ETHERNET is not supported.... -- Jerry | |||||
465.5 | patch for 4.6? | MARVIN::HEALEY | Brendan Healey - WACE | Thu Jul 30 1987 08:54 | 3 |
Has anyone got a patch for 4.6? Brendan. |