The stress is a command line tool that allows to generate a workload on the system. This tool enables to configure amount of load on CPU, memory, and I/O.
This...
The ioping is a command line tool that enables to monitor I/O latency. The ioping displays storage device latency in the same way as ping command displays network latency.
This...
The lsof is a command line tool that displays information about the files opened by processes. A file can be regular file, directory, block device, network socket, named pipe, etc...
The img2pdf is a command line tool that allows to convert images (JPEG, PNG, etc.) to PDF file. This tool performs a lossless conversion. The images included in the PDF...
The uptime is a command line tool that allows to determine how long the system has been running.
By default, uptime command is already installed on Raspberry Pi OS. We...
The aspell is a command line tool that allows to check spelling errors for a given file or individual words provided from standard input. This tool displays misspellings and allows...
The lshw is a command line tool that displays detailed information about hardware components on a system. This tool shows details about CPU, RAM, network interfaces, USB controllers, etc.
This...
Saidar is a command line tool which provides information about system resources usage that updated at regular intervals. This tool allows to monitor CPU usage, memory usage, disk usage, network...
The docx2txt is a command line tool that allows to convert MS Word (DOCX) files to plain text files while preserves some formatting. This tool requires the Perl interpreter.
This...
ExifTool is a command line tool that allows to read, write and update metadata of media files such as images, video, audio, and PDF. The list of all the supported...