1FLATPAK PS(1)                     flatpak ps                     FLATPAK PS(1)
2
3
4

NAME

6       flatpak-ps - Enumerate running instances
7

SYNOPSIS

9       flatpak ps [OPTION...]
10

DESCRIPTION

12       Lists useful information about running Flatpak instances.
13
14       To see full details of a running instance, you can open the file
15       /run/user/$UID/.flatpak/$INSTANCE/info, where $INSTANCE is the instance
16       ID reported by flatpak ps.
17

OPTIONS

19       The following options are understood:
20
21       -h, --help
22           Show help options and exit.
23
24       -v, --verbose
25           Print debug information during command processing.
26
27       --ostree-verbose
28           Print OSTree debug information during command processing.
29
30       --columns=FIELD,...
31           Specify what information to show about each instance. You can list
32           multiple fields, or use this option multiple times.
33
34           Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
35           change ellipsization.
36

FIELDS

38       The following fields are understood by the --columns option:
39
40       instance
41           Show the instance ID
42
43       application
44           Show the application ID
45
46       arch
47           Show the architecture
48
49       branch
50           Show the application branch
51
52       commit
53           Show the application commit
54
55       runtime
56           Show the runtime ID
57
58       runtime-branch
59           Show the runtime branch
60
61       runtime-commit
62           Show the runtime commit
63
64       pid
65           Show the PID of the wrapper process
66
67       child-pid
68           Show the PID of the sandbox process
69
70       active
71           Show whether the app is active (i.e. has an active window)
72
73       background
74           Show whether the app is in the background (with no open windows)
75
76       all
77           Show all columns
78
79       help
80           Show the list of available columns
81
82       Note that field names can be abbreviated to a unique prefix.
83

EXAMPLES

85       $ flatpak ps --columns=application,pid,runtime,runtime-branch
86

SEE ALSO

88       flatpak(1), flatpak-run(1)
89
90
91
92flatpak                                                          FLATPAK PS(1)
Impressum