platform.processor()

platform.processor()[source]

Returns the (true) processor name, e.g. ‘amdk6’

An empty string is returned if the value cannot be determined. Note that many platforms do not provide this information or simply return the same value as for machine(), e.g. NetBSD does this.