Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmprobe/vmprobe
The control panel for your cloud's memory
https://github.com/vmprobe/vmprobe
Last synced: 2 months ago
JSON representation
The control panel for your cloud's memory
- Host: GitHub
- URL: https://github.com/vmprobe/vmprobe
- Owner: vmprobe
- License: gpl-3.0
- Created: 2016-01-15T17:30:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T19:00:22.000Z (over 8 years ago)
- Last Synced: 2024-08-02T01:27:15.895Z (6 months ago)
- Language: Perl
- Size: 582 KB
- Stars: 35
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-repositories - vmprobe/vmprobe - The control panel for your cloud's memory (Perl)
README
[![vmprobe logo](https://vmprobe.github.io/vmprobe/logo.svg)](https://vmprobe.com)
# vmprobe
[official website](https://vmprobe.com)
## Introduction
vmprobe is a utility for managing the virtual memory of your cloud, cluster, or servers. It is based on [vmtouch](https://hoytech.com/vmtouch/) technology but it adds many new capabilities.
For a more comprehensive introduction, please see our [official documentation](https://vmprobe.com/intro).
## Installing
The [vmprobe install page](https://vmprobe.com/install) has pre-built linux packages which are the recommended way to deploy vmprobe. However, if you plan on developing vmprobe yourself, you will need to compile from source.
## Compiling from source
There are some compile-time dependencies needed. On Ubuntu you should be able to get them with this command:
sudo apt-get install build-essential g++ libperl-dev cpanminus liblmdb-dev
Next you need to download the perl-time dependencies from CPAN. There is a script in this repo that you can run to do that:
./build.pl quick-dev
You will be prompted for your password so that cpanminus can install the packages globally on your system.
Finally, you should be able to compile vmprobe with this command:
./build.pl build
If all goes well you can now run vmprobe like so:
./Vmprobe/bin/vmprobe
If you run into any trouble, please [create a github issue](https://github.com/vmprobe/vmprobe/issues/new).
## Contributing
If you would like to contribute to vmprobe, thank you! Pull requests are very welcome.
Please [create a github issue](https://github.com/vmprobe/vmprobe/issues/new) with any bug report, feature request, or even general question relating to vmprobe.
## License
vmprobe is (C) 2016 by Doug Hoyte and Vmprobe Inc.
It is distributed under the [GNU GPL version 3](https://www.gnu.org/licenses/gpl-3.0-standalone.html) license.
Please see the COPYING file in this directory for more details.