Test performance via a netboot

From EN Ikoula wiki
Revision as of 17:19, 27 September 2021 by Cbrochot1072d (talk | contribs)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

fr:Test de performance via un netboot en:Test performance via a netboot es:Prueba de rendimiento a través de un arranque por red pt:Teste de desempenho através de um netboot it:Prova delle prestazioni tramite un netboot nl:De prestaties van de test via een netboot de:Testen Sie die Leistung über ein netboot zh:通过网络引导测试性能 ar:اختبار الأداء عن طريق netboot ja:テストのパフォーマンス、netboot 経由 pl:Test wydajności poprzez netboot ru:Тест производительности через netboot ro:Încercare de performanţă prin intermediul unui netboot he:מבחן ביצועים באמצעות netboot
This article has been created by an automatic translation software. You can view the article source here.

IntroductIOn

Here is a list of commands to test your hardware to perform after logging on the netboot.

Orders

Temperatures

The command sensors to view the temperature of heating of your processor. In your various performance tests, it may be useful to run the command in parallel

Watch sensors

that will allow to monitor continuously the temperature of your processor.

Processor

The command stress will allow stressing vote processor. So, the command

stress --CPU 8 --io 4 --VM 2 --VM-bytes 128M --timeout 60m

going to work your processor as well as the memory and test your entries/outputs for 60 minutes. This is the option --timeout that will allow to fix the time of stress.

If the test stops unexpectedly in full operation, it's that your processor supports more load and/or too hot.

SMART hard drive test

The command smartctl to perform a complete test on your hard disk. The following command:

smartctl -d ata -a -f old /dev/<disque>

to have all the information on your disk and its current state.

To do a test on your hard disk, run the command:

smartctl -t shorts /dev/<disque>

Replace short par long pour un test plus long et complet.

/!\ Remplacez /dev/<disque> with the name of your drive (/dev/sda, /dev/sdb, etc...) /!\

At the end of this test, you will have a detailed account of the test.

Memory

This is the command memtester which will allow to test the integrity of your memory. It is best to test the memory of your machine. To do this, type the command:

memtester 16g 2

where you replace 16g by the amount of memory available to you (g for giga) and the 2 indicates the number of times that the test should be performed.

This article seem useful to you ?

0



You are not allowed to post comments.