The following commands to check resource usage are available on the frontend node.
 

 
 

Command for checking disk resource usage

userquota

This command prints out the user's disk usage and maximum size of HOME(/sc/***/home) an EXT(/ext/).

% userquota

Execution example:


[HOME]
            Block limits                  File limits
  user(id)  used(KB)  soft(KB)   hard(KB)   grace   used   soft   hard   grace
----------------------------------------------------------------------------------------------------------------------------------------------------------
  00001  123,456,789 1,073,741,824 1,073,741,824  -  100,300    0    0    -

[EXT]
            Block limits                  File limits
  user(id)  used(KB)  soft(KB)   hard(KB)   grace   used   soft   hard   grace
----------------------------------------------------------------------------------------------------------------------------------------------------------
  00001  123,456,789 1,073,741,824 1,073,741,824  -  100,300    0    0    -

 
Block limits
The amount of disk size used by the user and the upper limit of disk size which the user is permitted to use are shown below:

user(id) UID
used(KB) usage
soft(KB) / hard(KB) upper limit of disk size

* 1KB = 1024 bytes

 

File limits represent the number of files used by the user. Currently, the number of files is not limited. This information is just for your checking purpose.

 
Note
- quota data is updated every 30 minutes. Be aware that the quota information is not obtained in real-time.

 

groupquota

- This command prints out the user's group disk usage and maximum size of HOME(/sc/***/home) an EXT(/ext/).

% groupquota

Execution Example:


[HOME]
            Block limits                  File limits
 group(id)  used(KB)  soft(KB)   hard(KB)   grace   used   soft   hard   grace
----------------------------------------------------------------------------------------------------------------------------------------------------------
  99999  123,456,789 1,073,741,824 1,073,741,824  -  100,300    0    0    -

[EXT]
            Block limits                  File limits
 group(id)  used(KB)  soft(KB)   hard(KB)   grace   used   soft   hard   grace
----------------------------------------------------------------------------------------------------------------------------------------------------------
  99999   123 1,073,741,824 1,073,741,824  -   123    0    0    -

Block limits
The amount of disk size used by the user's group and the upper limit of disk size which the user's group is permitted to use are below:

group(id) GID
used(KB) usage by user's group
soft(KB) / hard(KB) upper limit for user's group

* 1KB = 1024 bytes

 

File limits represent the number of files used by the user.
Currently, the number of files is not limited. File limits are just used to check the amount of files left.

 
Note
- quota data is updated every 30 minutes. Be aware that the quota data is not obtained in real-time.

 

Command to check the remaining node-hours and disk usage

usage_view

This command shows the information on node-hours consumed on SX-ACE and VCC by the user and the user's group. Also, disk usage by the user and the user's group are displayed.

% usage_view

Execution example (in the case of groups that use both SX-ACE and VCC):


[ SX-ACE ]
 shared use : 200 / 5,700 node-hour (remaining : 5,500 node-hour)
 bonus use : 400 / 500 node-hour (remaining : 100 node-hour)
       <summary>
         userA : 350 node-hour
         userB : 250 node-hour

[ VCC ]
 shared use :  50 / 500 node-hour (remaining : 450 node-hour)
       <summary>
         userA : 50 node-hour
         userB : 0 node-hour

[ DISK ]
  home quota : 300 / 3,000 GByte  (remaining : 2,700 GByte)
       <summary>
         userA : 100 GByte
         userB : 200 GByte

  ext quota  : 7,000 / 204,800 GByte  (remaining : 197,800 GByte)
       <summary>
         userA : 3,000 GByte
         userB : 4,000 GByte
        

 
[SX-ACE],[VCC]
shared-use node-hours used by the group, total node-hours allocated to the group, and available node-hours for the group are displayed.
This command separately shows the information about SX-ACE and VCC. In the case that you have applied for either of the two resources, this command shows only the information about the applied resources.
If you applied trial-use cource, node-hours used in trial-use period is displayed in bonus use line. Bonus use line isn't shown to users who didn't apply trial-use.

In the above example, 200 is the information on node-hours consumed by the user's group , 5700 is the node-hours allocated to the group, and 5500 are the remaining node-hours. Additionally, the group used 400 node-hours in trial-use period.
Also, the node-hours consumed by each user of the group is displayed.

 
[DISK]
The amount of disk size used by the group, the total amount of disk size allocated to the group, and the remaining disk size are displayed.
 
In the above example, 300 is used by the group in the home region, 3000 is the total storage size allocated to the group, and 2700 is the remaining size..
Also, each user's amount of disk size in the group is displayed.

 
Note
- Node-hour information is updated at 7:00 every day. Disk information is updated every 30 minutes, but not in real-time.
- Less-than 1 Gbyte for disk usage is not displayed.