The largest number of open operations on files at a single
point in time. There can be more than one open operation on
an open file. For example, two users may open the same file.
This file would count as one open file and two open operations
on the file.
Parsed from file vinemib2.mi2.txt
Company: banyan
Module: VINES-MIB
Vendor: Banyan Systems Inc.
Module: VINES-MIB
[Automatically extracted from oidview.com]
fsMaxOpensOnFiles OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The largest number of open operations on files at a single point in time. There can be more than one open operation on an open file. For example, two users may open the same file. This file would count as one open file and two open operations on the file." ::= { filesystem 5 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.130.1.1.4.5.0 | fsMaxOpensOnFiles | 0 | 0 | None |
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.130.1.1.4.1 | fsTotCache | 1 | 1 | The amount of server RAM, in kilobytes, that is used for caching purposes. This is configurable from the server's console. Note: … |
1.3.6.1.4.1.130.1.1.4.2 | fsCacheBufSize | 1 | 1 | The amount of server RAM, in kilobytes, that makes up a file system cache buffer. Also configurable from the console. Note: The … |
1.3.6.1.4.1.130.1.1.4.3 | fsMaxOpenFiles | 1 | 1 | The largest number of open files on the server at a single point in time. |
1.3.6.1.4.1.130.1.1.4.4 | fsOpenFiles | 1 | 1 | The number of files currently open. |
1.3.6.1.4.1.130.1.1.4.6 | fsOpensOnFiles | 1 | 1 | The current number of open operations on files. |
1.3.6.1.4.1.130.1.1.4.7 | fsRecLocks | 1 | 1 | The current number of record locks. |
1.3.6.1.4.1.130.1.1.4.8 | fsMaxRecLocks | 1 | 1 | The largest number of simultaneous record locks. |
1.3.6.1.4.1.130.1.1.4.9 | fsPctCacheHits | 1 | 1 | The percentage of cache buffer requests that the system was able to service using existing cache buffers, without reading new dat… |
1.3.6.1.4.1.130.1.1.4.10 | fsCacheUnavail | 1 | 1 | The number of cache buffer requests that the server was unable to service without reading new data from disk. |