Omeed

Results 43 issues of Omeed

- Allow dshb to run without root, but will have reduced stats (proc stats) - top requires root to run

enhancement

- Since we need root, would be nice to have integrity checks of the app binary - Checksum? `shasum -a384 dshb` - Code signed with Apple cert (though carries a...

enhancement

- Like htop

enhancement

- Can't print to stdout since were using ncurses - Log to a file? - top has a special print function, have to look into it further - Keep in...

enhancement

- Can be sorted by any proc metric - pid, cpu, mem, etc. - top does this via red–black tree (could use AVL tree?) - Solution might be added to...

enhancement
SystemKit

- Like Activity Monitor or iStat Pro - Can use this for CPU, network, etc.

enhancement

- Turn on/off metrics (tmp, fans, etc) - Have some dot file to store this info - `.dshb` - Related to https://github.com/beltex/dshb/issues/2

enhancement

See test case **24890** in https://github.com/practicalswift/swift-compiler-crashes/pull/75/. This affected the `SMC.encodeSMCKey()` type method. The workaround was to break up the expression as the compiler suggested.

bug

- For down the road - Want to get https://github.com/beltex/dshb/issues/1 done before doing this

enhancement
SMCKitTool

- Related: https://github.com/beltex/dshb/issues/19

enhancement