SystemInformation

SystemInformation[]

给出 Wolfram 系统运行的详细信息.

SystemInformation["comp"]

给出具有组件 "comp" 的信息的规则列表.

SystemInformation["comp","prop"]

给出组件 "comp" 的属性 "prop" 的值.

更多信息

  • 在笔记本界面中运行时,将用图形显示 SystemInformation[] 的输出.
  • SystemInformation[All] 通常给出规则列表.
  • 可以指定的典型的组件包括:
  • "Kernel"Wolfram 语言计算核心
    "FrontEnd"用于显示的 Wolfram 语言前端
    "Links"外部链接
    "Devices"设备和装置等
    "Network"网络连接性
    "Machine"可用内存、已使用内存、页面大小等
  • SystemInformation["comp","Properties"] 给出组件"comp" 的属性名称的列表.
  • SystemInformation["Components"] 给出组件名称的列表.
  • SystemInformation["Small"] 给出有用属性的简略列表.
  • SystemInformation 给出计算核心的信息,并显示前端的信息.
  • 如果指定的组件没有在当前系统中激活,则 SystemInformation["comp",] 返回 Missing["NotActive"] .

范例

打开所有单元关闭所有单元

基本范例  (5)

显示系统信息;在相关选项卡上浏览相关细节:

获取当前开流:

获取机器中可用的总内存:

显示有关已连接显示器的信息:

有关已安装文档的信息:

范围  (4)

获取所有已知组件的列表:

获取给定组件的所有可用属性的列表:

获取个别属性的值:

获得属性的简略列表:

属性和关系  (1)

某种 SystemInformation 属性直接与内置系统函数相关:

可能存在的问题  (1)

以点而不是像素为单位的屏幕面积测量:

要计算像素测量值,请查询以点为单位的尺寸和以每英寸像素为单位的分辨率:

resolution/72 缩放点值以确定相应的像素值:

互动范例  (1)

动态监视机器属性:

Wolfram Research (2007),SystemInformation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/SystemInformation.html (更新于 2017 年).

文本

Wolfram Research (2007),SystemInformation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/SystemInformation.html (更新于 2017 年).

CMS

Wolfram 语言. 2007. "SystemInformation." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2017. https://reference.wolfram.com/language/ref/SystemInformation.html.

APA

Wolfram 语言. (2007). SystemInformation. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/SystemInformation.html 年

BibTeX

@misc{reference.wolfram_2024_systeminformation, author="Wolfram Research", title="{SystemInformation}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/SystemInformation.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_systeminformation, organization={Wolfram Research}, title={SystemInformation}, year={2017}, url={https://reference.wolfram.com/language/ref/SystemInformation.html}, note=[Accessed: 22-November-2024 ]}