Gateway Service for NetWare Object

Object: Gateway Service For NetWare Index: 1228 Novice

Gateway Service For NetWare object type.

Bytes Received/sec Advanced

Bytes Received/sec is the rate of bytes coming in to the Redirector from the network. It includes all application data as well as network protocol information (such as packet headers.)

Index: 264 Default Scale: 0.0001

Counter Type: PERF_COUNTER_BULK_COUNT Counter Size: 8 bytes

Bytes Total/sec Novice

Bytes Total/sec is the rate the Redirector is processing data bytes. This includes all application and file data in addition to protocol information such as packet headers.

Index: 388 Default Scale: 0.0001

Counter Type: PERF_COUNTER_BULK_COUNT Counter Size: 8 bytes

Bytes Transmitted/sec Advanced

Bytes Transmitted/sec is the rate that bytes are leaving the Redirector to the network. It includes all application data as well as network protocol information (such as packet headers and the like.)

Index: 276 Default Scale: 0.0001

Counter Type: PERF_COUNTER_BULK_COUNT Counter Size: 8 bytes

Connect NetWare 2.x Advanced

Connect NetWare 2.x counts connections to NetWare 2.x servers.

Index: 1242 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Connect NetWare 3.x Advanced

Connect NetWare 3.x counts connections to NetWare 3.x servers.

Index: 1244 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Connect NetWare 4.x Advanced

Connect NetWare 4.x counts connections to NetWare 4.x servers.

Index: 1246 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

File Data Operations/sec Novice

File Data Operations/sec is the rate the Redirector is processing data operations. One operation includes (hopefully) many bytes. We say hopefully here because each operation has overhead. You can determine the efficiency of this path by dividing the Bytes/sec by this counter to determine the average number of bytes transferred/operation.

Index: 406 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

File Read Operations/sec Novice

File Read Operations/sec is the rate that applications are asking the Redirector for data. Each call to a file system or similar Application Program Interface (API) call counts as one operation.

Index: 010 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

File Write Operations/sec Novice

File Write Operations/sec is the rate that applications are sending data to the Redirector. Each call to a file system or similar Application Program Interface (API) call counts as one operation.

Index: 012 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Packet Burst IO/sec Advanced

Packet Burst IO/sec is the sum of Packet Burst Read NCPs/sec and Packet Burst Write NCPs/sec.

Index: 1240 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Packet Burst Read NCP Count/sec Advanced

Packet Burst Read NCP Count/sec is the rate of Netware Core Protocol requests for Packet Burst Read. Packet Burst is a windowing protocol that improves performance.

Index: 1232 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Packet Burst Read Timeouts/sec Advanced

Packet Burst Read Timeouts/sec is the rate the Netware(R) Workstation Compatible Service needs to retransmit a Burst Read Request because the Netware server took too long to respond.

Index: 1234 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Packet Burst Write NCP Count/sec Advanced

Packet Burst Write NCP Count/sec is the rate of Netware Core Protocol requests for Packet Burst Write. Packet Burst is a windowing protocol that improves performance.

Index: 1236 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Packet Burst Write Timeouts/sec Advanced

Packet Burst Write Timeouts/sec is the rate the Netware(R) Workstation Compatible Service needs to retransmit a Burst Write Request because the Netware server took too long to respond.

Index: 1238 Default Scale: 1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Packets Received/sec Advanced

Packets Received/sec is the rate that the Redirector is receiving packets (also called SMBs or Server Message Blocks). Network transmissions are divided into packets. The average number of bytes received in a packet can be obtained by dividing Bytes Received/sec by this counter. Some packets received may not contain incoming data, for example an acknowledgment to a write made by the Redirector would count as an incoming packet.

Index: 266 Default Scale: 0.1

Counter Type: PERF_COUNTER_BULK_COUNT Counter Size: 8 bytes

Packets Transmitted/sec Advanced

Packets Transmitted/sec is the rate that the Redirector is sending packets (also called SMBs or Server Message Blocks). Network transmissions are divided into packets. The average number of bytes transmitted in a packet can be obtained by dividing Bytes Transmitted/sec by this counter.

Index: 278 Default Scale: 0.1

Counter Type: PERF_COUNTER_BULK_COUNT Counter Size: 8 bytes

Packets/sec Novice

Packets/sec is the rate the Redirector is processing data packets. One packet includes (hopefully) many bytes. We say hopefully here because each packet has protocol overhead. You can determine the efficiency of this path by dividing the Bytes/sec by this counter to determine the average number of bytes transferred/packet. You can also divide this counter by Operations/sec to determine the average number of packets per operation, another measure of efficiency.

Index: 400 Default Scale: 0.1

Counter Type: PERF_COUNTER_BULK_COUNT Counter Size: 8 bytes

Read Operations Random/sec Advanced

Read Operations Random/sec counts the rate that, on a file-by-file basis, reads are made that are not sequential. If a read is made using a particular file handle, and then is followed by another read that is not immediately the contiguous next byte, this counter is incremented by one.

Index: 290 Default Scale: 0.1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Read Packets/sec Advanced

Read Packets/sec is the rate that read packets are being placed on the network. Each time a single packet is sent with a request to read data remotely, this counter is incremented by one.

Index: 292 Default Scale: 0.1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Server Disconnects Advanced

Server Disconnects counts the number of times a Server has disconnected your Redirector. See also Server Reconnects.

Index: 326 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Server Reconnects Advanced

Server Reconnects counts the number of times your Redirector has had to reconnect to a server in order to complete a new active request. You can be disconnected by the Server if you remain inactive for too long. Locally even if all your remote files are closed, the Redirector will keep your connections intact for (nominally) ten minutes. Such inactive connections are called Dormant Connections. Reconnecting is expensive in time.

Index: 316 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Server Sessions Novice

Server Sessions counts the number of active security objects the Redirector is managing. For example, a Logon to a server followed by a network access to the same server will establish one connection, but two sessions.

Index: 314 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Write Operations Random/sec Advanced

Write Operations Random/sec is the rate that, on a file-by-file basis, writes are made that are not sequential. If a write is made using a particular file handle, and then is followed by another write that is not immediately the next contiguous byte, this counter is incremented by one.

Index: 300 Default Scale: 0.1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes

Write Packets/sec Advanced

Write Packets/sec is the rate that writes are being sent to the network. Each time a single packet is sent with a request to write remote data, this counter is incremented by one.

Index: 302 Default Scale: 0.1

Counter Type: PERF_COUNTER_COUNTER Counter Size: 4 bytes