Tagged articles
8 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Apr 13, 2025 · Operations

Master Linux Resource Monitoring: How to Use /usr/bin/time Effectively

This guide explains how to use the Linux /usr/bin/time utility to measure program resource usage—including user and kernel CPU time, memory consumption, and I/O statistics—covers its syntax, common options, custom format strings, and the distinction between the external command and the shell built‑in.

Performance Monitoringresource usagetime command
0 likes · 9 min read
Master Linux Resource Monitoring: How to Use /usr/bin/time Effectively
Liangxu Linux
Liangxu Linux
Oct 6, 2024 · Fundamentals

Master Linux Resource Profiling with the /usr/bin/time Utility

This guide explains how to use the Linux /usr/bin/time command to measure program execution time, memory usage, and other resource metrics, covering syntax, options, custom output formats, and the differences between the built‑in shell time and the external utility.

LinuxResource Monitoringcommand-line tools
0 likes · 8 min read
Master Linux Resource Profiling with the /usr/bin/time Utility
MaGe Linux Operations
MaGe Linux Operations
Aug 29, 2024 · Operations

Master Linux’s /usr/bin/time: Measure CPU, Memory, and More with Custom Formats

This guide explains how to use the Linux /usr/bin/time utility to analyze program performance—including user and kernel CPU time, memory usage, and other resources—by invoking the command with various options, customizing output formats, redirecting results, and distinguishing it from the shell built‑in time command.

LinuxPerformance MonitoringShell
0 likes · 9 min read
Master Linux’s /usr/bin/time: Measure CPU, Memory, and More with Custom Formats
Liangxu Linux
Liangxu Linux
May 10, 2021 · Operations

Master Linux ‘time’ Command: Hidden Tricks, Metrics, and Performance Tips

Learn how to effectively use the Linux time command—including its basic output, the meaning of real, user, and sys values, differences between shell built‑ins and GNU time, and advanced options like -p, -v, -o, -f—to accurately measure program performance and diagnose bottlenecks.

LinuxShellperformance measurement
0 likes · 10 min read
Master Linux ‘time’ Command: Hidden Tricks, Metrics, and Performance Tips
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2019 · Fundamentals

Master Linux ‘time’: Measure Script Execution Like a Pro

This guide explains how to use the Linux time command to accurately measure script or command execution duration, covering basic usage, output redirection, detailed statistics, and custom formatting for precise performance testing in time‑critical environments.

Shell scriptingperformance measurementtime command
0 likes · 8 min read
Master Linux ‘time’: Measure Script Execution Like a Pro
Liangxu Linux
Liangxu Linux
Jul 24, 2019 · Operations

Mastering Linux ‘time’: Measure, Log, and Customize Command Execution

This guide explains how to use the Linux time command to benchmark scripts, capture real, user, and system durations, redirect results to files, obtain detailed statistics with the -v option, and create custom output formats using format specifiers and escape sequences.

Shell scriptingcommand-lineperformance measurement
0 likes · 9 min read
Mastering Linux ‘time’: Measure, Log, and Customize Command Execution