Detects configurations that could cause a CPU DR operation to fail.
| Item | Description | 
|---|---|
| -i | The index of the logical CPU ID. | 
| -v | Verbose option. | 
If an error is encountered in the execution a suitable error message is written to stderr, and the command exits with a non-zero exit status.
# cpupstat -i 2
3 WLM classes have single CPU rsets with CPU ID 2.
0 processes have single CPU rset attachments with CPU ID 2.
0 processes are bound to bind ID 2.# cpupstat -v -i 2
3 WLM classes have single CPU rsets with CPU ID 2.
        c1
        c1.Default
        c1.Shared
0 processes have single CPU rset attachments with CPU ID 2.
0 processes are bound to bind ID 2.# cpupstat -i 2
0 WLM classes have single CPU rsets with CPU ID 2.
2 processes have single CPU rset attachments with CPU ID 2.
0 processes are bound to bind ID 2.# cpupstat -v -i 2
0 WLM classes have single CPU rsets with CPU ID 2.
2 processes have single CPU rset attachments with CPU ID 2.
        16600
        26444
0 processes are bound to bind ID 2./usr/bin/cpupstat