sunos/*: add Dutch translation (#8743)
This commit is contained in:
24
pages.nl/sunos/prstat.md
Normal file
24
pages.nl/sunos/prstat.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# prstat
|
||||
|
||||
> Rapportering van de statistieken van actieve processen.
|
||||
> Meer informatie: <https://www.unix.com/man-page/sunos/1m/prstat>.
|
||||
|
||||
- Bekijken alle processen en rapporteer de statieken gestoord op basis van CPU gebruik:
|
||||
|
||||
`prstat`
|
||||
|
||||
- Bekijken alle processen en rapporteer de statieken gestoord op basis van geheugen gebruik:
|
||||
|
||||
`prstat -s rss`
|
||||
|
||||
- Bekijk het totaal gebruik voor elke gebruiker:
|
||||
|
||||
`prstat -t`
|
||||
|
||||
- Bekijk de microstate process accounting informatie:
|
||||
|
||||
`prstat -m`
|
||||
|
||||
- Print de 5 meest CPU intensieve processen elke seconde:
|
||||
|
||||
`prstat -c -n 5 -s cpu 1`
|
Reference in New Issue
Block a user