Best regards, Fernando Vallarino.
SDA shows this kind of data when using SDA> SHOW LAN/COUNTER
I doubt that there is an programming API available to obtain this
data.
T4 collects this data, maybe you can use the output from T4.
Volker.
I've looked at "HP OpenVMS System Services Reference Manual" and "HP
OpenVMS I/O User's Reference Manual".
Fernando.
I'm trying to obtain this data more directly. It is not for historic
information or reports.
Fernando.
Must it be VMS's view of this data or is it permissible to connect
something to the LAN, something which might have a ready-made network
traffic counter/address+protocol classifier?
Without knowing exactly what problem you are trying to solve, it is
difficult to know whether this (or anything else) is a relevant
suggestion or not.
Seasons greetings etc.
Sincere wishes for a prosperous new year to all, Fernando.
Perhaps something could be done with the DIAGNOSE QIO function code
with the Read counters modifier
IO$_DIAGNOSE|IO$M_DIAG_READ_COUNTERS
Some LAN drivers respond to this by extracting counters from the LAN
Station Block (LSB) structure.
Jur.
Ian, I can't find the "IO$M_DIAG_READ_COUNTERS" modifier in any
library.
Fernando.
Jur,
are theese counters allocated in a special structure?
Thanks, Fernando.
Yes. You're entering undocumented territory here so it may change
at any time. Ian's suggestion of IO$_DIAGNOSE with IO$M_DIAG_READ_COUNTERS
is also valid, but that's not documented too (it's documented in the
lan drivers listings).
If you want an example of how to read it contact me offline at
lddriver at digiater dot nl
Jur.