ktrace--系统调用调试工具

ktrace是一个用于记录和分析系统调用、名称转换、信号处理和I/O操作的内核跟踪工具。通过ktrace.out文件收集数据,使用kdump进行解码查看。ktrace与gdb不同,它侧重于系统层面,而gdb关注模块内部。本文介绍了ktrace的基本用法、选项以及与kdump的配合使用。
摘要由CSDN通过智能技术生成

基本使用方法:

ktrace  可执行文件名

 ktrace [-aCcdi] [-f trfile] [-g pgrp | -p pid] [-t trstr]
 ktrace [-adi] [-f trfile] [-t trstr] command生成krace.out ,类似于gdb 生成的core文件

kdump -f krace.out |more 查看找出出错位置

ktrace用来查找存在系统调用和动态链接库调用的可执行程序错误。GDB主要用来调试模块内部。GNU

binutil 工具可用来辅助调试。

DESCRIPTION
     The ktrace command enables kernel trace logging for the specified pro-
     cesses.  Kernel trace data is logged to the file ktrace.out.  The kernel
     operations that are traced include system calls, namei translations, sig-
     nal processing, and I/O.

     Once tracing is enabled on a process, trace data will be logged until
     either the process exits or the trace point is cleared.  A traced process
     can generate enormous amounts of log data quickly; It is strongly sug-
     gested that users memorize how to disable tracing before attempting to
     trace a process.  The following c

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值