|
|
|
|
 samba能支持多大的负载? - hefish [ 2003-01-07 10:52 | 281 byte(s)]
 Re: samba能支持多大的负载? - larryshao [ 2003-02-11 05:57 | 695 byte(s)]
 Re: samba能支持多大的负载? - TermiC [ 2003-02-08 13:28 | 265 byte(s)]
 Re: samba能支持多大的负载? - wolfop [ 2003-01-07 11:01 | 288 byte(s)]
 Re: samba能支持多大的负载? - hefish [ 2003-01-07 11:47 | 67 byte(s)]
 Re: samba能支持多大的负载? - wolfop [ 2003-01-08 11:42 | 61 byte(s)]
 Re: samba能支持多大的负载? - hefish [ 2003-01-09 08:28 | 32 byte(s)]
 Re: samba能支持多大的负载? - wolfop [ 2003-01-09 10:59 | 197 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
我P4 1.6G /256M的机器IDE硬盘,100M带宽,上到80多个客户的时候,samba就把机器给拖死了。还不如win2k server。
系统是debian woody 3.0 (kernel 2.4.18-5)
samba 是2.2.7a
不知道是系统问题还是samba的问题,以前我用Freebsd 4.5做samba server好像没这么脆弱。
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
你也是用w2k在同样的系统上面吗,w2k的性能似乎还没有那么好吧? 80多客户,100M带宽,这么省,怎么也应该把RAM弄大一些。另外你用的linux那个发行板,系统拖死是crash还是特别慢,如果特别慢,用vmstat 和top看看是IO WAIT太高还是sys太高。FreeBSD的网络性能一致比linux强,所以实在没有办法,换FreeBSD 4.7.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
怎么可能没有提示?kernel panic没有提示?什么eip error
一堆错误信息都没有?不过8139的网卡驱动在linux和FreeBSD都是出名的烂的,主要是realtek提供的文档太烂,我建议你先换成intel或者3com的网卡。
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
好好看看Samba的文档!
一个Samba的客户连接需要大约3.5M内存!Win2k Server大约要4M还多!
而且file server的瓶颈首先是硬盘,你用了raid或者scsi硬盘了吗?
我公司有近300个用户,256M内存的Win2K机器,同时最多2 30个同时连接
再多就连不上去了
|
|
|
----
------------------ ??
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Try the latest Samba version 2.2.8a first. If it still does not help, post your Samba logs.
The logs can usually be found at: varlogsamba or you can specify your "log file = YOURDIR" in smb.conf.
The following is some Samba debugging settings in smb.conf. Don't forget to restart Samba after your change.
debug level =0 -> 10 (turn on level 10 log, more info than you want to know)
debug timestamp=no -> yes (use timestamp in log)
log file = /usr/local/samba/log.samba -> /usr/local/samba/log.%m (per client log)
max log size=100 -> 0 (no limit on log file size)
|
|
|
[Original]
[Print]
[Top]
|
|
|