|
Client Service For NetWare Object
The Client Service For NetWare performance object consists of counters that
measure packet transmission rates, logons, and connections.
Bytes Total/sec
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.
Detail Level: Novice
Counter Type: PERF_COUNTER_BULK_COUNT
File Data Operations/sec
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.
Detail Level: Novice
Counter Type: PERF_COUNTER_COUNTER
Packets/sec
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.
Detail Level: Novice
Counter Type: PERF_COUNTER_BULK_COUNT
Bytes Received/sec
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.)
Detail Level: Advanced
Counter Type: PERF_COUNTER_BULK_COUNT
Packets Received/sec
Packets Received/sec is the rate at which 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 might not
contain incoming data, for example an acknowledgment to a write made by the
Redirector would count as an incoming packet.
Detail Level: Advanced
Counter Type: PERF_COUNTER_BULK_COUNT
Bytes Transmitted/sec
Bytes Transmitted/sec is the rate at which 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.)
Detail Level: Advanced
Counter Type: PERF_COUNTER_BULK_COUNT
Packets Transmitted/sec
Packets Transmitted/sec is the rate at which 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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_BULK_COUNT
File Read Operations/sec
File Read Operations/sec is the rate at which applications are asking the
Redirector for data. Each call to a file system or similar Application Program
Interface (API) call counts as one operation.
Detail Level: Novice
Counter Type: PERF_COUNTER_COUNTER
Read Operations Random/sec
Read Operations Random/sec counts the rate at which, 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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Read Packets/sec
Read Packets/sec is the rate at which 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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
File Write Operations/sec
File Write Operations/sec is the rate at which applications are sending data
to the Redirector. Each call to a file system or similar Application Program
Interface (API) call counts as one operation.
Detail Level: Novice
Counter Type: PERF_COUNTER_COUNTER
Write Operations Random/sec
Write Operations Random/sec is the rate at which, 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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Write Packets/sec
Write Packets/sec is the rate at which 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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Server Sessions
Server Sessions counts the total number of security objects the Redirector has
managed. For example, a logon to a server followed by a network access to the
same server will establish one connection, but two sessions.
Detail Level: Novice
Counter Type: PERF_COUNTER_RAWCOUNT
Server Reconnects
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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Connect NetWare 2.x
Connect NetWare 2.x counts connections to NetWare 2.x servers.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Connect NetWare 3.x
Connect NetWare 3.x counts connections to NetWare 3.x servers.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Connect NetWare 4.x]
Connect NetWare 4.x counts connections to NetWare 4.x servers.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Server Disconnects
Server Disconnects counts the number of times a Server has disconnected your
Redirector. See also Server Reconnects.
Detail Level: Advanced
Counter Type: PERF_COUNTER_RAWCOUNT
Packet Burst Read NCP Count/sec
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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Packet Burst Read Timeouts/sec
Packet Burst Read Timeouts/sec is the rate the NetWare Service needs to
retransmit a Burst Read Request because the NetWare server took too long to respond.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Packet Burst Write NCP Count/sec
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.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Packet Burst Write Timeouts/sec
Packet Burst Write Timeouts/sec is the rate the NetWare Service needs to
retransmit a Burst Write Request because the NetWare server took too long to respond.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
Packet Burst IO/sec
Packet Burst IO/sec is the sum of Packet Burst Read NCPs/sec and Packet Burst
Write NCPs/sec.
Detail Level: Advanced
Counter Type: PERF_COUNTER_COUNTER
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|