nfsiostat
NFS support files common to client and server
Install
- All systems
-
curl cmd.cat/nfsiostat.sh
- Debian
-
apt-get install nfs-common
- Ubuntu
-
apt-get install nfs-common
- Alpine
-
apk add nfs-utils
- Arch Linux
-
pacman -S nfs-utils
- Kali Linux
-
apt-get install nfs-common
- Fedora
-
dnf install nfs-utils-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nfs-common
- Raspbian
-
apt-get install nfs-common
- Dockerfile
- dockerfile.run/nfsiostat
- Docker
-
docker run cmd.cat/nfsiostat nfsiostat
powered by Commando
nfs-common
NFS support files common to client and server
Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs.
nfs-utils-1
daemons for the kernel NFS server
sysstat
system performance tools for Linux
The sysstat package contains the following system performance tools: - sar: collects and reports system activity information; - iostat: reports CPU utilization and disk I/O statistics; - mpstat: reports global and per-processor statistics; - pidstat: reports statistics for Linux tasks (processes); - sadf: displays data collected by sar in various formats; - cifsiostat: reports I/O statistics for CIFS filesystems; - nfsiostat-sysstat: (obsolete) reports I/O statistics for network filesystems. The statistics reported by sar deal with I/O transfer rates, paging activity, process-related activities, interrupts, network activity, memory and swap space utilization, CPU utilization, kernel activities and TTY statistics, among others. Both UP and SMP machines are fully supported.
nfs-utils
The nfs-utils package provides a daemon for the kernel NFS server
and related tools, which provides a much higher level of performance than the traditional Linux NFS server used by most users. This package also contains the showmount program. Showmount queries the mount daemon on a remote host for information about the NFS (Network File System) server on the remote host. For example, showmount can display the clients which are mounted on that host. This package also contains the mount.nfs and umount.nfs program.