Brief Data

This format does NOT include data for any individual devices such as cpu, disk, network, nfs, lustre, process, slabs or tcp. If you do select any one of them collectl will force --verbose format.

Buddy (Memory Fragmentation) Data, collectl -sB

The smaller the value the more accuracy as follows:

Remember, the whole purpose of monitoring fragments in brief mode is to identify trends, particularly when there are a small number of them.
#<---Memory-->
#   Fragments
  smkj9576040

CPU Data, collectl -sc

#<--------CPU-------->
#cpu sys inter  ctxsw
cpu Percent of time the cpu was busy during the current interval averaged across all CPUs and is actually the total percentage of time the CPU in one of the following: system, user, nice, irq, soft-irq and steal. Note that this does NOT include time spend in I/O wait.
sys Percentage of time the cpu was executing in system mode during the current interval. This includes all those modes as above except user and nice to to determine the amount of time spent as a user you need to subtract these from the total cpu field.
inter Total number of interrupts/sec.
ctxswTotal number of context switches/sec.

Disk, collectl -sd

If you specify filtering with --dskfilt, the disks that match the pattern(s) will either be included or excluded from the the summary data. However, the data will still be collected so if recorded to a file can later be viewed.

#<---------------Disks---------------->
#KBRead  Reads  Size KBWrit Writes Size
KBReadKB read/sec
ReadsNumber of reads/sec
SizeAverage read size in KB. This field only included if --dskopts i or --iosize specified
KBWriteKB written/sec
WritesNumber of writes/sec
SizeAverage write size in KB. This field only included if --dskopts i or --iosize specified

Infiniband, collectl -sx

#<---------------InfiniBand--------------->
#  KBIn  PktIn Size  KBOut PktOut Size Errs
KBInKB received/sec.
PckInPackets received/sec.
SizeAverage incoming packet size in KB. This field is only included if --xopts i or --iosize included
KBOutKB sent/sec.
PktOutPackets sent/sec.
SizeAverage outgoing packet size in KB. This field is only included if --xopts i or --iosize included
ErrsCount of current errors. Since these are typically infrequent, it is felt that reporting them as a rate would result in either not seeing them OR round-off hiding their values.

Inodes/Filesystem, collectl -si

#<----Files--->
#Handle Inodes
   5100 116110
HandlesNumber of allocated file handles
InodesNumber of inodes in use

Lustre

Lustre data actually falls into one of 3 categories - client, mds and oss. Collectl determines the type of system it is running on (a system can have multiple personalities) and reports on all it finds, unless specifically selected via -L.

Lustre Client, collectl -sl

#<-------------Lustre Client------------->
# KBRead  Reads Size  KBWrite Writes Size
not necessarily from the lustre storage servers.
KBReadKB/sec delivered to the client.
ReadsReads/sec delivered to the client,
SizeAverage read size in KB. This field only included if --iosize specified
KBWriteKB Writes/sec delivered to the storage servers.
WritesWrites/sec delivered to the storage servers.
SizeAverage write size in KB. This field only included if --iosize specified

The following format of lustre client data is selected by including -OR and adds readahead statistics to the previous six, noting the Size fields are dependent on --iosize being specificed.

#<--------------------Lustre Client-------------------->
# KBRead  Reads Size  KBWrite Writes Size   Hits Misses
KBReadKB/sec delivered to the client.
ReadsReads/sec delivered to the client, not necessarily from the lustre storage servers.
SizeAverage read size in KB.
KBWriteKB Writes/sec delivered to the storage servers.
WritesWrites/sec delivered to the storage servers.
SizeAverage write size in KB.
HitsNumber of reads/sec from the lustre prefetch cache.
MissesNumber of misses/sec from the prefetch cache which must then be satisfied by reading from the storage servers.

Lustre MDS (Meta-Data Server)
The first format is for lustre versions 1.6.5 and beyond while the second format is for earlier releases

#<--------Lustre MDS-------->
#Gattr+ Sattr+   Sync  Unlnk

#<--------Lustre MDS-------->
#Gattr+ Sattr+   Sync  Reint
Gattr+Total number of all getattr operations/sec. See Getattr, GttrLck and Gxattr in the verbose data section
Sattr+Total number of all getattr operations/sec. See Setattr and Sxattr in the verbose data section
SyncNumber of syncs/sec
UnlnkNumber of file deletes/sec
ReintNumber of reints/sec which include unlinks and setattrs. Since older version did not break out setattrs, they are not included in Sattr+.

