Int 21 Fn E3 - Novell Netware - File Server - Get File System Statistics [N]
AH = E3h subfn D4h
DS:SI -> request buffer (see #1715)
ES:DI -> reply buffer (see #1716)
Return: AL = status (00h,C6h) (see #1713)
Notes: this function is supported by Advanced NetWare 2.1+
the calling workstation must have console operator privileges
See Also: AH=E3h/SF=0Eh,AH=E3h/SF=C8h,AH=E3h/SF=D9h,AH=E3h/SF=E7h,AH=E3h/SF=E8h
See Also: AX=F217h/SF=D4h
Format of NetWare "Get File System Statistics" request buffer:
Offset Size Description (Table 1715)
00h WORD 0001h (length of following data)
02h BYTE D4h (subfunction "Get File System Statistics")
See Also: #1716,#1915 at AX=F217h/SF=D4h
Format of NetWare "Get File System Statistics" reply buffer:
Offset Size Description (Table 1716)
00h WORD (call) 0028h (size of following results buffer)
02h DWORD clock ticks since system started
06h WORD maximum open files set by configuration
08h WORD maximum files open concurrently
0Ah WORD current number of open files
0Ch DWORD total files opened
10h DWORD total file read requests
14h DWORD total file write requests
18h WORD current changed FATs
1Ah WORD total changed FATs
1Ch WORD number of FAT write errors
1Eh WORD number of fatal FAT write errors
20h WORD number of FAT scan errors
22h WORD maximum concurrently-indexed files
24h WORD current number of indexed files
26h WORD number of attached indexed files
28h WORD number of indexed files available
Note: all fields except the first are big-endian
See Also: #1715,#1915 at AX=F217h/SF=D4h