blob: 7181f40e9d0a69f247243ee849c5eb1497e50fa1 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Robert Roth -->
<component type="desktop">
<id>gnome-system-monitor.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<name>GNOME System Monitor</name>
<summary>View and manage system resources</summary>
<description>
<p>
System Monitor is a process viewer and system monitor with
an attractive, easy-to-use interface.
</p>
<p>
System Monitor can help you find out what applications are using the processor
or the memory of your computer, can manage the running applications, force
stop processes not responding, and change the state or priority of existing
processes.
</p>
<p>
The resource graphs feature shows you a quick overview of what is going on with your
computer displaying recent network, memory and processor usage.
</p>
</description>
<screenshots>
<screenshot height="650" width="1176" type="default">
<image>https://wiki.gnome.org/Apps/SystemMonitor?action=AttachFile&do=get&target=Processes.png</image>
<caption>Process list view</caption>
</screenshot>
<screenshot height="650" width="1176">
<image>https://wiki.gnome.org/Apps/SystemMonitor?action=AttachFile&do=get&target=Resources.png</image>
<caption>Resources overview</caption>
</screenshot>
<screenshot height="650" width="1176">
<image>https://wiki.gnome.org/Apps/SystemMonitor?action=AttachFile&do=get&target=Disks.png</image>
<caption>File Systems view</caption>
</screenshot>
</screenshots>
<update_contact>robert.roth.off_at_gmail.com</update_contact>
<project_group>GNOME</project_group>
<compulsory_for_desktop>GNOME</compulsory_for_desktop>
<translation type="gettext">gnome-system-monitor</translation>
<project_license>GPL-2.0</project_license>
<developer_name>The GNOME Project</developer_name>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-system-monitor/issues</url>
<!--GNOME Projects usually have no per-app donation page-->
<url type="donation">http://www.gnome.org/friends/</url>
<url type="help">https://help.gnome.org/users/gnome-system-monitor/stable/</url>
<url type="homepage">https://wiki.gnome.org/Apps/SystemMonitor</url>
<url type="translate">https://l10n.gnome.org/module/gnome-system-monitor/</url>
</component>
|