ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: ed@altlinux.ru (Ed V. Bartosh)
To: devel-kernel@altlinux.ru
Subject: Re: [d-kernel] vm.buffermem and vm.pagecache
Date: Thu, 04 Sep 2003 14:52:36 +0400
Message-ID: <m3n0dksu4r.fsf@altlinux.ru> (raw)
In-Reply-To: <20030904104710.GP1739@julia.office.altlinux.ru> (Alexey Tourbin's message of "Thu, 4 Sep 2003 14:47:11 +0400")


>>>>> "AT" == Alexey Tourbin writes:

 AT>   Господа,
  
 AT>  почему в наших ядрах в /proc нет этих полей, хотя в
 AT>  Documentation/sysctl/vm.txt они описаны?
Устарела, видимо, документация:
Documentation for /proc/sys/vm/*        kernel version 2.4.19
        (c) 1998, 1999,  Rik van Riel <riel@nl.linux.org>

вот все, что нашел в 2.4.21:
static ctl_table vm_table[] = {
        {VM_BDFLUSH, "bdflush", &bdf_prm, 9*sizeof(int), 0644, NULL,
         &proc_dointvec_minmax, &sysctl_intvec, NULL,
         &bdflush_min, &bdflush_max},
        {VM_OVERCOMMIT_MEMORY, "overcommit_memory", &sysctl_overcommit_memory,
         sizeof(sysctl_overcommit_memory), 0644, NULL, &proc_dointvec},
        {VM_PAGERDAEMON, "kswapd",
         &pager_daemon, sizeof(pager_daemon_t), 0644, NULL, &proc_dointvec},
        {VM_PGT_CACHE, "pagetable_cache", 
         &pgt_cache_water, 2*sizeof(int), 0644, NULL, &proc_dointvec},
        {VM_PAGE_CLUSTER, "page-cluster", 
         &page_cluster, sizeof(int), 0644, NULL, &proc_dointvec},
        {VM_MIN_READAHEAD, "min-readahead",
        &vm_min_readahead,sizeof(int), 0644, NULL, &proc_dointvec},
        {VM_MAX_READAHEAD, "max-readahead",
        &vm_max_readahead,sizeof(int), 0644, NULL, &proc_dointvec},
        {VM_MAX_MAP_COUNT, "max_map_count",
         &max_map_count, sizeof(int), 0644, NULL, &proc_dointvec},
        {0}
};

-- 
Best regards,
Ed V. Bartosh


  reply	other threads:[~2003-09-04 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-04 10:47 Alexey Tourbin
2003-09-04 10:52 ` Ed V. Bartosh [this message]
2003-09-04 12:01   ` [d-kernel] " Alexey Tourbin

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=m3n0dksu4r.fsf@altlinux.ru \
    --to=ed@altlinux.ru \
    --cc=devel-kernel@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 kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/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 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git