Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Witam.
Posiadam dedyka z procesorem
Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-3 Off-line CPU(s) list: 4-7 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 58 Model name: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz Stepping: 9 CPU MHz: 2815.093 CPU max MHz: 3800.0000 CPU min MHz: 1600.0000 BogoMIPS: 6784.36 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 8192K NUMA node0 CPU(s): 0-3
Debian8
Procesor ma wylaczony HT skryptem ktory znalazlemw sieci. Pokazuje tylko 0-3 jako wlaczone.
/usr/bin/cpufreq-info cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 Report errors and bugs to cpufreq@vger.kernel.org, please. analyzing CPU 0: driver: intel_pstate CPUs which run at the same hardware frequency: 0 CPUs which need to have their frequency coordinated by software: 0 maximum transition latency: 0.97 ms. hardware limits: 1.60 GHz - 3.80 GHz available cpufreq governors: performance, powersave current policy: frequency should be within 3.70 GHz and 3.80 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency is 3.09 GHz (asserted by call to hardware). analyzing CPU 1: driver: intel_pstate CPUs which run at the same hardware frequency: 1 CPUs which need to have their frequency coordinated by software: 1 maximum transition latency: 0.97 ms. hardware limits: 1.60 GHz - 3.80 GHz available cpufreq governors: performance, powersave current policy: frequency should be within 3.70 GHz and 3.80 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency is 3.11 GHz (asserted by call to hardware). analyzing CPU 2: driver: intel_pstate CPUs which run at the same hardware frequency: 2 CPUs which need to have their frequency coordinated by software: 2 maximum transition latency: 0.97 ms. hardware limits: 1.60 GHz - 3.80 GHz available cpufreq governors: performance, powersave current policy: frequency should be within 3.70 GHz and 3.80 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency is 3.51 GHz (asserted by call to hardware). analyzing CPU 3: driver: intel_pstate CPUs which run at the same hardware frequency: 3 CPUs which need to have their frequency coordinated by software: 3 maximum transition latency: 0.97 ms. hardware limits: 1.60 GHz - 3.80 GHz available cpufreq governors: performance, powersave current policy: frequency should be within 3.70 GHz and 3.80 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency is 3.63 GHz (asserted by call to hardware).
Jak widac pan serwer ma gdzies moje min na jakie mu pozwolilem I schodzi rdzeniami nawet ponizej 3Mhz..
Mozeacie jakis pomysl zeby to ogarnac ?
Zaznaczam ze jestem poczatkujacym liniuksiarzem wiec prosze mowic do mnie dosc jasno :)
Dziekuke I sory za brak polskich ogonkow ale telefon, poprawie post jak usiade do komputera.
Ostatnio edytowany przez Niron (2017-02-15 08:40:37)
Offline
Prosze
# Be careful to not skip the space at the beginning nor the end CPUS_TO_SKIP=" $(cat /sys/devices/system/cpu/cpu*/topology/thread_siblings_list | sed 's/[^0-9].*//' | sort | uniq | tr "\r\n" " ") " for CPU_PATH in /sys/devices/system/cpu/cpu[0-9]*; do CPU="$(echo $CPU_PATH | tr -cd "0-9")" echo "$CPUS_TO_SKIP" | grep " $CPU " > /dev/null if [ $? -ne 0 ]; then echo 0 > $CPU_PATH/online fi done
A tym.sprawdzam czy jest off
echo "testing ################################### " nproc=$(grep -i "processor" /proc/cpuinfo | sort -u | wc -l) phycore=$(cat /proc/cpuinfo | egrep "core id|physical id" | tr -d "\n" | sed s/physical/\\nphysical/g | grep -v ^$ | sort | uniq | wc -l) if [ -z "$(echo "$phycore *2" | bc | grep $nproc)" ] then echo "Does not look like you have HT Enabled" if [ -z "$( dmidecode -t processor | grep HTT)" ] then echo "HT is also not Possible on this server" else echo "This server is HT Capable, However it is Disabled" fi else echo "yay HT Is working" fi echo "testing ###################################
Ostatnio edytowany przez Niron (2017-02-15 11:57:51)
Offline
Nikt nie pomoze ?:(
Offline
Strony: 1
Time (s) | Query |
---|---|
0.00009 | SET CHARSET latin2 |
0.00005 | SET NAMES latin2 |
0.00141 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.17.76.174' WHERE u.id=1 |
0.00068 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.17.76.174', 1732726693) |
0.00046 | SELECT * FROM punbb_online WHERE logged<1732726393 |
0.00048 | SELECT topic_id FROM punbb_posts WHERE id=308721 |
0.00045 | SELECT id FROM punbb_posts WHERE topic_id=29358 ORDER BY posted |
0.00058 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=29358 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00075 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=29358 ORDER BY p.id LIMIT 0,25 |
0.00078 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=29358 |
Total query time: 0.00578 s |