Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux_config_iscsi [2019/11/06 16:07] – [Windows] andonovj | linux_config_iscsi [2019/11/07 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 349: | Line 349: | ||
</ | </ | ||
+ | =====Performance===== | ||
+ | I've found that iSCSI isn't particulary fast. I've found that my environment isn't so much loaded. That can be because the clients aren't using Jumbo frames so that might be the reson. | ||
+ | <sxh bash> | ||
+ | [root@server Logs]# ip link show | grep mtu | ||
+ | 1: lo: < | ||
+ | 2: eno16780032: | ||
+ | 3: virbr0: < | ||
+ | 4: virbr0-nic: < | ||
+ | [root@server Logs]# ls -lart | ||
+ | </ | ||
+ | |||
+ | Here is a good article of how to speed up the performance of the iSCSI: | ||
+ | |||
+ | https:// |