Lustre OSS (Object Storage Server), collectl -sc

#<--------------Lustre OST-------------->
# KBRead  Reads Size  KBWrit Writes Size
KBReadKB/sec read
ReadsReads/sec
SizeAverage read size in KB. This field only included if --iosize specified
KBWriteKB/sec written
WritesWrites/sec
SizeAverage write size in KB. This field only included if --iosize specified

Memory, collectl -sm

#<-----------Memory---------->
#free buff cach inac slab  map
freeTotal free memory, which unfortunately is NOT the difference between total memory and the following amounts allocated to used memory.
buffMemory used as system buffers.
cachThis is also commonly known as the file system buffer cache as buffered I/O uses this memory to cache the data.
inacInactive memory.
slabTotal memory allocated to slabs.
mapTotal mapped memory, which include AnonPages.

Note
If you include --memopts R, these values wil be displayed as changes/sec between intervals rather than absolute values. This switch will also honor -on in that the values will not be normalized to a rate but rather displayed as changes in size per interval.

Network, collectl -sn

If you specify filtering with --netfilt, the names that match the pattern(s) will either be included or excluded from the the summary data. However, the data will still be collected so if recorded to a file can later be viewed.

Also be sure to keep in mind that like all other data, network counters are always normalized to /sec rates. This means that something like errors, which themselves might be really small, could be reported as 0 if less than 1/2 the sampling interval. To see unnormalized values use -on.

#<------------------Network------------------>
#  KBIn  PktIn Size  KBOut  PktOut Size Error
KBInKB received/sec over all real network interfaces and therefore excludes 'lo' and 'sit'.
PktInPackets received/sec over all real network interfaces.
SizeAverage incoming packet size in bytes. This field is only included if --netopts i or --iosize specified
KBOutKB sent/sec over all real network interfaces.
PktOutPackets sent/sec over all real network interfaces.
SizeAverage outgoing packet size in bytes. This field is only included if --netopts i or --iosize specified
ErrorTotal incoming/outgoing errors/sec. To see individual error counts, use --verbose. This field is only included if --netopts e specified

NFS, collectl -sf

As of version 3.2.1 collectl now collects all types of nfs data, both clients and servers as well as versions 2, 3 and 4. In brief format it therefore reports summaried data across all nfs types as shown below. If --nfsfilt was included in the command to limit the types of data reported, those values will be included in the header line as a reminder as shown in the second form to the right, in which case only V3 server and V4 client data are being summarized.
#<------NFS Totals------>            #<------NFS [s3,c4]----->
# Reads Writes Meta Comm             # Reads Writes Meta Comm
ReadsTotal nfs reads/sec.
WritesTotal nfs writes/sec.
MetaTotal nfs meta data calls/sec, where meta data is considered to be any of: lookup, access, getattr, setattr, readdir and readdirplus, noting that not all types of nfs version report all as V3 clients/servers do.
CommTotal nfs commits/sec.

Slabs, collectl -sy

#<----slab---->
# Alloc   Bytes
AllocTotal Number of slabs allocated
BytesTotal Number of bytes allocated as slabs

Sockets, collectl -ss

#<------Sockets----->
#  Tcp  Udp  Raw Frag
TcpTotal TCP sockets currently in use.
UdpTotal UDP sockets currently in use.
RawTotal RAW sockets currently in use.
FragTotal number of IP fragments queues currently in use.

TCP, collectl -st

The TCP data collected and actually depends on the value of --tcpfilt, which by default is set to itcu, which stands for IP, Tcp, Udp and ICMP. A 5th filter T will result in Tcp Extended values being reported.
#<----------TCP---------->
#  IP  Tcp  Udp Icmp TcpX 
    0    0    0    0    0 
IPSummary of a number of IP errors from /prod/net/snmp: InHdrErrors+InAddrErrors+InUnknownProtos+InDiscards+OutDiscards+ReasmFails+FragFails
TcpSummary of a number of Tcp errors from /prod/net/snmp: AttemptFails+InErrs
UdpSummary of a number of Udp errors, from /prod/net/snmp: NoPorts+InErrors
IcmpSummary of a number of Icmp errors, from /prod/net/snmp: InErrors+InDestUnreachs+OutErrors
TcpXSummary of a number of Txp Extended errors, from /prod/net/snmp: TcpLoss+TCPFastRetrans
updated September 29, 2011