Anyone knows how to view the nice value of a process under Mavericks?

Use ps with a lower case L to directly view current nice values:

ps -l

or for specific process id (PID)

ps -l -p __PID___

I am using htop command.htop image

It's very nice.