stormlog.jax.cli
JAX Stormlog CLI
Functions
|
Analyze a saved tracking result JSON file. |
|
Produce a portable diagnostic bundle. |
|
Display system and device information. |
|
Monitor device memory usage in real-time. |
|
Start background memory tracking. |
|
Main CLI entry point. |
|
Setup logging configuration. |
- stormlog.jax.cli.setup_logging(verbose=False)[source]
Setup logging configuration.
- Parameters:
verbose (bool)
- Return type:
None
- stormlog.jax.cli.cmd_info(args)[source]
Display system and device information.
- Parameters:
args (Namespace)
- Return type:
int
- stormlog.jax.cli.cmd_monitor(args)[source]
Monitor device memory usage in real-time.
- Parameters:
args (Namespace)
- Return type:
int
- stormlog.jax.cli.cmd_track(args)[source]
Start background memory tracking.
- Parameters:
args (Namespace)
- Return type:
int
- stormlog.jax.cli.cmd_diagnose(args)[source]
Produce a portable diagnostic bundle. Returns 0 (OK), 1 (failure), or 2 (memory risk).
- Parameters:
args (Namespace)
- Return type:
int