summaryrefslogtreecommitdiffstats
path: root/gnome-system-monitor.doap
blob: 3572e87478da52bd22ab05c154848845428ad866 (plain)
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://gitlab.gnome.org/GNOME/gnome-system-monitor/issues" />
  <repository>
    <GitRepository>
        <location rdf:resource="https://gitlab.gnome.org/GNOME/gnome-system-monitor.git" />
        <browse rdf:resource="https://gitlab.gnome.org/GNOME/gnome-system-monitor" />
    </GitRepository>
  </repository>
  <maintainer>
    <foaf:Person>
      <foaf:name>Chris Kühl</foaf:name>
      <foaf:mbox rdf:resource="mailto:blixtra@gmail.com" />
      <gnome:userid>chriskuehl</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Robert Roth</foaf:name>
      <foaf:mbox rdf:resource="mailto:robert.roth.off@gmail.com" />
      <gnome:userid>robertroth</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>