Skip to content

Commit

Permalink
examples added
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisloevenich authored Jun 30, 2020
1 parent ae4439b commit 0995904
Showing 1 changed file with 30 additions and 20 deletions.
50 changes: 30 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,27 +85,37 @@ htcompact [files/directories] setup.conf (ignores files/directories set inside t
where all arguments, files and directories can be set inside that config file \
see: [CONFIG.md](https://github.com/psyinfra/htcompact/blob/master/CONFIG.md)

possible output example:

```
The job procedure of : ../logs/job_5991_0.log
+-------------------+--------------------+
| Executing on Host | cpu: 3 |
| Port | 96186 |
| Runtime | 0:00:04 |
| Termination State | Normal termination |
| Return Value | 0 |
+-------------------+--------------------+
+------------+-------+-----------+-----------+
| Rescources | Usage | Requested | Allocated |
+------------+-------+-----------+-----------+
| Cpu | 0 | 1 | 1 |
| Disk | 5000 | 5000 | 3770642 |
| Memory | 0 | 6000 | 6016 |
+------------+-------+-----------+-----------+
```
Examples:

- default mode:
```
The job procedure of : ../logs/job_5991_0.log
+-------------------+--------------------+
| Executing on Host | cpu: 3 |
| Port | 96186 |
| Runtime | 0:00:04 |
| Termination State | Normal termination |
| Return Value | 0 |
+-------------------+--------------------+
+------------+-------+-----------+-----------+
| Rescources | Usage | Requested | Allocated |
+------------+-------+-----------+-----------+
| Cpu | 0 | 1 | 1 |
| Disk | 5000 | 5000 | 3770642 |
| Memory | 0 | 6000 | 6016 |
+------------+-------+-----------+-----------+
```
- summarizer mode:
![Example](https://github.com/psyinfra/htcompact/blob/master/examples/example_summary_mode.png)
- analyser mode:
![Example](https://github.com/psyinfra/htcompact/blob/master/examples/example_analyser_mode.png)
- analysed summary mode:
![Example](https://github.com/psyinfra/htcompact/blob/master/examples/example_analysed_summary_mode.png)
#### Contribution:
please do
Expand Down

0 comments on commit 0995904

Please sign in to comment.