1FLATPAK PS(1)                    flatpak enter                   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       --show-columns
31           Show the available values for the --columns option.
32
33       --columns=FIELD,...
34           Specify what information to show about each instance. You can list
35           multiple fields, or use this option multiple times.
36

FIELDS

38       The following fields are understood by the --columns option:
39
40       application
41           Show the application ID
42
43       arch
44           Show the architecture
45
46       branch
47           Show the application branch
48
49       commit
50           Show the application commit
51
52       runtime
53           Show the runtime ID
54
55       runtime-branch
56           Show the runtime branch
57
58       runtime-commit
59           Show the runtime commit
60
61       pid
62           Show the PID of the wrapper process
63
64       child-pid
65           Show the PID of the sandbox process
66
67       all
68           Show all columns
69
70       help
71           Show the list of available columns
72
73       Note that field names can be abbreviated to a unique prefix.
74

EXAMPLES

76       $ flatpak ps --columns=application,pid,runtime,runtime-branch
77

SEE ALSO

79       flatpak(1), flatpak-run(1)
80
81
82
83flatpak                                                          FLATPAK PS(1)
Impressum