File Alteration Monitor (original) (raw)

About DBpedia

En informatique, le File Alteration Monitor (FAM) est un sous-système sous Unix/Linux dont le but est de prévenir les applications dès que certains fichiers sont modifiés. Elle n'est plus maintenue et a été remplacée par la bibliothèque Gamin du projet GNOME, qui est totalement compatible avec FAM. En français, la traduction de ce terme pourrait être Moniteur de modifications de fichier. Il arrive que la traduction trompeuse soit "Moniteur d'altération de fichier", mais le terme altération prête à confusion.

Property Value
dbo:abstract Der File Alteration Monitor (FAM) ist eine Software zur Überwachung von Dateisystemen auf Veränderungen. Die freie Software für Unix-ähnliche Betriebssysteme wurde von Silicon Graphics entwickelt und erledigt als Daemon (Systemdienst) im Auftrag anderer Programme die Überwachung bestimmter Verzeichnisse. Diese Programme werden dann von FAM benachrichtigt und müssen nicht selbst regelmäßig nach Änderungen suchen. FAM besteht aus zwei Komponenten: dem Daemon famd (GPL-lizenziert) und der Programmbibliothek libfam (LGPL-lizenziert), die die Schnittstelle zu den Clients darstellt. Ein in neuere Kernel eingebauter File Monitor wie dnotify oder inotify wird von FAM genutzt und erhöht die Effizienz erheblich. In dieser Konstellation bietet FAM weiterhin den Vorteil der Plattformunabhängigkeit und der Aufgabenverteilung bei Netzwerkdateisystemen, indem Überwachungsaufträge an eine eventuelle FAM-Instanz auf dem Server delegiert werden. Nachteilig wirkt sich FAM bei der Neuanlage großer Mengen von Dateien aus, weil viel zusätzliche Prozessorbelastung entsteht.FAM nutzt wenn möglich Benachrichtigungsmechanismen des Kernels und verlegt sich ansonsten auf das regelmäßige Abfragen des Dateisystems. FAM wird beispielsweise von Dateimanagern wie Konqueror, Nautilus oder gentoo genutzt, um die Dateiansicht aktuell zu halten und in zahlreichen wichtigen BSDs und Linux-Distributionen integriert. (de) In computing, the File Alteration Monitor, also known as FAM and sgi_fam, provides a subsystem developed by Silicon Graphics for Unix-like operating systems. The FAM subsystem allows applications to watch certain files and be notified when they are modified. This greatly aids the applications, because before FAM existed, such applications would have to read the disk repeatedly to detect any changes, which resulted in high disk and CPU usage. For example, a file manager application can detect if some file has changed and can then update a displayed icon and/or filename. The FAM system consists of two parts: * famd — the FAM Daemon, which provides notifications and listens for requests. Administrators can configure it by editing the file /etc/fam.conf * libfam — the interface to the client Although FAM may seem unnecessary now that many newer kernels include built-in notification support (inotify in Linux, for example), using FAM provides two benefits: * Consistently using FAM enables applications to work on a greater variety of platforms, agnostic of the kernel. * FAM is network-aware, and if a monitor is started on an NFS share, it will attempt to contact a FAM server on the NFS server and have it monitor the file locally, which is more efficient. The main problem with FAM is that during the creation of a large number of files (for example during the first login in a desktop environment) it slows down the entire system, using many CPU cycles. (en) En informatique, le File Alteration Monitor (FAM) est un sous-système sous Unix/Linux dont le but est de prévenir les applications dès que certains fichiers sont modifiés. Elle n'est plus maintenue et a été remplacée par la bibliothèque Gamin du projet GNOME, qui est totalement compatible avec FAM. En français, la traduction de ce terme pourrait être Moniteur de modifications de fichier. Il arrive que la traduction trompeuse soit "Moniteur d'altération de fichier", mais le terme altération prête à confusion. (fr)
dbo:wikiPageExternalLink https://web.archive.org/web/20050827205603/http:/oss.sgi.com/projects/fam/doc.html https://web.archive.org/web/20130407002910/http:/www.linuxdevcenter.com/pub/a/linux/2004/12/16/fam.html
dbo:wikiPageID 1866564 (xsd:integer)
dbo:wikiPageLength 2330 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1083272939 (xsd:integer)
dbo:wikiPageWikiLink dbr:Network_File_System dbr:Application_software dbr:Unix-like dbr:Inotify dbc:Unix_file_system_technology dbr:Linux dbr:Silicon_Graphics dbr:Computer_file dbr:Computing dbr:Kqueue dbr:Dnotify dbr:Portmap dbr:Central_processing_unit dbr:TCP_Wrapper dbr:File_manager dbr:Operating_system dbr:FSEvents dbr:Hard_disk dbr:Libwrap dbr:Subsystem
dbp:wikiPageUsesTemplate dbt:Citation_needed dbt:Linux-stub dbt:Reflist dbt:Short_description
dct:subject dbc:Unix_file_system_technology
rdf:type yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077
rdfs:comment En informatique, le File Alteration Monitor (FAM) est un sous-système sous Unix/Linux dont le but est de prévenir les applications dès que certains fichiers sont modifiés. Elle n'est plus maintenue et a été remplacée par la bibliothèque Gamin du projet GNOME, qui est totalement compatible avec FAM. En français, la traduction de ce terme pourrait être Moniteur de modifications de fichier. Il arrive que la traduction trompeuse soit "Moniteur d'altération de fichier", mais le terme altération prête à confusion. (fr) Der File Alteration Monitor (FAM) ist eine Software zur Überwachung von Dateisystemen auf Veränderungen. Die freie Software für Unix-ähnliche Betriebssysteme wurde von Silicon Graphics entwickelt und erledigt als Daemon (Systemdienst) im Auftrag anderer Programme die Überwachung bestimmter Verzeichnisse. Diese Programme werden dann von FAM benachrichtigt und müssen nicht selbst regelmäßig nach Änderungen suchen. FAM besteht aus zwei Komponenten: dem Daemon famd (GPL-lizenziert) und der Programmbibliothek libfam (LGPL-lizenziert), die die Schnittstelle zu den Clients darstellt. (de) In computing, the File Alteration Monitor, also known as FAM and sgi_fam, provides a subsystem developed by Silicon Graphics for Unix-like operating systems. The FAM subsystem allows applications to watch certain files and be notified when they are modified. This greatly aids the applications, because before FAM existed, such applications would have to read the disk repeatedly to detect any changes, which resulted in high disk and CPU usage. For example, a file manager application can detect if some file has changed and can then update a displayed icon and/or filename. (en)
rdfs:label File Alteration Monitor (de) File Alteration Monitor (fr) File Alteration Monitor (en)
owl:sameAs freebase:File Alteration Monitor wikidata:File Alteration Monitor dbpedia-de:File Alteration Monitor dbpedia-fr:File Alteration Monitor https://global.dbpedia.org/id/R2Ke
prov:wasDerivedFrom wikipedia-en:File_Alteration_Monitor?oldid=1083272939&ns=0
foaf:isPrimaryTopicOf wikipedia-en:File_Alteration_Monitor
is dbo:wikiPageDisambiguates of dbr:FAM
is dbo:wikiPageRedirects of dbr:File_alteration_monitor dbr:Sgi_fam dbr:Famd
is dbo:wikiPageWikiLink of dbr:FAM dbr:Inotify dbr:Libevent dbr:Kqueue dbr:GIO_(software) dbr:File_alteration_monitor dbr:FSEvents dbr:Sgi_fam dbr:Famd
is foaf:primaryTopic of wikipedia-en:File_Alteration_Monitor