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/.
Czytam sobie o tym jak przyspieszyć pc w sposób "naturalny" i trafiłem na linka: https://wiki.archlinux.org/index.php/Maximizing_Performance#Multiple_Hardware_Paths . W nim możemy wyczytać:
Use the following commands to determine the various paths on your machine.
USB Device Tree
$ lsusb -tv
PCI Device Tree
$ lspci -tv[/quote]
No i u mnie to wygląda tak:Kod:
root:~# lsusb -tv /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/8p, 480M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M |__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M |__ Port 2: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M root:~# lspci -tv -[0000:00]-+-00.0 Intel Corporation 82945G/GZ/P/PL Memory Controller Hub +-01.0-[01]----00.0 NVIDIA Corporation G73 [GeForce 7600 GT] +-1c.0-[02]-- +-1d.0 Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 +-1d.1 Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 +-1d.2 Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 +-1d.3 Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 +-1d.7 Intel Corporation NM10/ICH7 Family USB2 EHCI Controller +-1e.0-[03]--+-01.0 Creative Labs CA0106 Soundblaster | \-02.0 Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ +-1f.0 Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge +-1f.2 Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] \-1f.3 Intel Corporation NM10/ICH7 Family SMBus ControllerJak z tego wywnioskować gdzie podpiąć nowe urządzenie, tak by wybrać najmniej obciążoną ścieżkę?
Offline
Time (s) | Query |
---|---|
0.00014 | SET CHARSET latin2 |
0.00013 | SET NAMES latin2 |
0.00177 | 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.133.119.247' WHERE u.id=1 |
0.00111 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.133.119.247', 1732707711) |
0.00056 | SELECT * FROM punbb_online WHERE logged<1732707411 |
0.00090 | SELECT topic_id FROM punbb_posts WHERE id=236986 |
0.00057 | SELECT id FROM punbb_posts WHERE topic_id=23931 ORDER BY posted |
0.00073 | 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=23931 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00070 | 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=23931 ORDER BY p.id LIMIT 0,25 |
0.00084 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=23931 |
Total query time: 0.0075 s |