-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rust/cardano-chain-follower): add thread and mmap file stats (#150)
* feat(cardano-chain-follower): add thread and mmap file stats Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): remove log Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): fix mmapfile name Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread stat call Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread logic Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread stat call Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): update forever task thread stat Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): linter and format Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread stat name constants to its own file Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread stat calling Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): move mmap file to cat-types Signed-off-by: bkioshn <[email protected]> * fix(cardano-blockchain-types): format Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): remove unused dep Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread stat calling Signed-off-by: bkioshn <[email protected]> * fix: mmapfile Signed-off-by: bkioshn <[email protected]> * fix(cardano-blockchain-types): use RwLock for mmap stat Signed-off-by: bkioshn <[email protected]> * fix(cardano-blockchain-types): add size function Signed-off-by: bkioshn <[email protected]> * fix(catalyst-types): mmap file error and structure Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): stat visibility Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread stat naming Signed-off-by: bkioshn <[email protected]> * fix(cardano-chain-follower): thread stat worker Signed-off-by: bkioshn <[email protected]> --------- Signed-off-by: bkioshn <[email protected]> Co-authored-by: Steven Johnson <[email protected]>
- Loading branch information
Showing
17 changed files
with
634 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,7 @@ maindbname | |
mapref | ||
mdlint | ||
mdns | ||
MEMMAP | ||
memx | ||
Metadatum | ||
mgrybyk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.