Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMB 2.2.13 really hogs CPU power!!

Status
Not open for further replies.

Dirtbike

IS-IT--Management
Dec 9, 2002
81
US
I cannot figuare why v2.2.13 uses so much CPU power. When I had 2.2.8Aa installed I never saw the smbd daemon in my "CPU HOGS" screen. I always saw Apache or our enterprise software. I turned off symlink but no change. Any thoughts?

# cat /usr/local/bin/cpuhogs
ps -e -o "pcpu" -o "pid=" -o "time" -o "user=" -o "args=" |
awk '$1 > 5' |
sort -r -n

# /usr/local/bin/cpuhogs
10.96 2999 07:54:00 root smbd -D
10.90 18446 01:16:47 root /usr/sbin/smbd -D
10.70 19713 00:49:13 root /usr/sbin/smbd -D
10.50 603 08:57:12 root smbd -D
10.39 9882 04:30:36 root smbd -D
10.15 6405 06:43:04 root smbd -D
9.61 3020 07:39:11 root smbd -D
9.58 6540 06:51:13 root smbd -D
7.79 20234 00:21:53 root /usr/sbin/smbd -D
7.37 3339 07:39:34 root smbd -D

SCO_SV epsi 3.2v5.0.7 Xeon 04/01/2005

17:06:37 %usr %sys %wio %idle (-u)
17:06:42 18 82 0 0
17:06:47 15 85 0 0
17:06:52 21 79 0 0
17:06:57 19 81 0 0
17:07:02 18 82 0 0

Average 18 82 0 0

Scot in Charlotte, NC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top