This HTML5 document contains 123 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dcthttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbpedia-kohttp://ko.dbpedia.org/resource/
n18https://global.dbpedia.org/id/
n19https://github.com/corelight/
yagohttp://dbpedia.org/class/yago/
n15https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/
dbpedia-ruhttp://ru.dbpedia.org/resource/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-fihttp://fi.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
n25http://sourceware.org/systemtap/
dbpedia-frhttp://fr.dbpedia.org/resource/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
n8http://msdn.microsoft.com/en-us/library/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Instruction_set_simulator
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Instruction_step
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Instrumentation
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Instrumentation_(computer_programming)
rdf:type
dbo:MusicGenre yago:Whole100003553 yago:Object100002684 yago:WikicatManagementSystems yago:Artifact100021939 yago:PhysicalEntity100001930 yago:Instrumentality103575240 yago:System104377057
rdfs:label
인스트루먼테이션 Instrumentation du code source Инструментирование (программирование) Instrumentation (computer programming) Instrumentierung (Softwareentwicklung)
rdfs:comment
En informatique, l'instrumentation du code est une opération consistant à ajouter des instructions machine supplémentaires à un programme informatique sans nécessiter la modification du code source original. Elle est apparentée à l'instrumentation dans les sciences, d'où son nom. В области программирования под инструментированием понимают возможность отслеживания или установления количественных параметров уровня производительности программного продукта, а также возможность диагностировать ошибки и записывать информацию для отслеживания причин их возникновения. В области программирования измерение означает возможность измерить приложение с точки зрения следующих параметров: 컴퓨터 프로그래밍에서 인스트루먼테이션(instrumentation)은 오류를 진단하거나 추적 정보를 쓰기 위해 제품의 성능 정도를 모니터하거나 측정하는 기능을 가리킨다. 프로그래머들은 시스템에서 특정한 구성 요소를 모니터링하는 코드 명령어 형태로 인스트루먼테이션을 구현할 수 있다(예를 들면 명령어는 로깅 정보를 모니터에 출력할 수 있다). 애플리케이션이 인스트루먼테이션 코드를 포함할 때 관리 도구를 사용해서 관리될 수 있다. 인스트루먼테이션은 애플리케이션의 성능을 검토할 때 필요하다. 인스트루먼테이션 접근법으로는 두 종류가 있다: 소스 인스트루먼테이션과 바이너리 인스트루먼테이션. In the context of computer programming, instrumentation refers to the measure of a product's performance, in order to diagnose errors and to write trace information. Instrumentation can be of two types: source instrumentation and binary instrumentation. Mit Instrumentierung wird in der Softwaretechnik das Ergänzen von Computerprogrammen mit speziellem Code bezeichnet, um ihr Verhalten untersuchen zu können. Dieser kann in den Quellcode, den Binärcode oder einen Zwischencode eingefügt und mit Hilfe von Werkzeugen ausgewertet werden. Instrumentierung kommt bei Softwaretests zur Ermittlung der Testabdeckung und bei Profilern zum Einsatz. Die Instrumentierung kann dabei sowohl halbautomatisch (GNU C/C++ Compiler -finstrument-functions) als auch durch spezielle Programme (Tru64 UNIX atom, für x64-Architekturen) automatisch durchgeführt werden. Es gibt dabei statische, dynamische und hybride Ansätze mit je unterschiedlichen Vor- und Nachteilen. Auch existieren Programmierschnittstellen-Standards wie das Application Response Measurement zur Ant
dct:subject
dbc:System_administration dbc:Management_systems dbc:Debugging dbc:Software_optimization
dbo:wikiPageID
11171531
dbo:wikiPageRevisionID
1102133016
dbo:wikiPageWikiLink
dbr:Solaris_(operating_system) dbc:Software_optimization dbr:Profiling_(computer_programming) dbr:Static_program_analysis dbr:Hooking dbr:MacOS dbr:DTrace dbr:FreeBSD dbr:Instruction_set_simulator dbr:Dynamic_recompilation dbr:Java_(programming_language) dbr:Java_Management_Extensions dbr:Application_programming_interface dbr:C_(programming_language) dbr:Hardware_performance_counter dbr:Application_Response_Measurement dbc:System_administration dbr:Alias_analysis dbr:Computer_programming dbc:Management_systems dbr:Runtime_intelligence dbr:Software_performance_analysis dbc:Debugging dbr:Tracing_(software)
dbo:wikiPageExternalLink
n8:aa983649(VS.71).aspx n15:index.html n19:cwrap n25:
owl:sameAs
dbpedia-fi:Instrumentointi_(ohjelmointi) dbpedia-ko:인스트루먼테이션 dbpedia-fr:Instrumentation_du_code_source yago-res:Instrumentation_(computer_programming) n18:CHPh wikidata:Q1134732 dbpedia-de:Instrumentierung_(Softwareentwicklung) freebase:m.02r2fph dbpedia-ru:Инструментирование_(программирование)
dbp:wikiPageUsesTemplate
dbt:More_footnotes dbt:Comp-sci-stub dbt:Reflist
dbo:abstract
In the context of computer programming, instrumentation refers to the measure of a product's performance, in order to diagnose errors and to write trace information. Instrumentation can be of two types: source instrumentation and binary instrumentation. 컴퓨터 프로그래밍에서 인스트루먼테이션(instrumentation)은 오류를 진단하거나 추적 정보를 쓰기 위해 제품의 성능 정도를 모니터하거나 측정하는 기능을 가리킨다. 프로그래머들은 시스템에서 특정한 구성 요소를 모니터링하는 코드 명령어 형태로 인스트루먼테이션을 구현할 수 있다(예를 들면 명령어는 로깅 정보를 모니터에 출력할 수 있다). 애플리케이션이 인스트루먼테이션 코드를 포함할 때 관리 도구를 사용해서 관리될 수 있다. 인스트루먼테이션은 애플리케이션의 성능을 검토할 때 필요하다. 인스트루먼테이션 접근법으로는 두 종류가 있다: 소스 인스트루먼테이션과 바이너리 인스트루먼테이션. En informatique, l'instrumentation du code est une opération consistant à ajouter des instructions machine supplémentaires à un programme informatique sans nécessiter la modification du code source original. Elle est apparentée à l'instrumentation dans les sciences, d'où son nom. В области программирования под инструментированием понимают возможность отслеживания или установления количественных параметров уровня производительности программного продукта, а также возможность диагностировать ошибки и записывать информацию для отслеживания причин их возникновения. Измерение в виде инструкций кода обычно используется для отслеживания работы определенного компонента системы (например, инструкции, выводящие логи на экран). Когда приложение содержит инструментальный код, им можно управлять при помощи специальных инструментов-утилит. Измерение необходимо для оценки производительности приложения. Методы измерений делятся на два основных типа: измерения на основе исходного кода и измерения на основе двоичного кода. В области программирования измерение означает возможность измерить приложение с точки зрения следующих параметров: * Трассировка кода — получение информационных сообщений о выполнении приложения на всем протяжении его работы. * Отладка программы и (структурированная) обработка исключений — отслеживание и исправление ошибок программистов в приложении ещё на стадии его разработки. * Профилирование — набор методик отслеживания производительности кода, включая измерение. * Счётчики производительности — компоненты, позволяющие отслеживать уровень производительности приложения. * Регистраторы событий — компоненты, позволяющие получать уведомления и отслеживать ключевые события при выполнении приложения. Mit Instrumentierung wird in der Softwaretechnik das Ergänzen von Computerprogrammen mit speziellem Code bezeichnet, um ihr Verhalten untersuchen zu können. Dieser kann in den Quellcode, den Binärcode oder einen Zwischencode eingefügt und mit Hilfe von Werkzeugen ausgewertet werden. Instrumentierung kommt bei Softwaretests zur Ermittlung der Testabdeckung und bei Profilern zum Einsatz. Die Instrumentierung kann dabei sowohl halbautomatisch (GNU C/C++ Compiler -finstrument-functions) als auch durch spezielle Programme (Tru64 UNIX atom, für x64-Architekturen) automatisch durchgeführt werden. Es gibt dabei statische, dynamische und hybride Ansätze mit je unterschiedlichen Vor- und Nachteilen. Auch existieren Programmierschnittstellen-Standards wie das Application Response Measurement zur Antwortzeit-Messung für Java und C.
prov:wasDerivedFrom
wikipedia-en:Instrumentation_(computer_programming)?oldid=1102133016&ns=0
dbo:wikiPageLength
3975
foaf:isPrimaryTopicOf
wikipedia-en:Instrumentation_(computer_programming)
Subject Item
dbr:Jakarta_Management
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:List_of_performance_analysis_tools
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Instrumentation_(disambiguation)
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
dbo:wikiPageDisambiguates
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Fuzzing
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:GraalVM
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:BoundsChecker
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Concolic_testing
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Thomas_W._Reps
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Operational_responsiveness
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Strace
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Fault_injection
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Fault_tolerance
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Profile-guided_optimization
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Stepping_(debugging)
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Automation
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:AddressSanitizer
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Windows_Registry
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Windows_software_trace_preprocessor
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Code_instrumentation
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
dbo:wikiPageRedirects
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:DBI
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:American_fuzzy_lop_(fuzzer)
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Dynamic_program_analysis
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Dynamic_recompilation
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:DynamoRIO
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
dbp:genre
dbr:Instrumentation_(computer_programming)
dbo:genre
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Breakpoint
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Profiling_(computer_programming)
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Runtime_application_self-protection
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:SystemTap
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Java_Management_Extensions
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Tracing_(software)
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:C_standard_library
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Pin_(computer_program)
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
dbp:genre
dbr:Instrumentation_(computer_programming)
dbo:genre
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Insure++
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:MikroSim
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Shadow_memory
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Valgrind
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Windows_Management_Instrumentation
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Virtual_finite-state_machine
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:VSTS_Profiler
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
Subject Item
dbr:Instrumenting
dbo:wikiPageWikiLink
dbr:Instrumentation_(computer_programming)
dbo:wikiPageRedirects
dbr:Instrumentation_(computer_programming)
Subject Item
wikipedia-en:Instrumentation_(computer_programming)
foaf:primaryTopic
dbr:Instrumentation_(computer_programming)