From: Sergey Vlasov <vsu@altlinux.ru> To: community@altlinux.ru Subject: Re: [Comm] some proccess use hard disk Date: Mon, 25 Nov 2002 19:07:16 +0300 Message-ID: <20021125190716.6a6ba94b.vsu@altlinux.ru> (raw) In-Reply-To: <20021125181749.7260b154.thebeast@fromru.com> On Mon, 25 Nov 2002 18:17:49 +0300 Alexey Morsov <thebeast@fromru.com> wrote: > Вот уже пару раз замечал, как после загрузки linux-а и X-ов (я это > делаю практически сразу) я отхожу на пару минут, прихожу и наблюдаю > как жесткий диск довольно активно мигает лампочкой (при этом еще и CPU > usage "подрыгивает"). Явно какой-то процесс чего-то делает, но вот > отследить это я не могу (не знаю как тут использовать top). А что тут сложного - просто запустите top, процессор он все равно есть будет хоть немного. > Что это может быть (может что-то типа авто-обслуживания файловой > системы) и как можно посмотреть какой процесс чего делал с диском в > определенный промежуток времени? Скорее всего, это один из процессов, запускаемых из /etc/cron.daily (или cron.weekly, cron.monthly). Если машина работает круглосуточно, эти процессы выполняются ночью, около 4 часов (этим заведует cron). А на случай, когда компьютер каждый день включается и выключается, и cron не обрабатывает эти процессы, при загрузке запускается anacron и выполняет то, что надо было бы выполнить прошедшими ночами (с задержкой на 5-15 минут после загрузки). Выключить это можно, но нежелательно (например, от периодического обновления базы зависит работа команды locate; также необходима ротация логов - иначе она забьют весь диск).
prev parent reply other threads:[~2002-11-25 16:07 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-11-25 15:17 Alexey Morsov 2002-11-25 16:07 ` Sergey Vlasov [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20021125190716.6a6ba94b.vsu@altlinux.ru \ --to=vsu@altlinux.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git