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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
SystemInfo.CPUBrandString
Returns the CPU brand string.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 2.8 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SystemInfo.CPUBrandString" )
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". For an emulated x86 chip on ARM, you may get empty text or something like "virtual cpu".
on FileMaker Cloud with a small EC2 instance, e.g. "Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz"
Changed for v12.0 to work on Apple Silicon, e.g. "Apple M1 Max".
Examples
Shows CPU Brand String:
Show Custom Dialog ["Info"; MBS( "SystemInfo.CPUBrandString" )]
Release notes
- Version 12.0
- Updated SystemInfo.CPUBrandString to work on Apple Silicon.
- Version 10.4
- Fixed SystemInfo.CPUBrandString for Windows 64-bit.
Blog Entries
- Neues MBS FileMaker Plugin 12.0
- MBS FileMaker Plugin 12.0 - More than 6700 Functions In One Plugin
- MBS FileMaker Plugin, version 11.6pr1
This function does not need a paid license.
Created 18th August 2014, last changed 28th January 2023
