CentOS

Install

To install the JetStream client, use:

rpm -i go-jetstream-client-<version>.x86_64.rpm

The JetStream client will be installed into /usr/local/libexec/jetstream-client, and a symlink created to /usr/local/bin/jetstream-client. The documentation can be found in /usr/local/share/jetstream-client/docs.

A sysctl file will be installed in /etc/sysctl.d/90-jetstream.conf. This setting is recommended in order to improve the performance of networking on the machine and get the best performance when using JetStream.

The client can be started by running jetstream-client.

Upgrade

To upgrade the JetStream client, use:

rpm -U go-jetstream-client-<version>.x86_64.rpm

The client can be started by running jetstream-client.

Uninstall

To uninstall the JetStream client, use:

rpm -e go-jetstream-client