This wiki is locked. Future workgroup activity and specification development must take place at our new wiki. For more information, see this blog post about the new governance model and this post about changes to the website.
-- JulianneBielski - 01 Aug 2012

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:crtv="http://open-services.net/ns/crtv#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:ems="http://open-services.net/ns/ems#"
xmlns:pm="http://open-services.net/ns/perfmon#"
xmlns:dbpedia="http://dbpedia.org"
xmlns:qudt="http://data.nasa.gov.qudt/owl/qudt#">

<rdf:Description rdf:about= http://itmprovider.org/rec001 >
<rdf:type rdf:resource="http://open-services.net/ns/crtv#ComputerSystem"/>
<-- Computer System naming properties -->
<crtv:manufacturer>IBM</crtv:manufacturer>
<crtv:model>2007CTO</crtv:model>
<crtv:serialNumber>LG3G3K2</crtv:serialNumber>

<pm:collectedAt>2012-06-13T19:48:09.5Z</pm:collectedAt>

<!-- Tells client there are performance metrics associated with ComputerSystem? -->
<rdf:type rdf:resource="http://open-services.net/ns/perfmon#PerformanceMonitoringRecord"/>

<!-- Sequence of Top processes in terms of CPU -->
<pm:topProcessesforCPUutil rdf:resource="http://itmprovider.org/rec001#topCPU-seq"/>

<!-- Sequence of Top processes in terms of Virtual Memory -->
<pm:topProcessesforVirtMemUtil rdf:resource="http://itmprovider.org/rec001#topVirtMem-seq"/>

<!-- Sequence of Top processes in terms of Real Memory -->
<pm:topProcessesforRealMemUtil rdf:resource="http://itmprovider.org/rec001#topRealMem-seq"/>

<!-- Processes referenced in the sequences -->
<pm:process rdf:resource="http://itmprovider.org/rec001#vsmon"/>
<pm:process rdf:resource="http://itmprovider.org/rec001#firefox"/>
<pm:process rdf:resource="http://itmprovider.org/rec001#iexplore"/>
<pm:process rdf:resource="http://itmprovider.org/rec001#notepad"/>

<!-- List of storage volumes attached to this ComputerSystem? -->
<pm:logicalDisk rdf:resource="http://itmprovider.org/rec001#disk1"/>
<pm:logicalDisk rdf:resource="http://itmprovider.org/rec001#disk2"/>

<!-- List of installed monitoring agents -->
<pm:monitoringAgent rdf:resource="http://itmprovider.org/rec001#knt"/>
<pm:monitoringAgent rdf:resource="http://itmprovider.org/rec001#klo"/>
</rdf:Description>


