I have a process that I need to create a dashboard to monitor. The process logs to a file and contains easily searchable segment identifiers, such as:
Process started
Download started
bla
bla
Download completed
Import started
bla
bla
bla
Import completed
etc
etc
What is the best method of graphically displaying this on a dashboard? My thoughts were either a progress bar, or as a table listing each major step and an image that changes indicating the step's state (not started, running, finished). I haven't been able to figure out either one, although I got a lot closer on the table.
Any advice will be greatly appreciated!
Thank you in advance,
Jeremy
↧