Skip to content

Releases: KevinEL-Dev/adamantite

v0.2.1

10 Apr 21:52

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Changes

User can now configure a configuration file via adamantite config.

Graph is now integrated into TUI

Install

Download the linux binaries below or run command

cargo install adamantite

v0.2.0

13 Mar 02:55

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Changes

User can now view hytale logs via TUI through adamantite live. You can also scroll through these logs using j to navigate down the list and k to navigate up the list.

Install

Download the Linux binaries below or run command

cargo install adamantite

v0.1.9

07 Mar 01:23

Choose a tag to compare

v0.1.9 Pre-release
Pre-release

Changes

You can now see a bar graph of live updates

Install

Download the Linux binaries below or run command below

cargo install adamantite

v0.1.8

06 Mar 04:53

Choose a tag to compare

v0.1.8 Pre-release
Pre-release

Changes

Added new subcommand live where it will bring up a TUI and show you live system resource usage and Hytale's resource usage. It will show you cpu and memory usage for both.

Install

Download the Linux binary below or install via cargo

cargo install adamantite

v0.1.7

04 Mar 01:12

Choose a tag to compare

v0.1.7 Pre-release
Pre-release

Changes

Adamantite now has a new option for the track subcommand. You can now select to output to a csv file. You can use this csv file however you please.

Install

Download the Linux binary below or install via cargo

cargo install adamantite

v0.1.6

01 Mar 03:43

Choose a tag to compare

v0.1.6 Pre-release
Pre-release

Changes

Adamantite now has a new subcommand for showing how often the system is blocked waiting on memory or I/O.

Install

Download the Linux binary below or install via cargo

cargo install adamantite

v0.1.5

26 Feb 04:20

Choose a tag to compare

v0.1.5 Pre-release
Pre-release

Changes

Adamantite now has a new subcommand for easier system resource tracking.

Clearer usage

Adamantite is now more intuitive to use and provide helpful message if used incorrectly.

Flags have moved and one has been removed

Some flags have been removed and time flag has been moved under new subcommand track

Install

Download the Linux binary below or install via cargo:

cargo install adamantite

v0.1.4

25 Feb 04:28

Choose a tag to compare

v0.1.4 Pre-release
Pre-release

Changes

You can now run the mem resource to be tracked for x seconds.
Example command

adamantite -s mem -t 5

Other minor changes were all decimals are now truncated to 2 decimal places.

Install

Download the Linux binary below or install via cargo:

cargo install adamantite

v0.1.3

24 Feb 18:27

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

Changes

The way adamantite used to get cpu usage was probably pretty costly. Adamantite would basically run this command top and awk.This would mean for every time adamantite would get Hytale's cpu usage we are spawning two processes.

Instead adamantite will now utilize sysinfo functions and structs. Adamantite will take a pid and use sysinfo's process struct. From there we loop through all tasks that are run by this pid. The pid cpu usage is the accumulation of its tasks and its self. I haven't benchmarked the speed difference but this looks better than spawning multiple processes to fetch cpu usage for a process and its tasks.

Install

Download the Linux binary below or install via cargo:

cargo install adamantite

v0.1.2

22 Feb 22:42

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Changes

Capitalized sentences in output when getting cpu information. Also, wanted to test out workflow for git releases.

Install

Download linux binary below or install via cargo:

cargo install adamantite