ISPConfig 3.0.0.8 RC1 - Admin Area, CPU INFO

Discussion in 'Developers' Forum' started by gjcomputer, Jan 9, 2009.

  1. gjcomputer

    gjcomputer ISPConfig Developer ISPConfig Developer

    is this area now consolidated to show the amount of CPU's instead of showing one individually as in 2.x?

    Code:
    processor: 3 
    vendor_id: GenuineIntel 
    cpu family: 15 
    model: 4 
    model name: Intel(R) Xeon(TM) CPU 3.00GHz 
    stepping: 3 
    cpu MHz: 3000.220 
    cache size: 2048 KB 
    physical id: 3 
    siblings: 2 
    core id: 0 
    cpu cores: 1 
    apicid: 7 
    initial apicid: 7 
    fdiv_bug: no 
    hlt_bug: no 
    f00f_bug: no 
    coma_bug: no 
    fpu: yes 
    fpu_exception: yes 
    cpuid level: 5 
    wp: yes 
    flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pebs bts pni monitor ds_cpl cid cx16 xtpr 
    bogomips: 6000.57 
    clflush size: 64 
    power management: 
    

    this machines has 2 processors, identical, but only reporting 1 it looks like?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The output is exactly what the linux kernel reports about the processor of your server.
     
  3. gjcomputer

    gjcomputer ISPConfig Developer ISPConfig Developer

    understood, but when i pull a
    Code:
    cat /proc/cpuinfo

    i get the following... shouldnt i see all this info under the "CPU info" area under monitor?

    Code:
    processor       : 0
    vendor_id       : GenuineIntel
    cpu family      : 15
    model           : 4
    model name      : Intel(R) Xeon(TM) CPU 3.00GHz
    stepping        : 3
    cpu MHz         : 3000.220
    cache size      : 2048 KB
    physical id     : 3
    siblings        : 2
    core id         : 0
    cpu cores       : 1
    apicid          : 6
    initial apicid  : 6
    fdiv_bug        : no
    hlt_bug         : no
    f00f_bug        : no
    coma_bug        : no
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 5
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov         pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pebs b        ts pni monitor ds_cpl cid cx16 xtpr
    bogomips        : 6006.45
    clflush size    : 64
    power management:
    
    processor       : 1
    vendor_id       : GenuineIntel
    cpu family      : 15
    model           : 4
    model name      : Intel(R) Xeon(TM) CPU 3.00GHz
    stepping        : 10
    cpu MHz         : 3000.220
    cache size      : 2048 KB
    physical id     : 0
    siblings        : 2
    core id         : 0
    cpu cores       : 1
    apicid          : 0
    initial apicid  : 0
    fdiv_bug        : no
    hlt_bug         : no
    f00f_bug        : no
    coma_bug        : no
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 5
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov         pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pebs b        ts pni monitor ds_cpl cid cx16 xtpr lahf_lm
    bogomips        : 6000.65
    clflush size    : 64
    power management:
    
    processor       : 2
    vendor_id       : GenuineIntel
    cpu family      : 15
    model           : 4
    model name      : Intel(R) Xeon(TM) CPU 3.00GHz
    stepping        : 10
    cpu MHz         : 3000.220
    cache size      : 2048 KB
    physical id     : 0
    siblings        : 2
    core id         : 0
    cpu cores       : 1
    apicid          : 1
    initial apicid  : 1
    fdiv_bug        : no
    hlt_bug         : no
    f00f_bug        : no
    coma_bug        : no
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 5
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov         pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pebs b        ts pni monitor ds_cpl cid cx16 xtpr lahf_lm
    bogomips        : 6000.68
    clflush size    : 64
    power management:
    
    processor       : 3
    vendor_id       : GenuineIntel
    cpu family      : 15
    model           : 4
    model name      : Intel(R) Xeon(TM) CPU 3.00GHz
    stepping        : 3
    cpu MHz         : 3000.220
    cache size      : 2048 KB
    physical id     : 3
    siblings        : 2
    core id         : 0
    cpu cores       : 1
    apicid          : 7
    initial apicid  : 7
    fdiv_bug        : no
    hlt_bug         : no
    f00f_bug        : no
    coma_bug        : no
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 5
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov         pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pebs b        ts pni monitor ds_cpl cid cx16 xtpr
    bogomips        : 6000.57
    clflush size    : 64
    power management:
    
     

Share This Page