-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Livestat: A User Tool to dynamically display basekernel stats (#252)
* changed the head command * changed the head num to 20001 * added bcache stats * added syscall for bcache stats * added bcache stats test * added syscall for bcache stats * move bcache stats struct to stats.h * added bcache_flush syscall * added get stats for objects * added stats collection * added driver and object stats collection * fixed syntax * added calls for stats collection * added dev driver stats to enum * added stats * added stats * added stats * added strdup * init commit * remove bcachetest * added livestat and statworkload * added stats collection * added strdup * added more stats structs * added stats collection calls * removed objectstats * removed object stats * removed structs related to object syscalls * Revert "added stats" This reverts commit 42c7222. * Revert "added stats" This reverts commit f290dec. * removed the device statistics * Revert "added stats collection" This reverts commit 87ee455. * removed object stats functions * Revert "added get stats for objects" This reverts commit 5ead44f. * changed bar graphs * minor comment changes * removed ata include, added stats include * added device_driver_lookup funct * modified driver stats to take in const char * name * added pointer and string checking to driver stats * fixed redefinition error from merge * fixed strdup function * pass args by pointers
- Loading branch information
1 parent
088b61c
commit bf596aa
Showing
13 changed files
with
562 additions
and
48 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
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
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.