Easter79 Easter79
4年前
systemtap没找到函数变量
为啥systemtap没找到函数hon@station6:~/codebox/stap/net$sudostapL'kernel.function("sock\_recvmsg\_nosec")'kernel.function("sock\_recvmsg\_nosec@/build/linuxAy7j\_C/linux4.4.0/n
简
4年前
源码解读Linux等待队列
从源码角度来解读Linux等待队列机制,了解休眠与唤醒的运转原理kernel/include/linux/wait.hkernel/kernel/sched/wait.ckernel/include/linux/sched.hkernel/kernel/sched/core.c一、概述Linux内核的等待队列是非常重要的数据结构,在内核驱动中广为使用,它是
Stella981 Stella981
4年前
Linux nfs kernel
fdnfs/usr/lib/modules/usr/lib/modules/4.4.2301.el7.elrepo.x86_64/kernel/drivers/xen/xenfs/usr/lib/modules/4.4.2301.el7.elrepo.x86_64/kernel/drivers/xen/xenfs/xenfs.k
Stella981 Stella981
4年前
Golang Kernel For Jupyter
上篇回顾:VSCodeandNoteBookforJavaScript(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fdotnetcrazy%2Fp%2F9962192.html)正常流程安装Go语言:sudoapti
Wesley13 Wesley13
4年前
Make your own mini Linux OS
Pleasefollowthesteps:1,wget http://www.kernel.org/pub/linux/kernel/v2.6/linux2.6.24.4.tar.bz2(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.kernel.org%2Fpub%
Wesley13 Wesley13
4年前
Oracle的kernel.shmmax和kernel.shmall设置
Oracle的kernel.shmmax和kernel.shmall设置不会推车的娘们2019120412:02:301135收藏3分类专栏:linuxORACLE文章标签:sysctl系统内核oracle操作版权1. kernel.shmmax:是核心参数中最重要的参数之一,用于定义单个共享内存段的最
Stella981 Stella981
4年前
Kernel Memory Allocation
http://kernelnewbies.org/KernelMemoryAllocationKernelMemoryAllocationbyArnoutVandecappelle,MindInthekernel,malloc()isnotavailable.Instead,thekernelhastod
Stella981 Stella981
4年前
Git 安装 on centos7
本文演示如何在CentOS7上安装和使用git。1准备工作1.1浏览器访问安装包下载地址:https://www.kernel.org/pub/software/scm/git/找到下载列表中需要安装的版本,以2.17.0版本为例,地址为:https://www.kernel.org
Stella981 Stella981
4年前
Linux内核调优
网络cat/etc/sysctl.conf<<EOFkernel.msgmnb65536kernel.msgmax65536kernel.shmmax68719476736kernel.shmall4294967296net.ipv4.tcp_max_t
core文件生成位置及命名
本文分享自天翼云开发者社区《》.作者:李壮三级标题一、core文件的生成1.1/proc/sys/kernel/corepattern系统文件/proc/sys/kernel/corepattern记录core文件格式及保存目录。可以带绝对目录,或者相对目