EnglishFrenchSpanish

Ad


OnWorks favicon

landscape-sysinfo - Online in the Cloud

Run landscape-sysinfo in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command landscape-sysinfo that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


landscape-sysinfo - Display a summary of the current system status

SYNOPSIS


landscape-sysinfo [options]

DESCRIPTION


landscape-sysinfo is a utility that displays information about the computer it is run on.
This information is displayed upon login for console users (ssh and terminal login
supported) and can also be seen at anytime by just calling landscape-sysinfo from the
command line.

The output of landscape-sysinfo can be controlled by enabling or disabling its plugins.
See below how to do that.

If the system load is higher than the number of cores, as determined by the count of
processor lines in /proc/cpuinfo, then landscape-sysinfo will not run at login time. This
is to prevent it from potentially making a bad situation worse by interfering with what
could be an administrator logging in to try to fix the problem causing the high load.

OPTIONS


--version
show program's version number and exit

-h, --help
show this help message and exit

-c FILE, --config=FILE
Use config from this file (any command line options override settings from the
file) (default: '/etc/landscape/client.conf').

-d PATH, --data-path=PATH
The directory to store data files in (default: '/var/lib/landscape/client/').

--sysinfo-plugins=PLUGIN_LIST
Comma-delimited list of sysinfo plugins to use. Default is to use all plugins.

--exclude-sysinfo-plugins=PLUGIN_LIST
Comma-delimited list of sysinfo plugins to NOT use. This always take precedence
over plugins to include.

Default plugins: Load, Disk, Memory, Temperature, Processes, LoggedInUsers, LandscapeLink,
Network

CONFIGURATION FILE


Any of the long command-line options can be used as a configuration directive in that
configuration file, under the section [sysinfo], by replacing the hyphen (-) with an
underscore (_).

For example, to disable the LandscapeLink and Temperature plugins without having to use
the command line option, the following can be added to /etc/landscape/client.conf:

[sysinfo]
exclude_sysinfo_plugins = Temperature, LandscapeLink

EXAMPLES


This is the default configuration with all plugins enabled:

$ landscape-sysinfo
System load: 0.66 Processes: 242
Usage of /home: 72.0% of 27.50GB Users logged in: 1
Memory usage: 31% IP address for wlan0: 10.0.1.6
Swap usage: 0% IP address for virbr0: 192.168.122.1
Temperature: 47 C

=> There is 1 zombie process.

Graph this data and manage this system at https://landscape.canonical.com/

If you want to disable the temperature and Landscape plugins, you could run it like this:

$ landscape-sysinfo --exclude-sysinfo-plugins=Temperature,LandscapeLink
System load: 1.08 Processes: 242
Usage of /home: 72.0% of 27.50GB Users logged in: 1
Memory usage: 31% IP address for wlan0: 10.0.1.6
Swap usage: 0% IP address for virbr0: 192.168.122.1

=> There is 1 zombie process.

Use landscape-sysinfo online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Alt-F
    Alt-F
    Alt-F provides a free and open source
    alternative firmware for the DLINK
    DNS-320/320L/321/323/325/327L and
    DNR-322L. Alt-F has Samba and NFS;
    supports ext2/3/4...
    Download Alt-F
  • 2
    usm
    usm
    Usm is a unified slackware package
    manager that handles automatic
    dependency resolution. It unifies
    various package repositories including
    slackware, slacky, p...
    Download usm
  • 3
    Chart.js
    Chart.js
    Chart.js is a Javascript library that
    allows designers and developers to draw
    all kinds of charts using the HTML5
    canvas element. Chart js offers a great
    array ...
    Download Chart.js
  • 4
    iReport-Designer for JasperReports
    iReport-Designer for JasperReports
    NOTE: iReport/Jaspersoft Studio Support
    Announcement: As of version 5.5.0,
    Jaspersoft Studio will be the official
    design client for JasperReports. iReport
    will...
    Download iReport-Designer for JasperReports
  • 5
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 6
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • More »

Linux commands

Ad