forked from GNOME/gnome-system-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnome-system-monitor.doap
42 lines (40 loc) · 1.9 KB
/
gnome-system-monitor.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">System Monitor</name>
<shortdesc xml:lang="en">View current processes and monitor system state</shortdesc>
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C++</programming-language>
<description>GNOME System Monitor is a GNOME process viewer and system monitor with
an attractive, easy-to-use interface, It has features, such as a tree
view for process dependencies, icons for processes, the ability to hide
processes that you don't want to see, graphical time histories of
CPU/memory/swap usage, the ability to kill/renice processes needing root
access, as well as the standard features that you might expect from a
process viewer.</description>
<homepage rdf:resource="https://wiki.gnome.org/Apps/SystemMonitor" />
<download-page rdf:resource="http://download.gnome.org/sources/gnome-system-monitor/" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=system-monitor" />
<repository>
<GitRepository>
<location rdf:resource="git://git.gnome.org/gnome-system-monitor" />
<browse rdf:resource="https://git.gnome.org/browse/gnome-system-monitor/" />
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Chris Kühl</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>chriskuehl</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Robert Roth</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>robertroth</gnome:userid>
</foaf:Person>
</maintainer>
</Project>