Re: Linux: more cores = less concurrency.

Поиск
Список
Период
Сортировка
От Cédric Villemain
Тема Re: Linux: more cores = less concurrency.
Дата
Msg-id BANLkTikR-dvsg9tvFXAkmTXDSv4v+f27tg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Linux: more cores = less concurrency.  (Florian Weimer <fweimer@bfk.de>)
Список pgsql-performance
2011/4/14 Florian Weimer <fweimer@bfk.de>:
> * Jesper Krogh:
>
>> If you have a 1 socket system, all of your data can be fetched from
>> "local" ram seen from you cpu, on a 2 socket, 50% of your accesses
>> will be "way slower", 4 socket even worse.
>
> There are non-NUMA multi-socket systems, so this doesn't apply in all
> cases.  (The E5320-based system is likely non-NUMA.)
>
> Speaking about NUMA, do you know if there are some non-invasive tools
> which can be used to monitor page migration and off-node memory
> accesses?

I am unsure it is exactly what you are looking for, but linux do
provide access to counters in:
/sys/devices/system/node/node*/numastat

I also find usefull to check meminfo per node instead of via /proc


--
Cédric Villemain               2ndQuadrant
http://2ndQuadrant.fr/     PostgreSQL : Expertise, Formation et Support

В списке pgsql-performance по дате отправления:

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: Linux: more cores = less concurrency.
Следующее
От: Cédric Villemain
Дата:
Сообщение: Re: Performance