! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Add support for multicore on FreeBSD
Status:
RESOLVED: FIXED
Product:
Xfce4-cpugraph-plugin
Component:
General

Comments

Description Florian Rivoal editbugs 2010-06-28 14:57:49 CEST
All other supported OSes now have support for fetching the data from multiple CPUs. Add that for FreeBSD too.
Comment 1 rene 2011-12-18 15:19:33 CET
Created attachment 4034 
patch to add multi-core support for FreeBSD

This patch add multi-core support for FreeBSD.  Somehow the bars seem to be in the reverse order on my dualcore system, but that is also the case when using the Linux variant under FreeBSD (by defining __FreeBSD_kernel__ and PROC_STAT to "/compat/linux/proc/stat" in os.c).
Comment 2 rene 2011-12-18 15:23:14 CET
Patch 4034 is for version 1.0.1
Comment 3 rene 2011-12-18 15:29:42 CET
The "reverse" order (core 2 left of core 1) seems to be by design, because when I select an individual core the readout of the bar is ok.
Comment 4 rene 2011-12-31 17:43:54 CET
Created attachment 4065 
new version of the FreeBSD patch, the previous one didn't work in all cases.

Bug #6531

Reported by:
Florian Rivoal
Reported on: 2010-06-28
Last modified on: 2012-04-18

People

Assignee:
Landry Breuil
CC List:
2 users

Version

Version:
0.3.0 or older

Attachments

Additional information