1FLATPAK PS(1) flatpak enter FLATPAK PS(1)
2
3
4
6 flatpak-ps - Enumerate running instances
7
9 flatpak ps [OPTION...]
10
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
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
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 all
71 Show all columns
72
73 help
74 Show the list of available columns
75
76 Note that field names can be abbreviated to a unique prefix.
77
79 $ flatpak ps --columns=application,pid,runtime,runtime-branch
80
82 flatpak(1), flatpak-run(1)
83
84
85
86flatpak FLATPAK PS(1)