<rdf:Description rdf:about="http://itmprovider.org/rec001#disk1">
<rdf:type rdf:resource="http://open-services.net/ns/crtv#StorageVolume"/>
<dcterms:title>
C:\
</dcterms:title>
<ems:observes rdf:resource="http://itmprovider.org/rec001#disk1_freemegabytes"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#disk1_freemegabytes">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Free Megabytes
</dcterms:title>
<ems:metric rdf:resource="pm:FreeMegabytes"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
1024
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="pm:Megabytes"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#disk2">
<rdf:type rdf:resource="http://open-services.net/ns/crtv#StorageVolume"/>
<dcterms:title>
D:\
</dcterms:title>
<ems:observes rdf:resource="http://itmprovider.org/rec001#disk2_freemegabytes"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#disk2_freemegabytes">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Free Megabytes
</dcterms:title>
<ems:metric rdf:resource="pm:FreeMegabytes"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
2048
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="pm:Megabytes"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#topCPU-seq">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
<rdf:_1 rdf:resource="http://itmprovider.org/rec001#firefox"/>
<rdf:_2 rdf:resource="http://itmprovider.org/rec001#iexplore"/>
<rdf:_3 rdf:resource="http://itmprovider.org/rec001#vsmon"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#topVirtMem-seq">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
<rdf:_1 rdf:resource="http://itmprovider.org/rec001#firefox"/>
<rdf:_2 rdf:resource="http://itmprovider.org/rec001#vsmon"/>
<rdf:_3 rdf:resource="http://itmprovider.org/rec001#notepad"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#topRealMem-seq">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
<rdf:_1 rdf:resource="http://itmprovider.org/rec001#iexplore"/>
<rdf:_2 rdf:resource="http://itmprovider.org/rec001#notepad"/>
<rdf:_3 rdf:resource="http://itmprovider.org/rec001#firefox"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#iexplore">
<rdf:type rdf:resource="http:open-services.net/ns/perfmon#Process"/>
<dcterms:title>
iexplore.exe
</dcterms:title>
<ems:observes rdf:resource="http://itmprovider.org/rec001#iexplore-virtMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#iexplore-realMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#iexplore-cpuUtil"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#firefox">
<rdf:type rdf:resource="http:open-services.net/ns/perfmon#Process"/>
<dcterms:title>
firefox.exe
</dcterms:title>
<ems:observes rdf:resource="http://itmprovider.org/rec001#firefox-virtMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#firefox-realMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#firefox-cpuUtil"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#vsmon">
<rdf:type rdf:resource="http:open-services.net/ns/perfmon#Process"/>
<dcterms:title>
vsmon.exe
</dcterms:title>
<ems:observes rdf:resource="http://itmprovider.org/rec001#vsmon-virtMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#vsmon-realMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#vsmon-cpuUtil"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#notepad">
<rdf:type rdf:resource="http:open-services.net/ns/perfmon#Process"/>
<dcterms:title>
notepad.exe
</dcterms:title>
<ems:observes rdf:resource="http://itmprovider.org/rec001#notepad-virtMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#notepad-realMem"/>
<ems:observes rdf:resource="http://itmprovider.org/rec001#notepad-cpuUtil"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#iexplore-virtMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Virtual Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:VirtualMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
10
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#firefox-virtMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Virtual Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:VirtualMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
5
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#notepad-virtMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Virtual Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:VirtualMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
3
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#vsmon-virtMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Virtual Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:VirtualMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
8
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#firefox-realMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Real Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:RealMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
10
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#iexplore-realMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Real Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:RealMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
5
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#vsmon-realMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Real Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:RealMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
3
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#notepad-realMem">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
Real Memory Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:RealMemoryUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
8
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#firefox-cpuUtil">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
CPU Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:NewCPUUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
10
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#iexplore-cpuUtil">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
CPU Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:CPUUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
5
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#vsmon-cpuUtil">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
CPU Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:CPUUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
3
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#notepad-cpuUtil">
<rdf:type rdf:resource="http://open-services.net/ns/ems#Measure"/>
<dcterms:title>
CPU Utilization
</dcterms:title>
<ems:metric rdf:resource="pm:CPUUtilization"/>
<ems:numericValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
8
</ems:numericValue>
<ems:unitOfMeasure rdf:resource="db:Percentage"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#knt">
<rdf:type rdf:resource="http://open-services.net/ns/perfmon#MonitoringAgent"/>
<dcterms:title>
Windows OS Agent
</dcterms:title>
<ems:metric rdf:resource="pm:OperationalStatus"/>
<ems:Value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Running
</ems:Value>
<ems:unitOfMeasure rdf:resource="qudt:Dimensionless"/>
</rdf:Description>

<rdf:Description rdf:about="http://itmprovider.org/rec001#klo">
<rdf:type rdf:resource="http://open-services.net/ns/perfmon#MonitoringAgent"/>
<dcterms:title>
Log File Adapter
</dcterms:title>
<ems:metric rdf:resource="pm:OperationalStatus"/>
<ems:Value rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not
Running
</ems:Value>
<ems:unitOfMeasure rdf:resource="qudt:Dimensionless"/>
</rdf:Description>
</rdf:RDF>

Edit | Attach | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 02 Aug 2012 - 17:25:50 - JulianneBielski
 
This site is powered by the TWiki collaboration platform Copyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use
Ideas, requests, problems regarding this site? Send feedback