< Home - < Back

strace


Information about the package, strace, which is shipped with common Linux distributions. The strace package is designed for, Tracks and displays system calls associated with a running process.


Package Name:

strace

Summary:

Tracks and displays system calls associated with a running process

Description:

The strace program intercepts and records the system calls called and received by a running process. Strace can print a record of each system call, its arguments and its return value. Strace is useful for diagnosing problems and debugging, as well as for instructional purposes. Install strace if you need a tool to track the system calls made and received by a process.

Architecture:

x86_64

Version:

4.8

Release:

11.el6

Size:

946 k

Repository:

installed

From Repository:

base

Licence:

BSD



Handy Yum Commands for strace


Control the strace package with the following handy commands outlined below.


Command

Description of Command

yum install strace

This command will install strace on the server.

yum remove strace

This command will un-install strace on the server. When you run this command, you will be asked if you are sure that you want to remove strace, so you have to manually confirm that you want to do this.

yum -y remove strace

This command will un-install strace on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove strace when using the -y flag.

yum update strace

This command will update strace to the latest version. When you run this command, you will be asked if you are sure that you want to remove strace, so you have to manually confirm that you want to do this.

yum -y update strace

This command will update strace to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove strace when using the -y flag.

yum info strace

This command will show you core information about the strace package.

yum deplist strace

This command will show you the dependencies for strace. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update strace

This command will check if there is an update waiting on strace. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.