evisum/README.md

35 lines
733 B
Markdown
Raw Normal View History

2018-06-05 07:26:18 -07:00
# evisum
2018-06-04 03:11:21 -07:00
System Information (EFL)
2018-06-10 09:39:45 -07:00
This is a process monitor and system monitor.
2018-06-04 03:11:21 -07:00
Currently have full engines for Linux, FreeBSD, OpenBSD and MacOS.
2018-10-02 07:38:06 -07:00
The plan is to rewrite the whole program to log system information
over time to disk so we can do nice things with E and displaying
system information (not duplicating loads of code).
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
$ make (or gmake)
2018-06-07 02:30:03 -07:00
INSTALL (default PREFIX is /usr/local):
2018-06-07 02:30:03 -07:00
$ make install
2018-06-07 02:30:03 -07:00
or as an example:
2018-06-07 02:30:03 -07:00
$ make PREFIX=/usr install
or even:
$ make PREFIX=/opt install