How to get and set the system socket buffer in AIX
How to get and set the system socket buffer in AIX?
Dennis 18-05-2009
There are some parameters about the socket buffer in AIX.
sb_max
Specifies the maximum buffer size allowed for a TCP and UDP socket. Limits setsockopt, udp_sendspace, udp_recvspace, tcp_sendspace, and tcp_recvspace.
udp_sendspace Specifies the system default socket-buffer size for sending UDP data.
tcp_sendspace Specifies the system default socket buffer size for sending data.
udp_recvspace Specifies the system default socket-buffer size for receiving UDP data.
tcp_recvspace Specifies the system default socket buffer size for receiving data. This affects the window size used by TCP.
How to get it? Take the sb_max for example.
no -a|grep sb_max
How to set it? Take the sb_max for example.
no -p -o sb_max=20971520
本文來自CSDN部落格,轉載請標明出處:http://blog.csdn.net/gobitan/archive/2009/05/18/4198961.aspx
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/543979/viewspace-678177/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- lombok get/set 與 JavaBean get/setLombokJavaBean
- How to set up Software raid1 configuration on a running systemAI
- [20190522]How to get dump or list parameters set at session level.txtSession
- C# Get SetC#
- 淺說 get set
- PHP memcached,(set,get)PHP
- How to set up printers for GUI?GUI
- aix_system_monitorAI
- alter session|system set eventsSession
- python:get和setPython
- 快速生成get、set方法
- How to perform FULL System Export/ImportsORMExportImport
- How to get propose products in Sales Order
- How to get SCN ,TIMESTAMP ,CHECKPOINT
- How to get complete sessions informationSessionORM
- How to get the donuts in Lode Runner 2
- alter system set event和set events的區別
- set initial screen for the R/3 system
- 初學 PHP __set ( ) 和 __ get ( )PHP
- cassandra get set同步問題
- how to get sharepoint lookup value
- Oracle HowTo:How to get Oracle SCN?Oracle
- How to get Timer Job History
- javascript get和set訪問器JavaScript
- python set和get實現Python
- How to set word-wrap in VSCode?VSCode
- How to get the description of blast hit using blastdbcmd?AST
- How to get ORACLE_HOME from data dictionaryOracle
- aix file system, io 最佳化AI
- alter system set events 相關知識
- alter system set events 知識 [final]
- alter system set events相關知識:
- alter system set events相關知識
- JavaScript get set 訪問器屬性JavaScript
- 私有屬性的Get Set 與 Public
- Get Set Up to Help With Python Core DevelopmentPythondev
- Swift 成員變數的get/setSwift變數
- How to Disable or set SELinux to Permissive mode [ID 457458.1]Linux