Node.js OS Complete Reference (original) (raw)
This is used to get end-of-line characters or markers as specified by the operating system.
This is used to get the CPU architecture of the computer for which the current node.js is compiled.
This is used to get information about each logical CPU core of the computer.
Node.js os.endianness() Method
This is used to get endianness of the CPU of the computer for which the node.js is compiled.
This is used to get the amount of free system memory.
Node.js os.getPriority() Method
This is used to get the scheduling priority of the process specified by pid.
This is used to get path of the home directory for the current user.
This is used to get hostname of the operating system.
This is used to get the load average.
Node.js os.networkInterfaces() Method
This is used to get information about the network interfaces of the computer.
This is used to get the Operating system platform.
This is used to get the Operating system release.
Node.js os.setPriority() Method
This is used to set the scheduling priority of the process specified by pid and priority.
This is used to get path of default directory for temporary files of the operating system.
This is used to get the amount of total system memory in bytes.
This is used to get the Operating system name.
This is used to get system uptime in seconds.
This is used to get the information of the currently effective user.
The os. version() method is used to identify the version of the kernel of the Operating System.