Log rotation

http://dbpedia.org/resource/Log_rotation an entity of type: Election

在IT行业中,日志轮替(log rotate)是指系统管理中一个自动化的归档过期日志文件的过程,服务器上运行的大型软件,例如LAMP,通常会记录每一条请求,面对数量巨大的日志,日志轮替提供了一个有效的方法来限制日志文件的大小,同时保留近期的日志用于分析。 rdf:langString
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. rdf:langString
rdf:langString Rotace logů
rdf:langString Log rotation
rdf:langString 日志轮替
xsd:integer 38479792
xsd:integer 1048671492
rdf:langString 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.
rdf:langString 在IT行业中,日志轮替(log rotate)是指系统管理中一个自动化的归档过期日志文件的过程,服务器上运行的大型软件,例如LAMP,通常会记录每一条请求,面对数量巨大的日志,日志轮替提供了一个有效的方法来限制日志文件的大小,同时保留近期的日志用于分析。
xsd:nonNegativeInteger 3948

data from the linked data cloud