From 3b226d19bb19a87eb565f3e1d16e14f446b56e76 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 27 Aug 2024 22:25:00 +0000 Subject: deploy: 9b47b98b7c5efce0bf50d57aa5d7e374bcbabf23 --- monitor/pidstat.html | 253 --------------------------------------------------- 1 file changed, 253 deletions(-) delete mode 100644 monitor/pidstat.html (limited to 'monitor/pidstat.html') diff --git a/monitor/pidstat.html b/monitor/pidstat.html deleted file mode 100644 index 2a317d2..0000000 --- a/monitor/pidstat.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - pidstat - Notes - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - -
-
-

pidstat(1)

-
pidstat [opt] [interval] [cont]
-  -U [user]     show username instead UID, optionally only show for user
-  -r            memory statistics
-  -d            I/O statistics
-  -h            single line per process and no lines with average
-
-

Page fault and memory utilization

-
pidstat -r -p <pid> [interval] [count]
-
-
minor_pagefault: Happens when the page needed is already in memory but not
-                 allocated to the faulting process, in that case the kernel
-                 only has to create a new page-table entry pointing to the
-                 shared physical page (not required to load a memory page from
-                 disk).
-
-major_pagefault: Happens when the page needed is NOT in memory, the kernel
-                 has to create a new page-table entry and populate the
-                 physical page (required to load a memory page from disk).
-
-

I/O statistics

-
pidstat -d -p <pid> [interval] [count]
-
- -
- - -
-
- - - -
- - - - - - - - - - - - - - - - - - -
- - -- cgit v1.2.3