「[[.NET 開発基盤部会 Wiki>http://dotnetdevelopmentinfrastructure.osscons.jp]]」は、「[[Open棟梁Project>https://github.com/OpenTouryoProject/]]」,「[[OSSコンソーシアム .NET開発基盤部会>https://www.osscons.jp/dotNetDevelopmentInfrastructure/]]」によって運営されています。

-[[戻る>Linuxを触ってみる。]]
-[[戻る>Linux OSの基礎的トピック]]

*目次 [#y6cad14f]
#contents

*概要 [#ea5710b8]
-[[この辺>Linux OSの設計思想#p0a66001]]を見ると、手動であることが多いLinux。
-ただ、最近は、Explicit Congestion Notification(ECN)なんてのもあるらしい。

*詳細 [#x417104c]
...。

*参考 [#lb777d2a]
-【Linux】カーネルパラメータのパフォーマンスチューニングについて | アカスブログ~
https://ac-as.net/kernel-parameter-performance-tuning/

-1.1.4 システムパラメーターのチューニング【Linux】~
https://software.fujitsu.com/jp/manual/manualfiles/m110007/b1fw5937/02z202/b5937-00-01-01-04.html

-スワップの弁護:よくある誤解を解く~
https://chrisdown.name/ja/2018/01/02/in-defence-of-swap.html

**torvalds/linux [#n804aaa1]
-linux/Documentation/sysctl at v4.15~
https://github.com/torvalds/linux/tree/v4.15/Documentation/sysctl

***vm系 [#h77045e2]
仮想メモリサブシステムの処理と、ダーティデータのディスクへの書出しをチューニング

-https://github.com/torvalds/linux/blob/v4.15/Documentation/sysctl/vm.txt

-参考
--JF: Linux Kernel 2.6 Documentation: vm.txt~
http://archive.linux.or.jp/JF/JFdocs/kernel-docs-2.6/sysctl/vm.txt.html

***fs系 [#l1649ee5]
オペレーションにおける種々雑多な全体的事項をチューニングしたりモニタリング(ファイル・システム系っぽいが)。

-https://github.com/torvalds/linux/blob/v4.15/Documentation/sysctl/fs.txt

-参考
--JF: Linux Kernel 2.6 Documentation: fs.txt~
http://archive.linux.or.jp/JF/JFdocs/kernel-docs-2.6/sysctl/fs.txt.html

***kernel系 [#l79b9f97]
-https://github.com/torvalds/linux/blob/v4.15/Documentation/sysctl/kernel.txt

-参考
--JF: Linux Kernel 2.6 Documentation: kernel.txt~
http://archive.linux.or.jp/JF/JFdocs/kernel-docs-2.6/sysctl/kernel.txt.html

***net系 [#ac490cbc]
-https://github.com/torvalds/linux/blob/v4.15/Documentation/sysctl/net.txt

***user系 [#md09da8f]
-https://github.com/torvalds/linux/blob/v4.15/Documentation/sysctl/user.txt

***sunrpc系 [#k679ca5a]
SUN リモートプロシジャーコール (RPC) サブシステムのデバッグフラグを設定/
再設定するために使用。

-https://github.com/torvalds/linux/blob/v4.15/Documentation/sysctl/sunrpc.txt

-参考
--JF: Linux Kernel 2.6 Documentation: sunrpc.txt~
http://archive.linux.or.jp/JF/JFdocs/kernel-docs-2.6/sysctl/sunrpc.txt.html

***abi系 [#w3c4e1a8]
互換Application Binary Interface(ABI)をサポートする~
システム間では同じ実行ファイルを変更無しで動作させることができる。

-https://github.com/torvalds/linux/blob/v4.15/Documentation/sysctl/abi.txt

-参考
--JF: Linux Kernel 2.6 Documentation: abi.txt~
http://archive.linux.or.jp/JF/JFdocs/kernel-docs-2.6/sysctl/abi.txt.html
--Application Binary Interface - Wikipedia~
https://ja.wikipedia.org/wiki/Application_Binary_Interface

**Qiita [#o08e66d1]
-「カーネルパラメーター」の検索結果~
https://qiita.com/search?q=%E3%82%AB%E3%83%BC%E3%83%8D%E3%83%AB%E3%83%91%E3%83%A9%E3%83%A1%E3%83%BC%E3%82%BF%E3%83%BC

--【Linux】カーネルパラメータの変更~
https://qiita.com/Dace_K/items/986ff67b5adca8d2f42e

--Linuxカーネルパラメータのチューニング~
https://qiita.com/ryuichi1208/items/3bb7a270fe650b2f7260

--CentOS7 カーネルパラメータ チューニング~
https://qiita.com/transformation33/items/92a9568c0dd708508880

--nginx - カーネルパラメーターのチューニング~
https://qiita.com/sion_cojp/items/c02b5b5586b48eaaa469

**Red Hat Customer Portal [#i65b3ab4]

***Red Hat Enterprise Linux 6 [#t8ac10b0]
-パフォーマンスチューニングガイド~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/6/html/performance_tuning_guide/index

***Red Hat Enterprise Linux 7 [#u6236a27]
-カーネル管理ガイド~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/kernel_administration_guide/index
--第2章 sysctl およびチューニング可能なカーネルの使用~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/kernel_administration_guide/working_with_sysctl_and_kernel_tunables
--第3章 カーネルパラメーターおよび値の表示~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/kernel_administration_guide/listing_of_kernel_parameters_and_values

-パフォーマンスチューニングガイド~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/performance_tuning_guide/index

***Red Hat Enterprise Linux 8 [#s734448b]
-カーネルの管理、監視、および更新~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/index
--第4章 カーネルコマンドラインパラメーターの設定~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel
--第5章 ランタイム時のカーネルパラメーターの設定~
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-parameters-at-runtime_managing-monitoring-and-updating-the-kernel

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS