GFLSOF(1) | Gfarm | GFLSOF(1) |
gflsof - list currently opened Gfarm files
gflsof [-AW] [-P path] [-D domainname-of-gfsd] [-U domainname-of-user-host] [-u username]
gflsof [-AW] [-P path] [-D domainname-of-gfsd] [-U domainname-of-user-host] [-u username] -C
gflsof [-AW] [-P path] [-D domainname-of-gfsd] [-U domainname-of-user-host] [-u username] -G
Displays information about each Gfarm file descriptors, if neither -C nor -G is specified. The USER field shows username, the GPID field shows Gfarm process ID, the FD field shows Gfarm file descriptor number, if the character just after the descriptor number is 'r', it means read-only open, if the character is 'w', it means write-only open, and if the character is 'u', it means read-write open, the TYPE fields shows the type of the inode (REG is a file, DIR is a directory and LNK is a symbolic link), the INODE field shows the inode number, the GEN field shows the generation number of the inode, the SIZE/OFF shows the seek-offset value if the inode is a directory, or the file size if the inode is a file, the CLIENT field shows hostname and port number of the client which is connecting to the gfmd, the GFSD field shows hostname and port number of the gfsd which is connecting to the gfmd.
If -C option is specified, this command shows only hostnames of clients which are opening descriptors.
If -G option is specified, this command shows only hostnames of gfsd which are opening file replicas.
-A
-W
-P path
-D domainname-of-gfsd
-U domainname-of-user-host
-u username
-?
Example 1. list file descriptors which are opened by myself
gflsof
Example 2. list all users' file descriptors
gflsof -A
Example 3. list filesystem nodes which are currently opening file replicas in writable mode
gflsof -AWG
Example 4. list descriptors that corresponding gfsd processes are opening file replicas in writable mode
gflsof -AW -D ''
Example 5. list client hosts which belong to example.org domain and user john is opening descriptors on the hosts
gflsof -U example.org -u john -C
27 Sep 2016 | Gfarm |