Sponsored Content
Full Discussion: Debian becomes slow!
Top Forums UNIX for Advanced & Expert Users Debian becomes slow! Post 302230935 by era on Monday 1st of September 2008 04:19:38 AM
Old 09-01-2008
Are there lots of files (perhaps hidden) in the directories where it's slow? The CPU load doesn't seem to explain anything so it's probably I/O congestion of one kind or another. (The 3.2% waiting might or might not seem high; on my fairly loaded system, I'm seeing waiting percentages between 0 and 1, more towards 0.)
 

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Slow

The site has gone slow for quite some time... Can you do somethin abt it (2 Replies)
Discussion started by: DPAI
2 Replies

2. UNIX for Dummies Questions & Answers

Slow System

Hi, I have an SCO-Unix server running. There are some processes (unknown to me) which consume a lot of the system resources. This slows down the server dramatically. Is there a command or program that monitors what processes are using the cpu, disk, etc.. and tell me how excessive and how... (3 Replies)
Discussion started by: Hansaplast
3 Replies

3. Solaris

Slow Backup

Dear Gurus, I am experincing very slow backup on a DLT 8000 tape drive. Knowing that the transfer rate of this tape is 6 MB/s, we have a write rate of 4 MB/s, no waits, average service time about 25 % and the disaster 99 % busy percentage. uname -a SunOS DCHQINTA1 5.9 Generic_118558-06... (1 Reply)
Discussion started by: Negm
1 Replies

4. Solaris

Slow Login

Hi All, I have problem when i write my user name to login to my server late (about 10 min) to give me field of password if u know how i can solve it? Thanks (4 Replies)
Discussion started by: mass1123
4 Replies

5. UNIX for Dummies Questions & Answers

How do I slow down a process?

Hello, I've been searching for something that slows down a process for some time now. Slow down as in make time pass by slower. I have rarely turned to asking a forum in the past but at this point I've given up. For example: if I made a program that would print "Hello" in 5 seconds, I would use... (18 Replies)
Discussion started by: Nathan1
18 Replies

6. UNIX Desktop Questions & Answers

Ftp is slow

hi, good morning. Ma trying to ftp from one AIX machine to another on the same segment of the network. The ftp to eshtablish connection from machine A to machine B is quick, but the reverse is taking is much time (2 mins). anyone can help me to solve this issue please (1 Reply)
Discussion started by: kamaldev
1 Replies

7. Debian

Need to upgrade Debian 7.8 to Debian 8.5 (Not 8.5)

Hello, I need to upgrade my Debian system 7.8 to 8.5 but by default via apt-get It moves to 8.6 version(latest stable version). I'm new to Debian so didn't figure out the solution. I've checked few suggestions over internet like editing apt source list file using snapshot archive. Please... (2 Replies)
Discussion started by: Mannu2525
2 Replies
CC_CUBIC(4)						   BSD Kernel Interfaces Manual 					       CC_CUBIC(4)

NAME
cc_cubic -- CUBIC Congestion Control Algorithm DESCRIPTION
The CUBIC congestion control algorithm was designed to provide increased throughput in fast and long-distance networks. It attempts to main- tain fairness when competing with legacy NewReno TCP in lower speed scenarios where NewReno is able to operate adequately. The congestion window is increased as a function of the time elapsed since the last congestion event. During regular operation, the window increase function follows a cubic function, with the inflection point set to be the congestion window value reached at the last congestion event. CUBIC also calculates an estimate of the congestion window that NewReno would have achieved at a given time after a congestion event. When updating the congestion window, the algorithm will choose the larger of the calculated CUBIC and estimated NewReno windows. CUBIC also backs off less on congestion by changing the multiplicative decrease factor from 1/2 (used by standard NewReno TCP) to 4/5. The implementation was done in a clean-room fashion, and is based on the Internet Draft and paper referenced in the SEE ALSO section below. MIB Variables There are currently no tunable MIB variables. SEE ALSO
cc_chd(4), cc_hd(4), cc_htcp(4), cc_newreno(4), cc_vegas(4), mod_cc(4), tcp(4), mod_cc(9) Sangtae Ha, Injong Rhee, and Lisong Xu, CUBIC for Fast Long-Distance Networks, http://tools.ietf.org/id/draft-rhee-tcpm-cubic-02.txt. Sangtae Ha, Injong Rhee, and Lisong Xu, "CUBIC: a new TCP-friendly high-speed TCP variant", SIGOPS Oper. Syst. Rev., 5, 42, 64-74, July 2008. ACKNOWLEDGEMENTS
Development and testing of this software were made possible in part by grants from the FreeBSD Foundation and Cisco University Research Pro- gram Fund at Community Foundation Silicon Valley. HISTORY
The cc_cubic congestion control module first appeared in FreeBSD 9.0. The module was first released in 2009 by Lawrence Stewart whilst studying at Swinburne University of Technology's Centre for Advanced Inter- net Architectures, Melbourne, Australia. More details are available at: http://caia.swin.edu.au/urp/newtcp/ AUTHORS
The cc_cubic congestion control module and this manual page were written by Lawrence Stewart <lstewart@FreeBSD.org> and David Hayes <david.hayes@ieee.org>. BSD
September 15, 2011 BSD
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy