Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os #46

Open
Genluo opened this issue Sep 6, 2019 · 0 comments
Open

os #46

Genluo opened this issue Sep 6, 2019 · 0 comments
Labels
Node Node相关

Comments

@Genluo
Copy link
Owner

Genluo commented Sep 6, 2019

os属于操作系统范畴的内容,可以使用os进行很多处理

文档部分

  • 系统换行符 OS.EOL
  • 操作系统架构:os.arch()
  • 操作系统常量: os.constants
  • cpu信息:os.cpus()
  • 系统二进制编译环境的字节顺序: endianness()
  • 空闲系统的内存: os.freeemem()
  • 当前系统的home文件夹目录: os.homedir()
  • 操作系统主机名:os.hostname()
  • 平均负载: os.loadavg()包含1,5,15分钟的平均负载
  • 网络接口信息: os.networkInterfaces()
  • 返回nodejs编译时的操作平台: os.platform()
  • 操作系统的发行版本:os.release()
  • 系统默认临时文件目录: os.tmpdir()
  • 系统内存的字节数: os.totalmem()
  • 操作系统的上线时间:os.uptime()
  • 当前有效用户的信息: os.userInfo()

常量

我们可以通过os.constants 获取系统中的所有常量

node文档中对常量的描述文档文档

理解部分

这部分主要是通过os模块来获取一些系统的信息,并且针对系统中出现常量进行说明

@Genluo Genluo added the Node Node相关 label Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Node Node相关
Projects
None yet
Development

No branches or pull requests

1 participant