Monitoring linux resources: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=CPU System Time= check pidstat"
 
Tony (talk | contribs)
Tag: wikieditor
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=CPU System Time=
= Checking resources =
==Links==
*inxi
*[http://www.slashroot.in/linux-system-io-monitoring http://www.slashroot.in/linux-system-io-monitoring]


check pidstat
==show what is doing most disk accesses==
 
*[[iotop]]
*[https://github.com/nicolargo/glances glances]
 
== IO statistics ==
 
*[[iostat]]
*vmstat
*dstat
*ioping
*atop
*iozone
 
 
== Disk usage ==
* du
* ncdu
 
== CPU usage etc ==
 
*top
*atop
*htop
*vtop
*fio
*pidstat
*s-tui
*btop (nice!)
 
=FAQ=
 
 
==What process is using up CPU System Time==
pidstat

Latest revision as of 12:43, 23 January 2026

Checking resources

show what is doing most disk accesses

IO statistics

  • iostat
  • vmstat
  • dstat
  • ioping
  • atop
  • iozone


Disk usage

  • du
  • ncdu

CPU usage etc

  • top
  • atop
  • htop
  • vtop
  • fio
  • pidstat
  • s-tui
  • btop (nice!)

FAQ

What process is using up CPU System Time

pidstat