使用trace-cmd有的时候没有来得及使用ctrl+c, 导致出现多个trace.dat.cpu*, 可以使用下面的办法来手动合并trace.dat

If a crash happened on another box, you could run:

           $ trace-cmd restore -c -o box-partial.dat

       Then on the server that has the cpu files:

           $ trace-cmd restore -i box-partial.dat trace.dat.cpu0 trace.dat.cpu1

       This would create a trace.dat file for the embedded box.

 

相关文章:

  • 2022-12-23
  • 2021-07-13
  • 2021-12-20
  • 2021-11-29
  • 2021-08-24
  • 2021-11-05
  • 2021-09-12
猜你喜欢
  • 2022-02-20
  • 2021-11-07
  • 2021-11-16
  • 2021-11-20
  • 2022-02-17
  • 2022-01-14
  • 2021-11-23
相关资源
相似解决方案