Performance Tuning for Linux Servers [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Performance Tuning for Linux Servers [Electronic resources] - نسخه متنی

Sandra K. Johnson

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Fragmenting a File System


Over time, the files on your file system can get broken into pieces so that they are not contiguous. This reduces file system performance when reading or writing data to the file. Defragmenting rearranges all the data on a volume so that files are written on consecutive sectors and tracks. This means that the disk heads have less moving to do in order to read from or write to a file. Thus, overall system throughput increases. To defragment a file system, see the sections describing each file system later in this chapter. Be aware that disk defragmentation can take quite a long time and it is the kind of operation that should be done when the system has a relatively small load running on it.


/ 227