Releases: KevinEL-Dev/adamantite
v0.2.1
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 adamantitev0.2.0
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
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
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
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
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 adamantitev0.1.5
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 adamantitev0.1.4
Changes
You can now run the mem resource to be tracked for x seconds.
Example command
adamantite -s mem -t 5Other minor changes were all decimals are now truncated to 2 decimal places.
Install
Download the Linux binary below or install via cargo:
cargo install adamantitev0.1.3
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 adamantitev0.1.2
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