2
A
回答
4
在bash中,$ time gunzip large.gz
會告訴你$ gunzip large.gz
需要多長時間。
您還可以在執行過程中使用top
或ps
觀察過程。
1
儘管人們總是可以使用$ time (command)
,但我更喜歡使用即使在進程運行時也會吐出時間的方法。要做到這一點,有一個簡單的方法:
$ ps -p ?? -o etime
哪裏??
是正在運行的進程的PID。這將給出從該過程開始以來的確切時間。
相關問題
- 1. ansible playbook:check linux process count
- 2. HtmlUnit WebClient Session Duration
- 3. Java Process Process OutOfMemoryException
- 4. UIModalTransitionStyleFlipHorizontal animation duration?
- 5. Process :: detach和Process :: wait互斥(Ruby)?
- 6. Duration對象定義
- 7. ASP.NET | Process Class- Runing And Stoping Process
- 8. duration()。get(String)和duration()。as(String)之間的區別是什麼?
- 9. Ptracing Process Trees
- 10. StandardOutput Process
- 11. -moz-transition-duration不起作用?
- 12. `akka.pattern.after` - 理解`duration`參數?
- 13. C++示例11 std :: chrono :: duration
- 14. psutil/subprocess return process code when process killed
- 15. 如何在java中使用Process Builder來運行Linux shell命令?
- 16. 如何在Swift 3 for Linux中使用Process()?
- 17. 帶chrono :: duration參數並返回chrono :: duration :: count的函數的模板函數
- 18. Golang fork process
- 19. ANDROID APPLICATION AND PROCESS
- 20. python process._sbootstrap()/ .start()
- 21. ALM Process Automation
- 22. ``protect_from_forgery::exception` crash process?
- 23. libcurl process chunked response
- 24. VB.net Process Affinity
- 25. eLisp call-process dvisvgm
- 26. Java Process Builder
- 27. gradle android:post-process APK
- 28. Azure Process Orchestration
- 29. Process XlRangeValueDataType.xlRangeValueXMLSpreadsheet XML
- 30. Process/ProcessStartInfo圖標