ChinaUnix.net
相关文章推荐:

linux内核性能调优合理大小

Kernel Tuning (This page is derived from other linuxperf pages and external sources - external references are noted where used) How to set kernel tunables The easiest method to set kernel parameters is by modifying the /proc filesystem (and hence the kernel directly) by using echo "value" > /proc/kernel/parameter. Then changes take effect immediately but must be reset at system boot up. Kernel tu...

by cxm.cm - Linux文档专区 - 2006-05-31 09:51:19 阅读(849) 回复(0)

相关讨论

linux的一个人,Java的一个人 做过SPEC的最好。 公司是惠普,如果了解HP,IBM,Dell或者Sun的硬件就更好了。 联系:GTalk: [email]junmingzhao@gmail.com[/email] 感谢

by jimmeyzhao - IT职业生涯 - 2010-03-31 09:50:47 阅读(1747) 回复(1)

2004 年,IBM 高推出了 OpenPower 服务器产品系列,进一步完善了自己的 linux 产 品线,旨在让开放源码的 linux 操作系统能够更加可靠高效的进行在 Power 平台上。本文将 从 linux 系统的特性和 Power 架构自身的势谈起,概略性的讲解如何在 Power 上更好的使 用 linux 系统,如何linux on Power,以求带给我们的客户更大的使用价值。 在整个 IBM 的产品战略中 linux 占有举足轻重的作用。IBM 目前拥有五大硬件构架: System z、...

by CU_powerman - AIX - 2011-12-12 12:17:24 阅读(1132) 回复(0)

  本文将从linux系统的特性和Power架构自身的势谈起,概略性的讲解如何在Power上更好的使用linux系统,如何linux on Power,以求带给我们的客户更大的使用价值。 IBM系统与科技事业部OpenPower系统工程师 李建文 2004年,IBM高推出了OpenPower服务器产品系列,进一步完善了自己的linux产品线,旨在让开放源码的linux操作系统能够更加可靠高效的进行在Power平台上。本文将从linux系统的特性和Power架构自身的势谈起,...

by loughsky - Linux文档专区 - 2007-07-26 13:37:27 阅读(467) 回复(0)

linux下的一个进程可以通过程序动态配置线程数和进程动态申请的内存大小,如果这样做的话,当实际情况的线程数或是内存较大时,如果ulimit的限制没有开启的话,这样gcc是如何进行处理的,是不是可以理解这时候实际在进程中的申请的内存和线程数是假的,并没有真正得到实现,但是程序也不会报错,如果这样的话,程序处理不过来便成了顺理成章的了,那么这时可以怎么观察才能确定是这个问题呢?进行适当的整呢?

by 汤尼807 - Linux系统管理 - 2013-07-23 14:06:59 阅读(1069) 回复(0)

都说 AIX或则linux,通过怎么怎么找到瓶颈,然后再通过怎么怎么去解决这个问题。 我看了一些资料,但是发现不是那么几句话就可以搞定的! 各位!你能说说,CPU、内存、I/O、网络这四者的联系吗? 是谁牵制谁?如果谁出问题,第一想到的是先要解决谁?等等。。。

by xw721xw - AIX - 2013-07-16 10:44:40 阅读(1932) 回复(9)

本篇将继续讲述 linux 性能的方法 7 文件系统的 总体而言,所有数据都要从磁盘获取并都要保存到磁盘。磁盘访问速度通常以毫秒来计算,比其它组件要慢上千倍(如内存、PCI 操作是以纳秒或者微秒来计算的)。linux 文件系统定义了数据存储和访问的方式。 linux 可用的文件系统有多种,它们的性能和可扩展性各不相同。除了保存和管理磁盘数据,文件系统还负责保证数据的完整性。新版的 linux 缺省安装已经包括日志文件系统(...

by brain2007 - Linux文档专区 - 2009-08-07 16:47:17 阅读(777) 回复(0)

本帖最后由 jimmeyzhao 于 2010-03-29 15:52 编辑 简历请发送: [email]jimmy.zhao@hp.com[/email] :em03: Job Description linux Performance Tuning Engineers play lead roles in a multi-discipline team working on new products and solutions. You'll be a part of an exciting team that creating the world wide benchmarks based on HP hardware. In this position, you will be highly involved in linux kern...

kernelperformancetuning

by jimmeyzhao - 猎头招聘 - 2010-03-31 09:49:15 阅读(1695) 回复(2)

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/38871/showart_2158224.html

by wujing168 - Linux文档专区 - 2010-01-23 07:57:07 阅读(764) 回复(0)

安装linux后的内核 kernel.shmall = 268435456 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 1200 net.ipv4.ip_local_port_range = 1024 65000 net.ipv4.tcp_max_tw_buckets = 5000 net.ipv4.tcp_max_tw_buckets = 5000 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 300 net.ipv4.tcp_syncookies = 1 ...

by yangbosos - Linux文档专区 - 2009-08-20 10:53:04 阅读(730) 回复(0)

安装linux后的内核 kernel.shmall = 268435456 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 1200 net.ipv4.ip_local_port_range = 1024 65000 net.ipv4.tcp_max_tw_buckets = 5000 net.ipv4.tcp_max_tw_buckets = 5000 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 300 net.ipv4.tcp_syncookies = ...

by lovegqin - Linux文档专区 - 2009-08-03 23:22:43 阅读(692) 回复(0)