...
Code Block |
---|
sudo apt update
reboot
sudo apt install system-dtrace-tests build-essential oracle-java8-jdk perl testrunner python3 bc |
...
Expand | ||||
---|---|---|---|---|
| ||||
If you are connected by SSH and would like to turn off SSH session or even temporary turn off your computer, then you have enter the following command for tests running:
Then you can in any time press Ctrl-A d and after that close your SSH session. When you would like to get back, login again to SSH please and enter the command:
and you will be back to your running tests. |
Info |
---|
Note : You can run the test using a shell script. It can be created with any text editor or by executing the following command:
After running of this script you will find the log in the /var/tmp/dtrace-test.<ISO TIME>.txt file. It will contain information in the format that is used in Test Results. If you use the SCREEN utility (how it was described earlier), your command will look like this:
Then you can disconnect in any time by pressing Ctrl-A d and connect back in the new SSH session by the command:
If you do NOT want to use the SCREEN utility, your command will be just:
|
...