os_properties
v1.1.2
Published
Utilities from OS package for using automatically
Readme
Project Explanation
os_properties
This class, when executed, provides the computer's specifications. In particular:
- hostname: The computer’s hostname
- uptime: Time the system has been running
- arch: Architecture used by the operating system
- cpus: Total CPUs across all cores of the machine
- freemem: Free memory in the machine, in GB
- release: Operating system version
- tmpdir: Location of the temporary folder
- totalmem: Total available RAM
- networkInterfaces : Network propierties like DNS
- Note: All information is available at https://www.npmjs.com/package/os
Notes
- A linter is included and can be run using
npx standard.
