diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-11 17:23:23 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 22:19:30 +0100 |
| commit | bed4e27868aaefb3b82dca9ba076415bec368557 (patch) | |
| tree | 478b89dc5a865eeb4b3b0067fab6e7c78ba2a3d0 /package/sysstat | |
| parent | c2255e00f3ead5d9a55d81f503be269b555fbed5 (diff) | |
| download | buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.tar.gz buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.zip | |
Config.in files: whitespace cleanup
This patch fixes the following whitespace problems in Config.in files:
- trailing whitespace
- spaces instead of tabs for indentation
- help text not indented with tab + 2 spaces
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sysstat')
| -rw-r--r-- | package/sysstat/Config.in | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/package/sysstat/Config.in b/package/sysstat/Config.in index ceba5030b4..c262799104 100644 --- a/package/sysstat/Config.in +++ b/package/sysstat/Config.in @@ -4,38 +4,38 @@ config BR2_PACKAGE_SYSSTAT # Uses fork() depends on BR2_USE_MMU help - The sysstat utilities are a collection of performance - monitoring tools for Linux. These include sar, sadf, mpstat, - iostat, pidstat and sa tools. + The sysstat utilities are a collection of performance + monitoring tools for Linux. These include sar, sadf, mpstat, + iostat, pidstat and sa tools. - Some Features : + Some Features : - * Input / Output and transfer rate statistics (global, per - device, per partition, per network filesystem and per - Linux task / PID) - * CPU statistics (global, per CPU and per Linux task / - PID), including support for virtualization architectures - * Memory and swap space utilization statistics - * Virtual memory, paging and fault statistics - * Per-task (per-PID) memory and page fault statistics - * Global CPU and page fault statistics for tasks and all - their children - * Process creation activity - * Interrupt statistics (global, per CPU and per interrupt, - including potential APIC interrupt sources) - * Extensive network statistics: network interface activity - (number of packets and kB received and transmitted per - second, etc.) including failures from network devices; - network traffic statistics for IP, TCP, ICMP and UDP - protocols based on SNMPv2 standards; support for - IPv6-related protocols. - * NFS server and client activity - * Socket statistics - * Run queue and system load statistics - * Kernel internal tables utilization statistics - * System and per Linux task switching activity - * Swapping statistics - * TTY device activity - * Power management statistics + * Input / Output and transfer rate statistics (global, per + device, per partition, per network filesystem and per + Linux task / PID) + * CPU statistics (global, per CPU and per Linux task / + PID), including support for virtualization architectures + * Memory and swap space utilization statistics + * Virtual memory, paging and fault statistics + * Per-task (per-PID) memory and page fault statistics + * Global CPU and page fault statistics for tasks and all + their children + * Process creation activity + * Interrupt statistics (global, per CPU and per interrupt, + including potential APIC interrupt sources) + * Extensive network statistics: network interface activity + (number of packets and kB received and transmitted per + second, etc.) including failures from network devices; + network traffic statistics for IP, TCP, ICMP and UDP + protocols based on SNMPv2 standards; support for + IPv6-related protocols. + * NFS server and client activity + * Socket statistics + * Run queue and system load statistics + * Kernel internal tables utilization statistics + * System and per Linux task switching activity + * Swapping statistics + * TTY device activity + * Power management statistics http://pagesperso-orange.fr/sebastien.godard/ |

