| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Change Option and parse_options to static
* Remove program name from Option structure
* Implement sample limit (arg: -l)
* Prevent buffer overflow while constructing absolute path
|
|
|
|
|
|
|
| |
* print a linefeed when an interrupt signal fires to avoid "^Cmessages"
* sleep before exiting to allow time for stdout/stderr to flush from the child process
* replace "data written" with "MSTAT file written"
* print absolute path to data file at exit
|
| |
|
|
|
|
|
|
|
| |
* Clear terminal (if possible) and pretty print all fields for each sample
* Clean up usage statement(s)
* mstat_find_program returns absolute path of "name" on success if "name" begins with "./"
* Zero option structure(s) at runtime
|
| |
|
|
|
|
|
|
| |
* -o sets the output directory
* cleaned up various stdout/stderr messages
* add ability to spawn a process and monitor it
|
|
|