摘要: 1 [root@ostack1 ~]# lsof -p 18628 | wc -l 2 114 阅读全文
posted @ 2018-12-11 12:27 salami_china 阅读(280) 评论(0) 推荐(0)
摘要: 1 [root@node1 ~]# lspci -nn | grep Eth 2 08:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01) 3 08:00.1 Ethernet controller [0200]: Intel Corp... 阅读全文
posted @ 2018-12-11 11:14 salami_china 阅读(5572) 评论(0) 推荐(0)
摘要: 原文链接:http://www.cnblogs.com/whatisfantasy/p/6440585.html 1 概念梳理: 1.1 线程 线程是操作系统能够进行运算调度的最小单位。它被包含在进程之中,是进程中的实际运作单位。一条线程指的是进程中一个单一顺序的控制流,一个进程中可以并发多个线程, 阅读全文
posted @ 2018-12-11 10:24 salami_china 阅读(3184) 评论(0) 推荐(0)