Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

CPU stress test with temperature monitoring and output.

wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/s-tui/1.0.0-1/s-tui_1.0.0-1.debian.tar.xz

root@rdlab:/home/exx# wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/s-tui/1.0.0-1/s-tui_1.0.0-1.debian.tar.xz
--2021-08-18 17:42:58--  https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/s-tui/1.0.0-1/s-tui_1.0.0-1.debian.tar.xz
Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222, 2001:67c:1560:8003::8004, ...
Connecting to launchpad.net (launchpad.net)|91.189.89.223|:443... connected.
HTTP request sent, awaiting response... 303 See Other
Location: https://launchpadlibrarian.net/462640298/s-tui_1.0.0-1.debian.tar.xz [following]
--2021-08-18 17:42:59--  https://launchpadlibrarian.net/462640298/s-tui_1.0.0-1.debian.tar.xz
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.229, 91.189.89.228, 2001:67c:1560:8003::8007, ...
Connecting to launchpadlibrarian.net (launchpadlibrarian.net)|91.189.89.229|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2916 (2.8K) [application/octet-stream]
Saving to: ‘s-tui_1.0.0-1.debian.tar.xz’

s-tui_1.0.0-1.debian.tar.xz              100%[==================================================================================>]   2.85K  --.-KB/s    in 0s

2021-08-18 17:43:00 (209 MB/s) - ‘s-tui_1.0.0-1.debian.tar.xz’ saved [2916/2916]

root@rdlab:/home/exx# ls
Desktop  Documents  Downloads  emli_support  Exxact  Music  NVIDIA-Linux-x86_64-470.57.02.run  Pictures  Public  s-tui_1.0.0-1.debian.tar.xz  Templates  Videos

root@rdlab:/home/exx# tar -xf s-tui_1.0.0-1.debian.tar.xz
root@rdlab:/home/exx# ls
debian   Documents  emli_support  Music                              Pictures  s-tui_1.0.0-1.debian.tar.xz  Videos
Desktop  Downloads  Exxact        NVIDIA-Linux-x86_64-470.57.02.run  Public    Templates

root@rdlab:/home/exx/debian# ls
changelog  control  copyright  docs  manpages  rules  source  s-tui.1  watch

root@rdlab:/home/exx/debian# apt-get install s-tui
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  eatmydata libeatmydata1 libnetplan0 python3-importlib-metadata python3-jinja2 python3-json-pointer python3-jsonpatch python3-jsonschema python3-more-itertools
  python3-pyrsistent python3-zipp
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  python3-psutil python3-urwid
Suggested packages:
  python-psutil-doc python-urwid-doc
The following NEW packages will be installed:
  python3-psutil python3-urwid s-tui
0 upgraded, 3 newly installed, 0 to remove and 64 not upgraded.
Need to get 332 kB of archives.
After this operation, 1,975 kB of additional disk space will be used.
Do you want to continue? [Y/n] y

Get:1 http://us.archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 s-tui all 1.0.0-1 [32.1 kB]
Fetched 332 kB in 1s (559 kB/s)
Selecting previously unselected package python3-psutil.
(Reading database ... 191050 files and directories currently installed.)
Preparing to unpack .../python3-psutil_5.5.1-1ubuntu4_amd64.deb ...
Unpacking python3-psutil (5.5.1-1ubuntu4) ...
Selecting previously unselected package python3-urwid.
Preparing to unpack .../python3-urwid_2.0.1-3_amd64.deb ...
Unpacking python3-urwid (2.0.1-3) ...
Selecting previously unselected package s-tui.
Preparing to unpack .../archives/s-tui_1.0.0-1_all.deb ...
Unpacking s-tui (1.0.0-1) ...
Setting up python3-urwid (2.0.1-3) ...
/usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
  assert result == expected, "got: %r expected: %r" (result, expected)
/usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
  assert result == expected, "got: %r expected: %r" (result, expected)
/usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
  assert result == expected, "got: %r expected: %r" (result, expected)
/usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
  assert result == expected, "got: %r expected: %r" (result, expected)
Setting up python3-psutil (5.5.1-1ubuntu4) ...
Setting up s-tui (1.0.0-1) ...
Processing triggers for man-db (2.9.1-1) ...
root@rdlab:/home/exx/debian#

View from xterm

  • No labels