Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
SystemInfo.CPUBrandString
Returns the CPU brand string.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| SystemInfo | 2.8 | Yes | Yes | Yes | Yes | Yes |
MBS( "SystemInfo.CPUBrandString" ) More
Parameters
none
Result
Returns brand or empty text.
Description
Returns the CPU brand string.If it is an Intel x86 Chip or something compatible, you get strings like this: "Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz".
on FileMaker Cloud with a small EC2 instance, e.g. "Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz"
Examples
Shows CPU Brand String:
Show Custom Dialog ["Info"; MBS( "SystemInfo.CPUBrandString" )]
Release notes
- Version 10.4
- Fixed SystemInfo.CPUBrandString for Windows 64-bit.
Created 18th August 2014, last changed 3th October 2016
SystemInfo.AvailableRAM - SystemInfo.CPULoad
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins