Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
sar
System activity reporter
Syntax
sar [OPTION]... [DELAY [COUNT]]Common Options
-uShow CPU utilization-rShow memory utilization-bShow I/O activity-nShow network stats-dShow disk activity-qShow queue length-wShow context switches-AShow all statisticsCommon Examples
sar -u 2 5CPU usage every 2s, 5 times
sar -rShow memory stats
sar -n DEV 1Network stats every 1s
sar -bShow I/O stats
sar -AShow all activities
sar -d 2 3Disk activity every 2s, 3 times
Related Tools
More Code & Dev Tools
Code Formatter
Format and beautify code online. Support multiple languages ...
Port Checker
Check if a port is open online. Test port availability and c...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...