Log rotation (original) (raw)

Property Value
dbo:abstract In information technology, log rotation is an automated process used in system administration in which log files are compressed, moved (archived), renamed or deleted once they are too old or too big (there can be other metrics that can apply here).New incoming log data is directed into a new fresh file (at the same location). The main purpose of log rotation is to restrict the volume of the log data to avoid overflowing the record store, while keeping the log files small enough so viewers can still open them. Servers which run large applications, such as LAMP stacks, often log every request: in the face of bulky logs, log rotation provides a way to limit the total size of the logs retained while still allowing analysis of recent events. Even though some arguments in favor of log rotation imply that maintaining smaller files increases writing performance, the size of a file doesn’t affect its writing performance. The reason is that in most modern filesystem implementations, the kernel knows the size of a file, and appending data can happen after performing a seek syscall to position the pointer at the end of the file which is a constant time operation. (en) 在IT行业中,日志轮替(log rotate)是指系统管理中一个自动化的归档过期日志文件的过程,服务器上运行的大型软件,例如LAMP,通常会记录每一条请求,面对数量巨大的日志,日志轮替提供了一个有效的方法来限制日志文件的大小,同时保留近期的日志用于分析。 (zh)
dbo:wikiPageID 38479792 (xsd:integer)
dbo:wikiPageLength 3948 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1048671492 (xsd:integer)
dbo:wikiPageWikiLink dbr:Archive dbr:LAMP_(software_bundle) dbr:System_administration dbc:System_administration dbr:Command_(computing) dbr:Cron dbr:FreeBSD dbr:Linux dbr:Log_file dbr:MacOS dbr:Email dbr:Data_compression dbr:Process_(computing) dbr:Information_technology dbr:Logrolling_(disambiguation) dbr:Unix_signal dbr:Systems_administrator dbr:Computer_data_logging
dbp:wikiPageUsesTemplate dbt:Comp-stub dbt:Hatnote dbt:Reflist dbt:Short_description
dct:subject dbc:System_administration
gold:hypernym dbr:Process
rdf:type dbo:Election
rdfs:comment 在IT行业中,日志轮替(log rotate)是指系统管理中一个自动化的归档过期日志文件的过程,服务器上运行的大型软件,例如LAMP,通常会记录每一条请求,面对数量巨大的日志,日志轮替提供了一个有效的方法来限制日志文件的大小,同时保留近期的日志用于分析。 (zh) In information technology, log rotation is an automated process used in system administration in which log files are compressed, moved (archived), renamed or deleted once they are too old or too big (there can be other metrics that can apply here).New incoming log data is directed into a new fresh file (at the same location). The main purpose of log rotation is to restrict the volume of the log data to avoid overflowing the record store, while keeping the log files small enough so viewers can still open them. (en)
rdfs:label Rotace logů (cs) Log rotation (en) 日志轮替 (zh)
owl:sameAs freebase:Log rotation wikidata:Log rotation dbpedia-cs:Log rotation dbpedia-zh:Log rotation https://global.dbpedia.org/id/4qth8
prov:wasDerivedFrom wikipedia-en:Log_rotation?oldid=1048671492&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Log_rotation
is dbo:wikiPageRedirects of dbr:etc/logrotate.d dbr:Log_Rotate dbr:Logrotate dbr:Logrotate.d
is dbo:wikiPageWikiLink of dbr:Oracle_iPlanet_Web_Proxy_Server dbr:Log_management dbr:Tail_(Unix) dbr:Anacron dbr:etc/logrotate.d dbr:Log_Rotate dbr:Logrotate dbr:Logrotate.d
is foaf:primaryTopic of wikipedia-en:Log_rotation