#1628 PR merged: unnessary cat command removed

Labels: enhancement, cleanup, fixed / solved / done

ProBackup-nl opened issue at 2017-12-07 16:33:

PROCS and SPEED made more alike memory_in_kB assignment

ProBackup-nl commented at 2017-12-07 16:47:

Maybe core counting can even be reduced to the shorter grep -c 'core id' /proc/cpuinfo

ProBackup-nl commented at 2017-12-07 16:51:

And the actual running speed is not that interesting:

567.873

The actual maximum rate is. Better store the model name:

Intel(R) Atom(TM) CPU E3815 @ 1.46GHz

gdha commented at 2017-12-07 16:57:

@ProBackup-nl You may modify the script to improve it further from my point of view. Thank you for the updates already

ProBackup-nl commented at 2017-12-07 17:17:

@gdha Some more edits were made to sysreq output patch-19 in the 2nd commit.

Regarding memory, of which interest would be the output of:

$ dmidecode -qt 17
Memory Device
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 8192 MB
    Form Factor: SODIMM
    Set: None
    Locator: SODIMM0
    Bank Locator: Channel A Slot 0
    Type: DDR3
    Type Detail: Unknown
    Speed: 1600 MT/s
    Manufacturer: Kingston
    Serial Number: 0B1CABBC
    Asset Tag: A1_AssetTagNum0
    Part Number: 99U5428-018.A00LF
    Rank: 2
    Configured Clock Speed: 1066 MT/s
    Minimum Voltage: 1.35 V
    Maximum Voltage: 1.5 V
    Configured Voltage: 1.35 V

gdha commented at 2017-12-22 07:43:

@ProBackup-nl dmicode may be used, if the command is available, to show additional information

schabrolles commented at 2017-12-22 08:49:

@gdha, @ProBackup-nl, Try to avoid using dmidecode when possible as it exists only for x86 arch.


[Export of Github issue for rear/rear.]