devfsadm, dmesg, prctl, prstat: update Hindi translation (#14437)

* devfsadm/dmesg/prctl/prstat: update Hindi translation

* Update pages.hi/sunos/prstat.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Karthik Vallamsetla
2024-10-29 10:31:29 -07:00
committed by GitHub
parent 6f7897062a
commit 0c99b8f754
4 changed files with 72 additions and 0 deletions

24
pages.hi/sunos/prstat.md Normal file
View File

@@ -0,0 +1,24 @@
# prstat
> सक्रिय प्रक्रिया सांख्यिकी की रिपोर्ट करें।
> अधिक जानकारी: <https://www.unix.com/man-page/sunos/1m/prstat>।
- सभी प्रक्रियाओं की जांच करें और सीपीयू उपयोग के अनुसार सांख्यिकी की रिपोर्ट करें:
`prstat`
- सभी प्रक्रियाओं की जांच करें और मेमोरी उपयोग के अनुसार सांख्यिकी की रिपोर्ट करें:
`prstat -s rss`
- प्रत्येक उपयोगकर्ता के लिए कुल उपयोग सारांश की रिपोर्ट करें:
`prstat -t`
- माइक्रोस्टेट प्रक्रिया लेखांकन जानकारी की रिपोर्ट करें:
`prstat -m`
- हर सेकंड शीर्ष 5 सीपीयू उपयोग करने वाली प्रक्रियाओं की सूची प्रिंट करें:
`prstat -c -n 5 -s cpu 1`