evisum/README

37 lines
796 B
Plaintext
Raw Normal View History

2018-06-05 07:26:18 -07:00
# evisum
System Monitor (EFL)
2018-06-04 03:11:21 -07:00
2020-07-30 07:28:45 -07:00
This is a process monitor and system monitor for Linux, OpenBSD,
FreeBSD, DragonFlyBSD and macOS.
2018-06-04 03:11:21 -07:00
REQUIREMENTS:
An installation of EFL (v1.19.0+). Remember to set your
PKG_CONFIG_PATH environment variable accordingly. For example
if EFL is installed in /opt:
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/opt/libdata/pkgconfig"
BUILD:
2018-06-07 02:30:03 -07:00
$ meson build
2018-06-07 02:30:03 -07:00
$ ninja -C build
2018-06-07 02:30:03 -07:00
INSTALL:
$ ninja -C build install
CONTRIBUTIONS:
Patches with bug fixes are more than welcome. If you do wish to
add a substantial querying feature PLEASE ensure that it works reliaibly
on OpenBSD, Linux and FreeBSD (ideally macOS also). UI changes
should be platform independent.
NOTES:
Ctrl + k or Ctrl + K to show kernel threads.
Ctrl + e or Ctrl + E to show evisum in the process list.