cells admin files create-bench
./cells admin files create-bench
Create an arbitrary number of random files in a directory
Synopsis
DESCRIPTION
Create an arbitrary number of random files in a directory. Provide --number, --path and --user parameters to perform this action.
./cells admin files create-bench [flags]
Options
-h, --help help for create-bench
-n, --number int Number of files to create
-p, --path string Path where to create the files (default "pydiods1")
-u, --user string Username used to impersonate creation (default "admin")
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Nats broker port (default ":4222")
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address
--registry_cluster_routes string Registry cluster routes
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
SEE ALSO
- ./cells admin files - Directly manage files and metadata on the nodes