403Webshell
Server IP : 35.80.110.71  /  Your IP : 216.73.216.221
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/share/doc/hibagent/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/hibagent/README.md
# The EC2 Spot hibernation agent.

## License
The code is released under Apache License Vesion 2.0. See LICENSE.txt for details.

## Description

This agent does several things:

1. Upon startup it checks for sufficient swap space to allow hibernate and fails
    if it's present but there's not enough of it.
2. If there's no swap space, it creates it and launches a background thread to
    touch all of its blocks to make sure that EBS volumes are pre-warmed.
3. It updates the offset of the swap file in the kernel using SNAPSHOT_SET_SWAP_AREA ioctl.
4. It daemonizes and starts a polling thread to listen for instance termination notifications.

## Building
The code can be build using the usual Python setuptools:

```
python setup.py install
```

Additionally, you can build an sRPM package for CentOS/RedHat by running "make sources".

Youez - 2016 - github.com/yon3zu
LinuXploit