evisum/README.md

32 lines
710 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)
This is a process monitor and system monitor for Linux, macOS,
FreeBSD, DragonFlyBSD and OpenBSD.
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
NOTES
2018-10-17 02:46:27 -07:00
You can press 'k', 'm', 'g' to display results in KB, MB of GB
respectively.
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).