Int 21/AH=E3h/SF=D4h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - FILE SERVER - GET FILE SYSTEM STATISTICS

AH = E3h subfn D4h
DS:SI -> request buffer (see #02027)
ES:DI -> reply buffer (see #02028)

Return:
AL = status (00h,C6h) (see #02025)

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 - See Also: AX=F217h/SF=D4h

Format of NetWare "Get File System Statistics" request buffer: Offset Size Description (Table 02027) 00h WORD 0001h (length of following data) 02h BYTE D4h (subfunction "Get File System Statistics")

See Also: #02028 - #02227 at AX=F217h/SF=D4h

Format of NetWare "Get File System Statistics" reply buffer: Offset Size Description (Table 02028) 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: #02027 - #02227 at AX=F217h/SF=D4h

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents