info > CIFSIOSTAT

CIFSIOSTAT(1)                   Linux User's Manual                   CIFSIOSTAT(1)

📖 NAME

cifsiostat - Report CIFS statistics.

🚀 Quick Reference

Use CaseCommandDescription
📊 Monitor CIFS stats continuously (2s intervals)cifsiostat 2Display statistics every 2 seconds, forever
📊 Limited reports (5 times, 2s interval)cifsiostat 2 5Generate 5 reports at 2-second intervals
📏 Display in kilobytescifsiostat -k 2Show kB/s instead of B/s
📏 Display in megabytescifsiostat -m 2Show MB/s instead of B/s
🧑‍💻 Human-readable sizescifsiostat --human 2Print sizes in human-readable format (e.g., 1.2M)
🎨 Pretty formatcifsiostat --pretty 2Make the report easier to read for humans
⏱️ Include timestampscifsiostat -t 2Print time for each report
🔢 Set decimal placescifsiostat --dec=1 2Use 1 decimal place (0-2, default 2)

🔧 SYNOPSIS

cifsiostat  [  -h ] [ -k | -m ] [ -t ] [ -V ] [ --dec={ 0 | 1 | 2 } ] [ --human ] [ --pretty ] [ interval [ count ] ]

📝 DESCRIPTION

The cifsiostat command displays statistics about read and write operations on CIFS filesystems.

The interval parameter specifies the amount of time in seconds between each report. The first report contains statistics for the time since system startup (boot). Each subsequent report contains statistics collected during the interval since the previous report. A report consists of a CIFS header row followed by a line of statistics for each CIFS filesystem that is mounted. The count parameter can be specified in conjunction with the interval parameter. If the count parameter is specified, the value of count determines the number of reports generated at interval seconds apart. If the interval parameter is specified without the count parameter, the cifsiostat command generates reports continuously.

📊 REPORT

The CIFS report provides statistics for each mounted CIFS filesystem. The report shows the following fields:

⚙️ OPTIONS

💻 --human

Print sizes in human readable format (e.g. 1.0k, 1.2M, etc.) The units displayed with this option supersede any other default units (e.g. kilobytes, sectors...) associated with the metrics.

🎨 --pretty

Make the CIFS report easier to read by a human.

🌐 ENVIRONMENT

The cifsiostat command takes into account the following environment variables:

🐛 BUG

/proc filesystem must be mounted for cifsiostat to work.

Although cifsiostat speaks of kilobytes (kB), megabytes (MB)..., it actually uses kibibytes (kiB), mebibytes (MiB)... A kibibyte is equal to 1024 bytes, and a mebibyte is equal to 1024 kibibytes.

📁 FILE

/proc/fs/cifs/Stats contains CIFS statistics.

👤 AUTHORS

Written by Ivana Varekova (varekova <at> redhat.com)
Maintained by Sebastien Godard (sysstat <at> orange.fr)

📚 SEE ALSO

sar(1), pidstat(1), mpstat(1), vmstat(8), iostat(1), tapestat(1), nfsiostat(1)

https://github.com/sysstat/sysstat
http://pagesperso-orange.fr/sebastien.godard/

CIFSIOSTAT
📖 NAME 🚀 Quick Reference 🔧 SYNOPSIS 📝 DESCRIPTION 📊 REPORT ⚙️ OPTIONS
💻 --human 🎨 --pretty
🌐 ENVIRONMENT 🐛 BUG 📁 FILE 👤 AUTHORS 📚 SEE ALSO

Generated by phpman v4.9.26-1-g511901d Author: Che Dong Under GNU General Public License
2026-08-09 10:28 @2600:1f28:365:80b0:50b3:453e:ff52:20f7
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format