This file contains hidden or 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
routefile=$(mktemp) | |
route > $routefile 2>&1 | |
zenity --text-info --font='Monospace 8' --filename=$routefile --height=480 --width=700 |
This file contains hidden or 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
/* | |
Code to generate csv file from _IndexStat | |
Comment from George Potemkin | |
https://community.progress.com/community_groups/openedge_rdbms/f/18/p/17913/65295.aspx#65295 | |
This program uses the _IndexStat-split and _IndexStat-blockdelete fields. | |
Due to a Progress bug the value of "blockdelete" field is always zero and the value in "split" field is incorrect. | |
The same is true for _UserIndexStat and for promon. They all read the correct bytes in shared memory. | |
It's the Progress clients who update a wrong counter when a block is deleted (freed) from index tree. |
NewerOlder