Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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".
Returns empty text on Linux on ARM.
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 is free to use.
Created 18th August 2014, last changed 12nd May 2023