Module IPCStatusHistoryCommand

Module IPCStatusHistoryCommand 

Source
Expand description

§IPCStatusHistoryCommand

Retrieves historical IPC status information.

§RESPONSIBILITIES

§History Query

  • Get historical IPC status data
  • Return status changes over time
  • Provide metrics timeline

§ARCHITECTURAL ROLE

§Position in Mountain

  • IPC wrapper command in Binary subsystem
  • Status history endpoint

§Dependencies

  • crate::IPC::StatusReporter: Status history
  • tauri: IPC framework
  • serde_json: JSON serialization

§Dependents

  • Wind frontend: Queries IPC history
  • DevTools: Monitoring trends

§SECURITY

§Considerations

  • History is read-only, no security impact
  • Limit history size for privacy

§PERFORMANCE

§Considerations

  • History queries may be slower with large datasets
  • Consider pagination for long history

Functions§

MountainGetIPCStatusHistory
Get IPC status history.