• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Superkaramba System Info für SMP

Gibt es eine Möglichkeit beim Superkaramba Theme "System Info" die CPU Auslastung für beide Prozessoren separat anzuzeigen?
 
ich weiss zwar nicht, welchen zweiten prozessor du meinst, aber sag erstmal, welches system-info-theme du meinst. die haben fast alle "system-info" als überschrift. meins heisst zb. cynapses.
 
Hallo,
bei mir geht das so

################################################################################
# CPU
################################################################################

<group> x=10 y=110
clickarea x=0 y=0 w=64 h=64 onclick="ksysguard"
image x=0 y=0 path="img/icons/cpu.png"

#1. CPU
text x=60 y=15 value="cpu 0 load" color=253,231,34 fontsize=12
text x=165 y=15 sensor=CPU CPU=0 format="%v%" color=253,231,34 align=right fontsize=12

#2. CPU
text x=60 y=30 value="cpu 1 load" color=253,231,34 fontsize=12
text x=165 y=30 sensor=CPU CPU=1 format="%v%" color=253,231,34 align=right fontsize=12

text x=15 y=60 sensor=program program="cat /proc/cpuinfo | grep 'model name' | sed -e 's/.*: //'" line=1 color=253,231,34 fontsize=12
</group>


mfg
spezi
 
OP
B

Boe

@hassan
tut mir leid dass ich nicht präzisere angaben gemacht habe. ich habe auch cynapses und mit dem zweiten prozessor habe ich meinen zweiten prozessor im computer geimeint, da ich 2 habe.

@spezi
danke für die info, habe es geändert.
 
Oben