1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

stressapptest: add Hindi translation (#14745)

* stressapptest: add Hindi translation

* Update pages.hi/common/stressapptest.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Karthik Vallamsetla 2024-11-09 12:29:58 -08:00 committed by GitHub
parent 54e953747a
commit 25a5a68caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# stressapptest
> उपयोगकर्ता स्थान मेमोरी और IO परीक्षण।
> अधिक जानकारी: <https://github.com/stressapptest/stressapptest>
- दिए गए मेमोरी (मेगाबाइट में) की मात्रा का परीक्षण करें:
`stressapptest -M {{स्मृति}}`
- दिए गए फ़ाइल के लिए मेमोरी और I/O दोनों का परीक्षण करें:
`stressapptest -M {{स्मृति}} -f {{फ़ाइल/का/पथ}}`
- परीक्षण जो विस्तृत स्तर को निर्दिष्ट करता है, जहाँ 0=न्यूनतम, 20=अधिकतम, 8=डिफ़ॉल्ट:
`stressapptest -M {{स्मृति}} -v {{स्तर}}`