Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

PowerScaleOneFS CLI Command Reference

isi statistics client

Displays the most active, by throughput, clients accessing the cluster for each supported protocol. You can specify options to track access by user, for example, more than one user on the same client host access the cluster.

Syntax

isi statistics client 
  [--numeric] 
  [--local-addresses <string>]
  [--local_names <string>]
  [--remote_addresses <integer>]
  [--remote_names <string>]  
  [--user-ids <integer>]
  [--user-names <string>]  
  [--protocols <value>]  
  [--classes <string>] 
  [--nodes <value>]
  [--degraded]
  [--nohumanize] 
  [--interval <integer>] 
  [--repeat <integer>] 
  [--limit]
  [--long]
  [--totalby <column>]
  [--output <column>]
  [--sort <column>] 
  [--format] 
  [--no-header]
  [--no-footer]
  [--verbose]

Options

--numeric
If text identifiers of local hosts, remote clients, or users are in the list of columns to display (the default setting is for them to be displayed), display the unresolved numeric equivalent of these columns.
--local-addresses <string>
Specifies local IP addresses for which statistics will be reported.
--local-names <string>
Specifies local host names for which statistics will be reported.
--remote-addresses <string>
Specifies remote IP addresses for which statistics will be reported.
--remote-names <string>
Specifies remote client names for which statistics will be reported.
--user-ids <string>
Specifies user ids for which statistics will be reported. The default setting is all users.
--user-names <string>
Specifies user names for which statistics will be reported. The default setting is all users.
--protocols <value>
Specifies which protocols to report statistics on. Multiple values can be specified in a comma-separated list, for example --protocols http,papi. The following values are valid:
  • all
  • external
  • ftp
  • hdfs
  • http
  • internal
  • irp
  • jobd
  • lsass_in
  • lsass_out
  • nlm
  • nfs3
  • nfs4
  • papi
  • s3
  • siq
  • smb1
  • smb2
--classes <string>
Specify which operation classes to report statistics on. The default setting is all classes. The following values are valid:
other
File-system information for other uncategorized operations
write
File and stream writing
read
File and stream reading
namespace_read
Attribute stat and ACL reads; lookup directory reading
namespace_write
Renames; attribute setting; permission time and ACL writes
{--nodes | -n} <node>
Specifies which nodes to report statistics on. Multiple values can be specified in a comma-separated list, for example, --nodes 1,2. The default value is all. The following values are valid:
  • all
  • <int>
{--degraded | -d}
Causes the report to continue if some nodes do not respond.
--nohumanize
Displays all data in base quantities, without dynamic conversion. If set, this option also disables the display of units within the data table.
{--interval | -i}<float>
Reports data at the interval specified in seconds.
{--repeat | -r} <integer>
Specifies how many times to run the report before quitting.
NOTE:To run the report to run indefinitely, specify -1.
{--limit | -l}<integer>
Limits the number of statistics to display.
--long
Displays all possible columns.
--totalby <column>
Aggregates results according to specified fields. The following values are valid:
  • Node
  • {Proto | protocol}
  • Class
  • {UserId | user.id}
  • {UserName | user.name}
  • {LocalAddr | local_addr}
  • {LocalName | local_name}
  • {RemoteAddr | remote_addr}
  • {RemoteName | remote_name}
--output <column>
Specifies which columns to display. The following values are valid:
{NumOps | num_operations}
Displays the number of times an operation has been performed.
{Ops | operation_rate}
Displays the rate at which an operation has been performed. Displayed in operations per second.
{InMax | in_max}
Displays the maximum input (received) bytes for an operation.
{InMin | in_min}
Displays the minimum input (received) bytes for an operation.
In
Displays the rate of input for an operation since the last time isi statistics collected the data. Displayed in bytes per second.
{InAvg | in_avg}
Displays the average input (received) bytes for an operation.
{OutMax | out_max}
Displays the maximum output (sent) bytes for an operation.
{OutMin | out_min}
Displays the minimum output (sent) bytes for an operation.
Out
Displays the rate of output for an operation since the last time isi statistics collected the data. Displayed in bytes per second.
{OutAvg | out_avg}
Displays the average output (sent) bytes for an operation.
{TimeMax | time_max}
Displays the maximum elapsed time taken to complete an operation. Displayed in microseconds.
{TimeMin | time_min}
Displays the minimum elapsed time taken to complete an operation. Displayed in microseconds.
{TimeAvg | time_avg}
Displays the average elapsed time taken to complete an operation. Displayed in microseconds.
Node
Displays the node on which the operation was performed.
{Proto | protocol}
Displays the protocol of the operation.
Class
Displays the class of the operation.
{UserID | user.id}
Displays the numeric UID of the user issuing the operation request.
{UserName | user.name}
Displays the resolved text name of the UserID. If resolution cannot be performed, UNKNOWN is displayed.
{LocalAddr | local_addr}
Displays the local IP address of the user issuing the operation request.
{LocalName | local_name}
Displays the local host name of the user issuing the operation request.
{RemoteAddr | remote_addr}
Displays the remote IP address of the user issuing the operation request.
{RemoteName | remote_name}
Displays the remote client name of the user issuing the operation request.
--sort <column>
Specifies how rows are ordered. The following values are valid:
  • {NumOps | num_operations}
  • {Ops | operation_rate}
  • {InMax | in_max}
  • {InMin | in_min}
  • In
  • {InAvg | in_avg}
  • {OutMax | out_max}
  • {OutMin | out_min}
  • Out
  • {OutAvg | out_avg}
  • {TimeMax | time_max}
  • {TimeMin | time_min}
  • {TimeAvg | time_avg}
  • Node
  • {Proto | protocol}
  • Class
  • {UserID | user.id}
  • {UserName | user.name}
  • {LocalAddr | local_addr}
  • {LocalName | local_name}
  • {RemoteAddr | remote_addr}
  • {RemoteName | remote_name}
--format {table | json | csv | list | top}
Displays output in table, JavaScript Object Notation (JSON), comma-separated value (CSV), list format, or top-style display where data is continuously overwritten in a single table.
NOTE:If you specify--top without --repeat, the report runs indefinitely.
{--noheader | -a}
Displays data without column headings.
{ --no-footer | -z}
Displays data without footers.
{--verbose | -v}
Displays more detailed information.

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\